summaryrefslogtreecommitdiff
path: root/l10ntools/inc/export.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/export.hxx')
-rw-r--r--l10ntools/inc/export.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index b9d260375d1c..a0606f74bf3f 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EXPORT_HXX
-#define _EXPORT_HXX
+#ifndef INCLUDED_L10NTOOLS_INC_EXPORT_HXX
+#define INCLUDED_L10NTOOLS_INC_EXPORT_HXX
#include "sal/config.h"
#include "po.hxx"
@@ -423,6 +423,6 @@ private:
inline void Pop( std::queue<QueueEntry>& aQueue );
};
-#endif // _EXPORT_HXX
+#endif // INCLUDED_L10NTOOLS_INC_EXPORT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */