summaryrefslogtreecommitdiff
path: root/basic/source/uno
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:54:49 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:20 +0100
commit4adf622925e2900ac111e5e60b15e82ba1bf54e0 (patch)
treeab8b76405ee77bb753c73810847d21f91c06ac49 /basic/source/uno
parent9c57cb0a6cc9662929f4d3a0d45421c456d30569 (diff)
fixincludeguards.sh: basic
Change-Id: Id797a8969e42876092da347d8e1bba6195b697dc
Diffstat (limited to 'basic/source/uno')
-rw-r--r--basic/source/uno/sbmodule.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/uno/sbmodule.hxx b/basic/source/uno/sbmodule.hxx
index b1b91d044221..acab12210bcc 100644
--- a/basic/source/uno/sbmodule.hxx
+++ b/basic/source/uno/sbmodule.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SBMODULE_HXX
-#define SBMODULE_HXX
+#ifndef INCLUDED_BASIC_SOURCE_UNO_SBMODULE_HXX
+#define INCLUDED_BASIC_SOURCE_UNO_SBMODULE_HXX
#include <comphelper/componentmodule.hxx>
@@ -81,6 +81,6 @@ namespace basic
} // namespace basic
//........................................................................
-#endif // SBMODULE_HXX
+#endif // INCLUDED_BASIC_SOURCE_UNO_SBMODULE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */