summaryrefslogtreecommitdiff
path: root/sw/inc/listfunc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/listfunc.hxx')
-rw-r--r--sw/inc/listfunc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/listfunc.hxx b/sw/inc/listfunc.hxx
index ac64b0229227..4057e193f669 100644
--- a/sw/inc/listfunc.hxx
+++ b/sw/inc/listfunc.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef LISTFUNC_HXX_INCLUDED
-#define LISTFUNC_HXX_INCLUDED
+#ifndef INCLUDED_SW_INC_LISTFUNC_HXX
+#define INCLUDED_SW_INC_LISTFUNC_HXX
class SwDoc;
@@ -27,6 +27,6 @@ namespace listfunc
const OUString CreateUniqueListId( const SwDoc& rDoc );
}
-#endif // LISTFUNC_HXX_INCLUDED
+#endif // INCLUDED_SW_INC_LISTFUNC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */