summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-11 10:45:57 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-11 10:45:57 +0200
commit444aaceb15bbfcf679a2baaa5b8370ad5e035d79 (patch)
tree9da2bdf2c8823a538726a4b5ff96617bed4f9532
parent69e1370428a04f2e95cad3da02c1548f0519d3e3 (diff)
sbprop.hxx is private to basic
Change-Id: I1d7a28652ee7743b6823d78e1565338a324f0a6a
-rw-r--r--basic/inc/sb.hxx3
-rw-r--r--basic/inc/sbprop.hxx (renamed from include/basic/sbprop.hxx)6
2 files changed, 5 insertions, 4 deletions
diff --git a/basic/inc/sb.hxx b/basic/inc/sb.hxx
index 52204b90ac77..6a3c2f7e06a3 100644
--- a/basic/inc/sb.hxx
+++ b/basic/inc/sb.hxx
@@ -24,9 +24,10 @@
#include <basic/sbdef.hxx>
#include <basic/sbmeth.hxx>
#include <basic/sbmod.hxx>
-#include <basic/sbprop.hxx>
#include <basic/sbstar.hxx>
+#include "sbprop.hxx"
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basic/sbprop.hxx b/basic/inc/sbprop.hxx
index a551f6cc50cf..c65fe261725b 100644
--- a/include/basic/sbprop.hxx
+++ b/basic/inc/sbprop.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASIC_SBPROP_HXX
-#define INCLUDED_BASIC_SBPROP_HXX
+#ifndef INCLUDED_BASIC_INC_SBPROP_HXX
+#define INCLUDED_BASIC_INC_SBPROP_HXX
#include <basic/sbxprop.hxx>
#include <basic/sbdef.hxx>
@@ -62,6 +62,6 @@ public:
{ mbSet = bSet; }
};
-#endif
+#endif // INCLUDED_BASIC_INC_SBPROP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */