summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/vbapages.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:34:38 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:32 +0200
commit7484da43e5233498606ab44a70e86a83c6f49e07 (patch)
tree81c646d300d0003c23807e7e10a1504c33b3dee6 /vbahelper/source/msforms/vbapages.hxx
parenta45953ed7c69a33dbe6609e85770b29da29a2167 (diff)
fixincludeguards.sh: vbahelper
Change-Id: Ib744fe11590c3c03b55606fa9746cd7ed522ab2f
Diffstat (limited to 'vbahelper/source/msforms/vbapages.hxx')
-rw-r--r--vbahelper/source/msforms/vbapages.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vbahelper/source/msforms/vbapages.hxx b/vbahelper/source/msforms/vbapages.hxx
index b99d476f66e7..9b87580b2bb3 100644
--- a/vbahelper/source/msforms/vbapages.hxx
+++ b/vbahelper/source/msforms/vbapages.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_PAGES_HXX
-#define SC_VBA_PAGES_HXX
+#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAPAGES_HXX
+#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAPAGES_HXX
#include <ooo/vba/office/MsoShapeType.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
@@ -45,6 +45,6 @@ public:
virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
};
-#endif//SC_VBA_SHAPE_HXX
+#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAPAGES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */