tdf#124176 Use pragma once in sw/source/uibase/inc

Change-Id: I74c85b0327005ba7b2d07169f052a903381eb1f1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112373
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
diff --git a/sw/source/uibase/inc/abstract.hxx b/sw/source/uibase/inc/abstract.hxx
index 2bba712..3a9e16f 100644
--- a/sw/source/uibase/inc/abstract.hxx
+++ b/sw/source/uibase/inc/abstract.hxx
@@ -16,8 +16,7 @@
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_ABSTRACT_HXX
#define INCLUDED_SW_SOURCE_UIBASE_INC_ABSTRACT_HXX
#pragma once

#include <sfx2/basedlgs.hxx>

@@ -34,6 +33,4 @@
    sal_uInt8 GetPara() const;
};

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */