summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-11-09 17:10:19 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-11-09 19:09:15 +0100
commit789872ad1b5916cc5b5abebe5221e80f77725445 (patch)
treedaf4fc1a2b16e6ad1f46544badf99f2077565de5 /include/test
parent87dce617eb1cbbb650dda3e5dc557fa0a058e505 (diff)
CppunitTest_vcl_pdfexport: inherit from UnoApiTest
Change-Id: I165295609a95e6dd03ae5e35f987b2defa18ff18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142496 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/unoapi_test.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/test/unoapi_test.hxx b/include/test/unoapi_test.hxx
index 8b7a6464f144..307d0f1a0589 100644
--- a/include/test/unoapi_test.hxx
+++ b/include/test/unoapi_test.hxx
@@ -52,11 +52,12 @@ protected:
utl::TempFileNamed maTempFile;
+ SvMemoryStream maMemory; // Underlying memory for parsed PDF files.
+
private:
bool mbSkipValidation;
OUString m_aBaseString;
OUString maFilterOptions;
- SvMemoryStream maMemory; // Underlying memory for parsed PDF files.
};
#endif // INCLUDED_TEST_UNOAPI_TEST_HXX