summaryrefslogtreecommitdiff
path: root/comphelper/source/inc/comphelper_module.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:27:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:06 +0200
commitff154adfdc11a6fc8363169af164e760d86b0643 (patch)
tree8e9f04a8d1f24f3afab665bdf35198fcdbd62ceb /comphelper/source/inc/comphelper_module.hxx
parent0882cc667551fbc7db66936584f3ebfbc7640141 (diff)
fixincludeguards.sh: comphelper
Diffstat (limited to 'comphelper/source/inc/comphelper_module.hxx')
-rw-r--r--comphelper/source/inc/comphelper_module.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/inc/comphelper_module.hxx b/comphelper/source/inc/comphelper_module.hxx
index 1a56d00e5127..ade28a18e637 100644
--- a/comphelper/source/inc/comphelper_module.hxx
+++ b/comphelper/source/inc/comphelper_module.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef COMPHELPER_COMPHELPER_MODULE_HXX
-#define COMPHELPER_COMPHELPER_MODULE_HXX
+#ifndef INCLUDED_COMPHELPER_SOURCE_INC_COMPHELPER_MODULE_HXX
+#define INCLUDED_COMPHELPER_SOURCE_INC_COMPHELPER_MODULE_HXX
#include "comphelper/componentmodule.hxx"
@@ -81,6 +81,6 @@ namespace comphelper { namespace module
} } // namespace comphelper::module
-#endif // COMPHELPER_COMPHELPER_MODULE_HXX
+#endif // INCLUDED_COMPHELPER_SOURCE_INC_COMPHELPER_MODULE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */