summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/needed_cast.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/needed_cast.hxx')
-rw-r--r--sw/source/filter/ww8/needed_cast.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/needed_cast.hxx b/sw/source/filter/ww8/needed_cast.hxx
index f240374883b5..d2d6af415b97 100644
--- a/sw/source/filter/ww8/needed_cast.hxx
+++ b/sw/source/filter/ww8/needed_cast.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -25,12 +26,11 @@
*
************************************************************************/
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil -*- */
#ifndef WW_NEEDED_CAST_HXX
#define WW_NEEDED_CAST_HXX
#include <tools/debug.hxx>
-# include "staticassert.hxx"
+#include "staticassert.hxx"
namespace ww
{
@@ -60,4 +60,5 @@ namespace ww
}
}
#endif
-/* vi:set tabstop=4 shiftwidth=4 expandtab: */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */