summaryrefslogtreecommitdiff
path: root/sd/inc/sdmod.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r--sd/inc/sdmod.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx
index bad6c3d902c9..4b37b4a3c87e 100644
--- a/sd/inc/sdmod.hxx
+++ b/sd/inc/sdmod.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SDMOD_HXX
-#define _SDMOD_HXX
+#ifndef INCLUDED_SD_INC_SDMOD_HXX
+#define INCLUDED_SD_INC_SDMOD_HXX
#include "glob.hxx"
#include "pres.hxx"
@@ -186,6 +186,6 @@ private:
#define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) )
-#endif // _SDMOD_HXX
+#endif // INCLUDED_SD_INC_SDMOD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */