summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-03 11:20:22 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-06 19:16:40 +0000
commitc2034f3993ab0e6f4550f3059b3229bc319b6b56 (patch)
treea9686292b74bc75bfeb09a733f08cf97183631a1 /sw
parent0ed60a973753d143158c5b17c781bac07bfc3827 (diff)
fixincludeguards: fix include guards
Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b Reviewed-on: https://gerrit.libreoffice.org/9629 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/sprmids.hxx7
-rw-r--r--sw/source/filter/ww8/types.hxx4
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx4
-rw-r--r--sw/source/filter/ww8/writerwordglue.hxx4
4 files changed, 10 insertions, 9 deletions
diff --git a/sw/source/filter/ww8/sprmids.hxx b/sw/source/filter/ww8/sprmids.hxx
index a76a6de2c6c5..3e1d3a231295 100644
--- a/sw/source/filter/ww8/sprmids.hxx
+++ b/sw/source/filter/ww8/sprmids.hxx
@@ -16,8 +16,9 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SPRMIDS
-#define INCLUDED_SPRMIDS
+
+#ifndef INCLUDED_SW_SOURCE_FILTER_WW8_SPRMIDS_HXX
+#define INCLUDED_SW_SOURCE_FILTER_WW8_SPRMIDS_HXX
#include <sal/types.h>
@@ -311,6 +312,6 @@ const sal_uInt16 LN_TFNoAllowOverlap = 0x3465;
const sal_uInt16 LN_CCv = 0x6870;
}
-#endif // INCLUDED_SPRMIDS
+#endif // INCLUDED_SW_SOURCE_FILTER_WW8_SPRMIDS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/filter/ww8/types.hxx b/sw/source/filter/ww8/types.hxx
index e33535322eab..f0fc5bde8874 100644
--- a/sw/source/filter/ww8/types.hxx
+++ b/sw/source/filter/ww8/types.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef WW_TYPES
-#define WW_TYPES
+#ifndef INCLUDED_SW_SOURCE_FILTER_WW8_TYPES_HXX
+#define INCLUDED_SW_SOURCE_FILTER_WW8_TYPES_HXX
#include <vector>
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 6955e9730277..00b63bd80ab2 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SW_WRITERHELPER
-#define SW_WRITERHELPER
+#ifndef INCLUDED_SW_SOURCE_FILTER_WW8_WRITERHELPER_HXX
+#define INCLUDED_SW_SOURCE_FILTER_WW8_WRITERHELPER_HXX
#include <typeinfo>
#include <vector>
diff --git a/sw/source/filter/ww8/writerwordglue.hxx b/sw/source/filter/ww8/writerwordglue.hxx
index 98f2c1056f31..27e71e6dfd5b 100644
--- a/sw/source/filter/ww8/writerwordglue.hxx
+++ b/sw/source/filter/ww8/writerwordglue.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SW_WRITERWORDGLUE
-#define SW_WRITERWORDGLUE
+#ifndef INCLUDED_SW_SOURCE_FILTER_WW8_WRITERWORDGLUE_HXX
+#define INCLUDED_SW_SOURCE_FILTER_WW8_WRITERWORDGLUE_HXX
#include "needed_cast.hxx"
#include "types.hxx"