diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-30 20:32:57 +0000 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-01 16:05:20 +0000 |
commit | 7610a80ad1a47f2401b4d6aca9d4f77e5be7c630 (patch) | |
tree | e4a38b324251d1f419e51b17b8b1672646abe3fa /l10ntools | |
parent | d9f93ced823ee7d695cdd39d5124b67e07886ed7 (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 'l10ntools')
-rw-r--r-- | l10ntools/inc/helpmerge.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx index 604817fddf19..9787d18bf84a 100644 --- a/l10ntools/inc/helpmerge.hxx +++ b/l10ntools/inc/helpmerge.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_L10NTOOLS_INC_HELPMERGE_HXX +#define INCLUDED_L10NTOOLS_INC_HELPMERGE_HXX + #include "xmlparse.hxx" #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> @@ -56,4 +59,6 @@ private: void ProcessHelp( LangHashMap* aLangHM , const OString& sCur , ResData *pResData , MergeDataFile* pMergeDataFile ); }; +#endif // INCLUDED_L10NTOOLS_INC_HELPMERGE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |