drop/fix #define suffixed with semicolon
Change-Id: I0569586cf558d5ab487da4cf8ede24507ec84035
This commit is contained in:
@@ -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 @@
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user