summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2014-05-30 20:32:57 +0000
committerThomas Arnhold <thomas@arnhold.org>2014-06-01 16:05:20 +0000
commit7610a80ad1a47f2401b4d6aca9d4f77e5be7c630 (patch)
treee4a38b324251d1f419e51b17b8b1672646abe3fa /lotuswordpro
parentd9f93ced823ee7d695cdd39d5124b67e07886ed7 (diff)
fdo#68849: Add header guards to all include files
Added header guards to files in directories l10ntools/, lotuswordpro/, and rsc/ Change-Id: I9c034d4bb5c92d78378bda4658d43a8b603d5281 Reviewed-on: https://gerrit.libreoffice.org/9581 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/clone.hxx5
-rw-r--r--lotuswordpro/source/filter/lwpsdwfileloader.hxx6
-rw-r--r--lotuswordpro/source/filter/lwpsdwgrouploaderv0102.hxx6
-rw-r--r--lotuswordpro/source/filter/lwpunoheader.hxx5
-rw-r--r--lotuswordpro/source/filter/xfilter/xffontworkstyle.hxx7
5 files changed, 26 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/clone.hxx b/lotuswordpro/source/filter/clone.hxx
index 7db1dec0e1dd..bc2f7fb71e84 100644
--- a/lotuswordpro/source/filter/clone.hxx
+++ b/lotuswordpro/source/filter/clone.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_CLONE_HXX
+#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_CLONE_HXX
+
namespace detail
{
@@ -63,4 +66,6 @@ T* clone(T* const other)
return other ? ::detail::cloner<T, ::detail::has_clone<T>::value>::clone(other) : 0;
}
+#endif // INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_CLONE_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/lotuswordpro/source/filter/lwpsdwfileloader.hxx b/lotuswordpro/source/filter/lwpsdwfileloader.hxx
index 41369f6c6af8..3d6e52c9c501 100644
--- a/lotuswordpro/source/filter/lwpsdwfileloader.hxx
+++ b/lotuswordpro/source/filter/lwpsdwfileloader.hxx
@@ -58,6 +58,10 @@
* Mar 2005 revised for new processing procedure.
* Jan 2005 created
****************************************************************************/
+
+#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWFILELOADER_HXX
+#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWFILELOADER_HXX
+
#include <assert.h>
#include <tools/stream.hxx>
#include "lwpheader.hxx"
@@ -83,4 +87,6 @@ public:
// end add
};
+#endif // INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWFILELOADER_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.hxx b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.hxx
index e810aabfcf25..5611ae8634c4 100644
--- a/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.hxx
+++ b/lotuswordpro/source/filter/lwpsdwgrouploaderv0102.hxx
@@ -58,6 +58,10 @@
* Mar 2005 revised for new processing procedure.
* Jan 2005 created
****************************************************************************/
+
+#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWGROUPLOADERV0102_HXX
+#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWGROUPLOADERV0102_HXX
+
#include <tools/stream.hxx>
#include "lwpheader.hxx"
#include "assert.h"
@@ -86,4 +90,6 @@ public:
// end add
};
+#endif // INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSDWGROUPLOADERV0102_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/lotuswordpro/source/filter/lwpunoheader.hxx b/lotuswordpro/source/filter/lwpunoheader.hxx
index 60230c6f9352..2eeee520d984 100644
--- a/lotuswordpro/source/filter/lwpunoheader.hxx
+++ b/lotuswordpro/source/filter/lwpunoheader.hxx
@@ -62,6 +62,9 @@
Jan 2005 Created
************************************************************************/
+#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPUNOHEADER_HXX
+#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPUNOHEADER_HXX
+
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase3.hxx>
#include <cppuhelper/factory.hxx>
@@ -74,4 +77,6 @@
#include "xfilter/xfglobal.hxx"
+#endif // INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPUNOHEADER_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/lotuswordpro/source/filter/xfilter/xffontworkstyle.hxx b/lotuswordpro/source/filter/xfilter/xffontworkstyle.hxx
index 97b97fad4123..7626daf324e8 100644
--- a/lotuswordpro/source/filter/xfilter/xffontworkstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xffontworkstyle.hxx
@@ -57,8 +57,9 @@
* @file
* Style of Fontwork object.
************************************************************************/
- #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFFONTWORKSTYLE_HXX
- #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFFONTWORKSTYLE_HXX
+
+#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFFONTWORKSTYLE_HXX
+#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFFONTWORKSTYLE_HXX
#include "xfstyle.hxx"
@@ -150,6 +151,6 @@ inline enumXFFWShadow XFFontWorkStyle::GetShadowType() const
return m_eShadowType;
}
-#endif
+#endif // INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFFONTWORKSTYLE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */