summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/custsdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/custsdlg.hxx')
-rw-r--r--sd/source/ui/inc/custsdlg.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx
index b114a48758e1..60fa9253195c 100644
--- a/sd/source/ui/inc/custsdlg.hxx
+++ b/sd/source/ui/inc/custsdlg.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_SOURCE_UI_INC_CUSTSDLG_HXX
-#define INCLUDED_SD_SOURCE_UI_INC_CUSTSDLG_HXX
+#pragma once
#include <vcl/weld.hxx>
@@ -92,6 +91,4 @@ public:
bool IsModified() const { return bModified; }
};
-#endif // INCLUDED_SD_SOURCE_UI_INC_CUSTSDLG_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */