summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/scendlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/scendlg.hxx')
-rw-r--r--sc/source/ui/inc/scendlg.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/scendlg.hxx b/sc/source/ui/inc/scendlg.hxx
index 97cc05e7bd5d..d094474c926f 100644
--- a/sc/source/ui/inc/scendlg.hxx
+++ b/sc/source/ui/inc/scendlg.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_SOURCE_UI_INC_SCENDLG_HXX
-#define INCLUDED_SC_SOURCE_UI_INC_SCENDLG_HXX
+#pragma once
#include <vcl/weld.hxx>
@@ -56,6 +55,4 @@ private:
DECL_LINK(EnableHdl, weld::ToggleButton&, void);
};
-#endif // INCLUDED_SC_SOURCE_UI_INC_SCENDLG_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */