summaryrefslogtreecommitdiff
path: root/test/source/style/xstyleloader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/style/xstyleloader.cxx')
-rw-r--r--test/source/style/xstyleloader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/style/xstyleloader.cxx b/test/source/style/xstyleloader.cxx
index fd3f8eec5303..4b58758d9e8b 100644
--- a/test/source/style/xstyleloader.cxx
+++ b/test/source/style/xstyleloader.cxx
@@ -76,7 +76,7 @@ void XStyleLoader::testLoadStylesFromStream()
uno::Any aTmp;
aTmp <<= xInputStream;
aInputStream.Value = aTmp;
- aOptions[nLength] = aInputStream;
+ aOptions.getArray()[nLength] = aInputStream;
xStyleLoader->loadStylesFromURL("private:stream", aOptions);