writerperfect/qa/unit/wpftimport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f4edde01364881be483eca9449a32a14093250f
Author: Markus Mohrhard <markus.mohrh...@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 <c...@libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrh...@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();
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to