summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xmlparse.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 02:21:42 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:52 +0100
commit41e0dbb555379ae35887424c027d94512cc7db71 (patch)
tree341dac1fbdfce2d817886e0b66ca8e3111e3795d /l10ntools/inc/xmlparse.hxx
parentcefed9792d32058b035e860f72ac0d2cfd103658 (diff)
fixincludeguards.sh: l10ntools
Change-Id: I0fce5b2c59e468e936e3a0fa99ebd50c9d15d0cd
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r--l10ntools/inc/xmlparse.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index 5ce765681500..547ffcea7102 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef BOOTSTRP_XMLPARSE_HXX
-#define BOOTSTRP_XMLPARSE_HXX
+#ifndef INCLUDED_L10NTOOLS_INC_XMLPARSE_HXX
+#define INCLUDED_L10NTOOLS_INC_XMLPARSE_HXX
#include "sal/config.h"
@@ -386,6 +386,6 @@ public:
const XMLError &GetError() const { return m_aErrorInformation; }
};
-#endif // BOOTSTRP_XMLPARSE_HXX
+#endif // INCLUDED_L10NTOOLS_INC_XMLPARSE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */