diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-28 20:19:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-29 09:02:51 -0500 |
commit | 626a4283672be163085b90d2240638eb0126c654 (patch) | |
tree | 1985471322ddbbda71217fb9738f70ccd4917f70 /xmlscript | |
parent | c979b886e26ba4fc0c7229dc877e60a1eeb5c095 (diff) |
fdo#68849: Add header guards to all include files
Added header guards to files in directories xml*/*
Change-Id: Ia5dfb9ab494bfbfae7537f2d54ff11331dc8c922
Reviewed-on: https://gerrit.libreoffice.org/9539
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/exp_share.hxx | 5 | ||||
-rw-r--r-- | xmlscript/source/xmldlg_imexp/imp_share.hxx | 5 | ||||
-rw-r--r-- | xmlscript/source/xmllib_imexp/imp_share.hxx | 5 | ||||
-rw-r--r-- | xmlscript/source/xmlmod_imexp/imp_share.hxx | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/xmlscript/source/xmldlg_imexp/exp_share.hxx b/xmlscript/source/xmldlg_imexp/exp_share.hxx index 93be668a1a27..c3f8f8c7e768 100644 --- a/xmlscript/source/xmldlg_imexp/exp_share.hxx +++ b/xmlscript/source/xmldlg_imexp/exp_share.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_XMLSCRIPT_SOURCE_XMLDLG_IMEXP_EXP_SHARE_HXX +#define INCLUDED_XMLSCRIPT_SOURCE_XMLDLG_IMEXP_EXP_SHARE_HXX + #include "common.hxx" #include "misc.hxx" #include <xmlscript/xmldlg_imexp.hxx> @@ -279,4 +282,6 @@ inline bool ElementDescriptor::readProp( } +#endif // INCLUDED_XMLSCRIPT_SOURCE_XMLDLG_IMEXP_EXP_SHARE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlscript/source/xmldlg_imexp/imp_share.hxx b/xmlscript/source/xmldlg_imexp/imp_share.hxx index fea64f540289..b381ee25e7eb 100644 --- a/xmlscript/source/xmldlg_imexp/imp_share.hxx +++ b/xmlscript/source/xmldlg_imexp/imp_share.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_XMLSCRIPT_SOURCE_XMLDLG_IMEXP_IMP_SHARE_HXX +#define INCLUDED_XMLSCRIPT_SOURCE_XMLDLG_IMEXP_IMP_SHARE_HXX + #include "common.hxx" #include "misc.hxx" #include <xmlscript/xmldlg_imexp.hxx> @@ -1120,4 +1123,6 @@ public: } +#endif // INCLUDED_XMLSCRIPT_SOURCE_XMLDLG_IMEXP_IMP_SHARE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlscript/source/xmllib_imexp/imp_share.hxx b/xmlscript/source/xmllib_imexp/imp_share.hxx index 4b8449f21349..c7cc6946d9c2 100644 --- a/xmlscript/source/xmllib_imexp/imp_share.hxx +++ b/xmlscript/source/xmllib_imexp/imp_share.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_XMLSCRIPT_SOURCE_XMLLIB_IMEXP_IMP_SHARE_HXX +#define INCLUDED_XMLSCRIPT_SOURCE_XMLLIB_IMEXP_IMP_SHARE_HXX + #include <xmlscript/xmllib_imexp.hxx> #include <cppuhelper/implbase1.hxx> @@ -242,4 +245,6 @@ public: } +#endif // INCLUDED_XMLSCRIPT_SOURCE_XMLLIB_IMEXP_IMP_SHARE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlscript/source/xmlmod_imexp/imp_share.hxx b/xmlscript/source/xmlmod_imexp/imp_share.hxx index d9cc069f29bf..07fb25e312f5 100644 --- a/xmlscript/source/xmlmod_imexp/imp_share.hxx +++ b/xmlscript/source/xmlmod_imexp/imp_share.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_XMLSCRIPT_SOURCE_XMLMOD_IMEXP_IMP_SHARE_HXX +#define INCLUDED_XMLSCRIPT_SOURCE_XMLMOD_IMEXP_IMP_SHARE_HXX + #include <xmlscript/xmlmod_imexp.hxx> #include <cppuhelper/implbase1.hxx> @@ -125,4 +128,6 @@ public: } +#endif // INCLUDED_XMLSCRIPT_SOURCE_XMLMOD_IMEXP_IMP_SHARE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |