summaryrefslogtreecommitdiff
path: root/include/comphelper/logging.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/logging.hxx')
-rw-r--r--include/comphelper/logging.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx
index 142db5b5e603..0f53a042111b 100644
--- a/include/comphelper/logging.hxx
+++ b/include/comphelper/logging.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef COMPHELPER_LOGGING_HXX
-#define COMPHELPER_LOGGING_HXX
+#ifndef INCLUDED_COMPHELPER_LOGGING_HXX
+#define INCLUDED_COMPHELPER_LOGGING_HXX
#include <comphelper/comphelperdllapi.h>
@@ -721,6 +721,6 @@ namespace comphelper
} // namespace comphelper
//........................................................................
-#endif // COMPHELPER_LOGGING_HXX
+#endif // INCLUDED_COMPHELPER_LOGGING_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */