Kaydet (Commit) aa636bdd authored tarafından Takeshi Abe's avatar Takeshi Abe

drop/fix #define suffixed with semicolon

Change-Id: I0569586cf558d5ab487da4cf8ede24507ec84035
üst e440724e
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
using namespace ::com::sun::star; using namespace ::com::sun::star;
using namespace ::ooo::vba; using namespace ::ooo::vba;
#define FIRST_PAGE 1; #define FIRST_PAGE 1
// Class HeaderFooterHelper // Class HeaderFooterHelper
sal_Bool HeaderFooterHelper::isHeaderFooter( const uno::Reference< frame::XModel >& xModel ) throw (uno::RuntimeException) sal_Bool HeaderFooterHelper::isHeaderFooter( const uno::Reference< frame::XModel >& xModel ) throw (uno::RuntimeException)
......
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
using namespace ::com::sun::star; using namespace ::com::sun::star;
using namespace ::ooo::vba; using namespace ::ooo::vba;
#define FIRST_PAGE 1;
namespace ooo namespace ooo
{ {
namespace vba namespace vba
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment