From 1130a359cb89028b42f366f46bdf034ad13ae540 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 19:18:54 +0200 Subject: fixincludeguards.sh: include - the rest Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9 --- include/vbahelper/vbadocumentsbase.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/vbahelper/vbadocumentsbase.hxx') diff --git a/include/vbahelper/vbadocumentsbase.hxx b/include/vbahelper/vbadocumentsbase.hxx index b8386d6e291e..f4427468a0ce 100644 --- a/include/vbahelper/vbadocumentsbase.hxx +++ b/include/vbahelper/vbadocumentsbase.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 VBA_WORKBOOKS_HXX -#define VBA_WORKBOOKS_HXX +#ifndef INCLUDED_VBAHELPER_VBADOCUMENTSBASE_HXX +#define INCLUDED_VBAHELPER_VBADOCUMENTSBASE_HXX #include @@ -55,6 +55,6 @@ protected: css::uno::Any openDocument( const OUString& Filename, const css::uno::Any& ReadOnly, const css::uno::Sequence< css::beans::PropertyValue >& rProps ) throw (css::uno::RuntimeException); }; -#endif /* SC_VBA_WORKBOOKS_HXX */ +#endif /* SC_ INCLUDED_VBAHELPER_VBADOCUMENTSBASE_HXX */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit