diff options
-rw-r--r-- | sw/source/ui/vba/vbaheaderfooterhelper.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/vba/wordvbahelper.cxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/ui/vba/vbaheaderfooterhelper.cxx b/sw/source/ui/vba/vbaheaderfooterhelper.cxx index c1da3324374c..65291bee7a18 100644 --- a/sw/source/ui/vba/vbaheaderfooterhelper.cxx +++ b/sw/source/ui/vba/vbaheaderfooterhelper.cxx @@ -31,7 +31,7 @@ using namespace ::com::sun::star; using namespace ::ooo::vba; -#define FIRST_PAGE 1; +#define FIRST_PAGE 1 // Class HeaderFooterHelper sal_Bool HeaderFooterHelper::isHeaderFooter( const uno::Reference< frame::XModel >& xModel ) throw (uno::RuntimeException) diff --git a/sw/source/ui/vba/wordvbahelper.cxx b/sw/source/ui/vba/wordvbahelper.cxx index ac30a417ba38..404e20c2af58 100644 --- a/sw/source/ui/vba/wordvbahelper.cxx +++ b/sw/source/ui/vba/wordvbahelper.cxx @@ -36,8 +36,6 @@ using namespace ::com::sun::star; using namespace ::ooo::vba; -#define FIRST_PAGE 1; - namespace ooo { namespace vba |