summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorViswaasLP <viswaas98@gmail.com>2021-03-11 22:12:51 -0800
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-03-12 17:05:26 +0100
commitce69ab8d61975d5d49142469115798b5b3688a63 (patch)
tree6ab072ac1dee0b57305a32d0394b7fafc9739e54 /sw/source/uibase
parent2f8e96ccdc062c76a596e626d2b605f3cc9b539e (diff)
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>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/inc/abstract.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/abstract.hxx b/sw/source/uibase/inc/abstract.hxx
index 2bba7126debe..3a9e16f9888e 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 @@ public:
sal_uInt8 GetPara() const;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */