summaryrefslogtreecommitdiff
path: root/svx/qa
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2023-10-05 04:07:12 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-10-05 09:59:28 +0200
commitae533151bcc16de22fb90b42be1cf7432b0fddc3 (patch)
tree117dcae8f2216ee47e2f9e1efdb24e8af0451971 /svx/qa
parente555ea5937d28bed78e5abeb490451d8148efe9b (diff)
related tdf#123983: don't open test file read/write from src tree
Change-Id: I7f09a78076fa67447ead82ac7dc8556d840d5697 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157576 Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'svx/qa')
-rw-r--r--svx/qa/unit/core.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/qa/unit/core.cxx b/svx/qa/unit/core.cxx
index 4735c6664b4f..0625d7ad70fb 100644
--- a/svx/qa/unit/core.cxx
+++ b/svx/qa/unit/core.cxx
@@ -62,7 +62,7 @@ CPPUNIT_TEST_FIXTURE(Test, testGraphicObjectResolver)
OUString aURL = createFileURL(u"GraphicObjectResolverTest.zip");
uno::Reference<embed::XStorage> xStorage
= comphelper::OStorageHelper::GetStorageOfFormatFromURL(ZIP_STORAGE_FORMAT_STRING, aURL,
- embed::ElementModes::READWRITE);
+ embed::ElementModes::READ);
CPPUNIT_ASSERT(xStorage.is());
rtl::Reference<SvXMLGraphicHelper> xGraphicHelper