summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/rolbck.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/rolbck.hxx')
-rw-r--r--sw/source/core/inc/rolbck.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/rolbck.hxx b/sw/source/core/inc/rolbck.hxx
index 3bb927d850f0..7a30ea88c023 100644
--- a/sw/source/core/inc/rolbck.hxx
+++ b/sw/source/core/inc/rolbck.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 _ROLBCK_HXX
-#define _ROLBCK_HXX
+#ifndef INCLUDED_SW_SOURCE_CORE_INC_ROLBCK_HXX
+#define INCLUDED_SW_SOURCE_CORE_INC_ROLBCK_HXX
#include <tools/solar.h>
#include <svl/itemset.hxx>
@@ -425,6 +425,6 @@ public:
void ChangeNodeIndex( sal_uLong nNew ) { m_nNodeIndex = nNew; }
};
-#endif // _ROLBCK_HXX
+#endif // INCLUDED_SW_SOURCE_CORE_INC_ROLBCK_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */