summaryrefslogtreecommitdiffstats
path: root/include/basic/sbxvar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbxvar.hxx')
-rw-r--r--include/basic/sbxvar.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx
index a81836f125f6..dcdb43c721ff 100644
--- a/include/basic/sbxvar.hxx
+++ b/include/basic/sbxvar.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SBXVAR_HXX
-#define SBXVAR_HXX
+#ifndef INCLUDED_BASIC_SBXVAR_HXX
+#define INCLUDED_BASIC_SBXVAR_HXX
#include <rtl/ustring.hxx>
#include <com/sun/star/bridge/oleautomation/Decimal.hpp>
@@ -351,6 +351,6 @@ public:
SV_DECL_REF(SbxVariable)
-#endif // SBXVAR_HXX
+#endif // INCLUDED_BASIC_SBXVAR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */