drop/fix #define suffixed with semicolon

Change-Id: I0569586cf558d5ab487da4cf8ede24507ec84035
This commit is contained in:
Takeshi Abe
2013-02-28 08:10:35 +09:00
parent e440724eb7
commit aa636bddbd
2 changed files with 1 additions and 3 deletions

View File

@@ -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)

View File

@@ -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