summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/textdlgs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/textdlgs.hxx')
-rw-r--r--sc/source/ui/inc/textdlgs.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/textdlgs.hxx b/sc/source/ui/inc/textdlgs.hxx
index 97da3a214455..0bffe3a242c3 100644
--- a/sc/source/ui/inc/textdlgs.hxx
+++ b/sc/source/ui/inc/textdlgs.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_SOURCE_UI_INC_TEXTDLGS_HXX
-#define INCLUDED_SC_SOURCE_UI_INC_TEXTDLGS_HXX
+#pragma once
#include <sfx2/tabdlg.hxx>
@@ -45,6 +44,4 @@ public:
ScParagraphDlg(weld::Window* pParent, const SfxItemSet* pAttr);
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */