summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbashaperange.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbashaperange.hxx')
-rw-r--r--include/vbahelper/vbashaperange.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vbahelper/vbashaperange.hxx b/include/vbahelper/vbashaperange.hxx
index e1a447ee3dbf..2467a43922b5 100644
--- a/include/vbahelper/vbashaperange.hxx
+++ b/include/vbahelper/vbashaperange.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 SC_VBA_SHAPERANGE_HXX
-#define SC_VBA_SHAPERANGE_HXX
+#ifndef INCLUDED_VBAHELPER_VBASHAPERANGE_HXX
+#define INCLUDED_VBAHELPER_VBASHAPERANGE_HXX
#include <com/sun/star/drawing/XShapes.hpp>
#include <ooo/vba/msforms/XShapeRange.hpp>
@@ -77,6 +77,6 @@ public:
virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
};
-#endif//SC_VBA_SHAPERANGE_HXX
+#endif // INCLUDED_VBAHELPER_VBASHAPERANGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */