summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbashape.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:18:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit1130a359cb89028b42f366f46bdf034ad13ae540 (patch)
tree6acbd8d220fee0dab8d6911c1968ee9964534beb /include/vbahelper/vbashape.hxx
parent29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (diff)
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/vbahelper/vbashape.hxx')
-rw-r--r--include/vbahelper/vbashape.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vbahelper/vbashape.hxx b/include/vbahelper/vbashape.hxx
index ff9c99edf020..ee630235a088 100644
--- a/include/vbahelper/vbashape.hxx
+++ b/include/vbahelper/vbashape.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_SHAPE_HXX
-#define SC_VBA_SHAPE_HXX
+#ifndef INCLUDED_VBAHELPER_VBASHAPE_HXX
+#define INCLUDED_VBAHELPER_VBASHAPE_HXX
#include <ooo/vba/office/MsoShapeType.hpp>
#include <com/sun/star/drawing/XShape.hpp>
@@ -106,6 +106,6 @@ public:
// XEventListener
virtual void SAL_CALL disposing( const css::lang::EventObject& rEventObject ) throw( css::uno::RuntimeException );
};
-#endif//SC_VBA_SHAPE_HXX
+#endif // INCLUDED_VBAHELPER_VBASHAPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */