summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:34:33 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:08 +0200
commitb4285a90d8cf9361381d5b5c4dddf2f9d57f10d3 (patch)
tree2dd253a3f02f5cf94ddc16a453b9acb510978ae0
parent479a012429c4a431c4a680c282c01e5b9e09bf2f (diff)
fixincludeguards.sh: basic
-rw-r--r--basic/source/inc/rtlproto.hxx4
-rw-r--r--basic/source/inc/sbunoobj.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/inc/rtlproto.hxx b/basic/source/inc/rtlproto.hxx
index 0fab192ae196..7a03a0383dc4 100644
--- a/basic/source/inc/rtlproto.hxx
+++ b/basic/source/inc/rtlproto.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASIC_SOURCE_RUNTIME_RTLPROTO_HXX
-#define INCLUDED_BASIC_SOURCE_RUNTIME_RTLPROTO_HXX
+#ifndef INCLUDED_BASIC_SOURCE_INC_RTLPROTO_HXX
+#define INCLUDED_BASIC_SOURCE_INC_RTLPROTO_HXX
#include <basic/sbstar.hxx>
#include "sbtrace.hxx"
diff --git a/basic/source/inc/sbunoobj.hxx b/basic/source/inc/sbunoobj.hxx
index b805ec751b40..84b26696060c 100644
--- a/basic/source/inc/sbunoobj.hxx
+++ b/basic/source/inc/sbunoobj.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 SB_UNO_OBJ
-#define SB_UNO_OBJ
+#ifndef INCLUDED_BASIC_SOURCE_INC_SBUNOOBJ_HXX
+#define INCLUDED_BASIC_SOURCE_INC_SBUNOOBJ_HXX
#include <basic/sbxobj.hxx>
#include <basic/sbxmeth.hxx>