diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-28 08:10:35 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-28 15:39:33 +0900 |
commit | aa636bddbdd4aa690124f36086d5cd25d40be2b9 (patch) | |
tree | b6cf2fabd1c94d244c6d94cc036a7e945462d94d /sw/source/ui/vba | |
parent | e440724eb7febe0072d79683d1a6f3b586575a3f (diff) |
drop/fix #define suffixed with semicolon
Change-Id: I0569586cf558d5ab487da4cf8ede24507ec84035
Diffstat (limited to 'sw/source/ui/vba')
-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 |