summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/uiitems.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/uiitems.hxx')
-rw-r--r--sw/source/ui/inc/uiitems.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/uiitems.hxx b/sw/source/ui/inc/uiitems.hxx
index c10bde27bad3..4f066abe5e97 100644
--- a/sw/source/ui/inc/uiitems.hxx
+++ b/sw/source/ui/inc/uiitems.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 _UIITEMS_HXX
-#define _UIITEMS_HXX
+#ifndef INCLUDED_SW_SOURCE_UI_INC_UIITEMS_HXX
+#define INCLUDED_SW_SOURCE_UI_INC_UIITEMS_HXX
#include <svl/intitem.hxx>
#include "swdllapi.h"
@@ -114,6 +114,6 @@ public:
SwPaM* GetValue() const { return m_pPaM; }
};
-#endif // _UIITEMS_HXX
+#endif // INCLUDED_SW_SOURCE_UI_INC_UIITEMS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */