[Libreoffice-commits] core.git: writerperfect/qa
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Feb 14 01:02:18 UTC 2017
writerperfect/qa/unit/wpftimport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4f4edde01364881be483eca9449a32a14093250f
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Feb 14 01:25:47 2017 +0100
more windows build fixes
Change-Id: I57b361dea1ee6a5bfdc95ec3632bb42a5941b900
Reviewed-on: https://gerrit.libreoffice.org/34232
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/writerperfect/qa/unit/wpftimport.cxx b/writerperfect/qa/unit/wpftimport.cxx
index 27b566c..427cb2c 100644
--- a/writerperfect/qa/unit/wpftimport.cxx
+++ b/writerperfect/qa/unit/wpftimport.cxx
@@ -19,7 +19,7 @@
css::uno::Reference<css::io::XInputStream> createDummyInput()
{
- rtl::Reference<comphelper::SequenceInputStream> xDummyInput{new comphelper::SequenceInputStream({})};
+ rtl::Reference<comphelper::SequenceInputStream> xDummyInput(new comphelper::SequenceInputStream(css::uno::Sequence<sal_Int8>()));
return xDummyInput.get();
}
More information about the Libreoffice-commits
mailing list