diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/source/bootstrapfixture.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx index 12657ab6a188..7ae20567b393 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -134,9 +134,6 @@ OString loadFile(const OUString& rURL) void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFormat eFormat ) { - (void)rPath; - (void)eFormat; - #if HAVE_EXPORT_VALIDATION OUString var; if( eFormat == test::OOXML ) @@ -209,6 +206,9 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor CPPUNIT_FAIL(aContentString.getStr()); } } +#else + (void)rPath; + (void)eFormat; #endif } |