[Libreoffice-commits] core.git: vcl/qa

Caolán McNamara caolanm at redhat.com
Fri Feb 21 15:11:04 PST 2014


 vcl/qa/cppunit/app/test_IconThemeSelector.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f392ef868cd111f0d4a12842d1f1a68ea062bde4
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Feb 21 23:10:26 2014 +0000

    c++11ism
    
    Change-Id: I0838eafa47aaed222aca30d234300f2c05697175

diff --git a/vcl/qa/cppunit/app/test_IconThemeSelector.cxx b/vcl/qa/cppunit/app/test_IconThemeSelector.cxx
index c1eb785..6c85bcd 100644
--- a/vcl/qa/cppunit/app/test_IconThemeSelector.cxx
+++ b/vcl/qa/cppunit/app/test_IconThemeSelector.cxx
@@ -76,7 +76,7 @@ class IconThemeSelectorTest : public CppUnit::TestFixture
 IconThemeSelectorTest::GetFakeInstalledThemes()
 {
     std::vector<vcl::IconThemeInfo> r;
-    vcl::IconThemeInfo a{};
+    vcl::IconThemeInfo a;
     a.mThemeId = "tango";
     r.push_back(a);
     a.mThemeId = "oxygen";


More information about the Libreoffice-commits mailing list