summaryrefslogtreecommitdiffstats
path: root/include/basic/sbxobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbxobj.hxx')
-rw-r--r--include/basic/sbxobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basic/sbxobj.hxx b/include/basic/sbxobj.hxx
index 2dc4aa735513..bf04c3ac54af 100644
--- a/include/basic/sbxobj.hxx
+++ b/include/basic/sbxobj.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SBX_SBXOBJECT_HXX
-#define _SBX_SBXOBJECT_HXX
+#ifndef INCLUDED_BASIC_SBXOBJ_HXX
+#define INCLUDED_BASIC_SBXOBJ_HXX
#include <svl/lstner.hxx>
#include <basic/sbxvar.hxx>
@@ -91,6 +91,6 @@ public:
SV_DECL_REF(SbxObject)
SV_IMPL_REF(SbxObject)
-#endif /* _SBX_SBXOBJECT_HXX */
+#endif // INCLUDED_BASIC_SBXOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */