summaryrefslogtreecommitdiff
path: root/cui/source/inc/cfg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/cfg.hxx')
-rw-r--r--cui/source/inc/cfg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx
index 9b317e651c76..89ed58721abd 100644
--- a/cui/source/inc/cfg.hxx
+++ b/cui/source/inc/cfg.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVXCFG_HXX
-#define _SVXCFG_HXX
+#ifndef INCLUDED_CUI_SOURCE_INC_CFG_HXX
+#define INCLUDED_CUI_SOURCE_INC_CFG_HXX
#include <vcl/lstbox.hxx>
#include <vcl/fixed.hxx>
@@ -794,6 +794,6 @@ private:
public:
SvxIconChangeDialog(Window *pWindow, const OUString& aMessage);
};
-#endif // _SVXCFG_HXX
+#endif // INCLUDED_CUI_SOURCE_INC_CFG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */