summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-12-18 15:01:38 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-12-23 08:21:14 +0100
commit0322a41224a7264bbe03a068647ab093bcc88f90 (patch)
treef3727c86193227546c9e5e5a393395f3da769522 /include/test
parentf3e0595fcba689b07f6419c2fb540731a3aadecf (diff)
XStyleLoader::loadStylesFromURL Allow loading from stream
Change-Id: Iab0c301096118203466dd91c724c25f1283a0488 Reviewed-on: https://gerrit.libreoffice.org/85392 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/style/xstyleloader.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/test/style/xstyleloader.hxx b/include/test/style/xstyleloader.hxx
index 4077d30327d0..ca34a72cf4b3 100644
--- a/include/test/style/xstyleloader.hxx
+++ b/include/test/style/xstyleloader.hxx
@@ -32,6 +32,7 @@ public:
// XStyleLoader
void testLoadStylesFromURL();
+ void testLoadStylesFromStream();
// XStyleLoader2
void testLoadStylesFromDocument();