summaryrefslogtreecommitdiff
path: root/basctl/source/inc/docsignature.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:32:22 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:07 +0200
commit5973c2d34a10ff5140626c2a2555925f69e7a3b5 (patch)
tree99a8177e6b3a639c048945eb78342a163f84ac25 /basctl/source/inc/docsignature.hxx
parentc98eef78f66cbcc57b23e10df4334fe4889417fb (diff)
fixincludeguards.sh: basctl
Diffstat (limited to 'basctl/source/inc/docsignature.hxx')
-rw-r--r--basctl/source/inc/docsignature.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/inc/docsignature.hxx b/basctl/source/inc/docsignature.hxx
index 289927aaaa7d..bc80115ca7bb 100644
--- a/basctl/source/inc/docsignature.hxx
+++ b/basctl/source/inc/docsignature.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef BASCTL_DOCSIGNATURE_HXX
-#define BASCTL_DOCSIGNATURE_HXX
+#ifndef INCLUDED_BASCTL_SOURCE_INC_DOCSIGNATURE_HXX
+#define INCLUDED_BASCTL_SOURCE_INC_DOCSIGNATURE_HXX
#include <com/sun/star/frame/XModel.hpp>
@@ -76,6 +76,6 @@ namespace basctl
} // namespace basctl
-#endif // BASCTL_DOCSIGNATURE_HXX
+#endif // INCLUDED_BASCTL_SOURCE_INC_DOCSIGNATURE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */