sw/qa/extras/ooxmlexport/ooxmlexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1dec3cfba804d1f1af17593306ea6742691b8f3b
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Mar 11 09:15:32 2014 +0000

    vexing parse
    
    Change-Id: Ie541a8b6384cec6e067e7f7b75f5c17ce1a4d4a5

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 632a73d..aba4d9f 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -2990,7 +2990,7 @@ DECLARE_OOXMLEXPORT_TEST(testComboBoxControl, 
"combobox-control.docx")
 
     CPPUNIT_ASSERT_EQUAL(OUString("Manolo"), 
getProperty<OUString>(xControl->getControl(), "Text"));
 
-    uno::Sequence<OUString> aItems = 
getProperty<uno::Sequence<OUString>>(xControl->getControl(), "StringItemList");
+    uno::Sequence<OUString> aItems = getProperty< uno::Sequence<OUString> 
>(xControl->getControl(), "StringItemList");
     CPPUNIT_ASSERT_EQUAL(sal_Int32(2), sal_Int32(aItems.getLength()));
     CPPUNIT_ASSERT_EQUAL(OUString("manolo"), aItems[0]);
     CPPUNIT_ASSERT_EQUAL(OUString("pepito"), aItems[1]);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to