diff options
Diffstat (limited to 'test/source')
-rw-r--r-- | test/source/bootstrapfixture.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx index d166dae36384..b7c49ba8aa11 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -122,6 +122,7 @@ test::BootstrapFixture::~BootstrapFixture() { } +#if HAVE_EXPORT_VALIDATION namespace { OString loadFile(const OUString& rURL) @@ -141,6 +142,7 @@ OString loadFile(const OUString& rURL) } } +#endif void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFormat eFormat ) { |