summaryrefslogtreecommitdiff
path: root/sw/inc/list.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/list.hxx')
-rw-r--r--sw/inc/list.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/list.hxx b/sw/inc/list.hxx
index 1d85296d28a7..19662538e7ba 100644
--- a/sw/inc/list.hxx
+++ b/sw/inc/list.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef LIST_HXX_INCLUDED
-#define LIST_HXX_INCLUDED
+#ifndef INCLUDED_SW_INC_LIST_HXX
+#define INCLUDED_SW_INC_LIST_HXX
#include <rtl/ustring.hxx>
@@ -59,6 +59,6 @@ class SwList
SwListImpl* mpListImpl;
};
-#endif // LIST_HXX_INCLUDED
+#endif // INCLUDED_SW_INC_LIST_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */