summaryrefslogtreecommitdiff
path: root/extensions/source/logging/logrecord.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 20:41:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:10 +0200
commitf400bdce03262d2a5f3fbf34897c5ddde153152c (patch)
treea88cb9b9117625777aa1098c4a5ca9979ae9471b /extensions/source/logging/logrecord.hxx
parent2dfd63991607cc3388cbdc1de745c34d9102804b (diff)
fixincludeguards.sh: extensions
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
Diffstat (limited to 'extensions/source/logging/logrecord.hxx')
-rw-r--r--extensions/source/logging/logrecord.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/logging/logrecord.hxx b/extensions/source/logging/logrecord.hxx
index 20389a085bf6..dfc7e9db47c2 100644
--- a/extensions/source/logging/logrecord.hxx
+++ b/extensions/source/logging/logrecord.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef LOGRECORD_HXX
-#define LOGRECORD_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGRECORD_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGRECORD_HXX
#include <com/sun/star/logging/LogRecord.hpp>
@@ -55,6 +55,6 @@ namespace logging
} // namespace logging
-#endif // LOGRECORD_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_LOGGING_LOGRECORD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */