[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Mon Apr 15 04:11:14 PDT 2013


 sw/source/filter/ww8/ww8par5.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit abc5c418d6c6fd53e711fc0e58d5b1f84dea5d44
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Apr 15 13:10:51 2013 +0200

    Silence false warning
    
    Change-Id: Ie854ab8b8b7ea4d98ee33d6802ea3a1e65ef2769

diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index b1e9219..d4bba55 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -2245,7 +2245,7 @@ bool ConvertMacroSymbol( const String& rName, String& rReference )
     if( rReference.EqualsAscii( "(" ) )
     {
         bConverted = true;
-        sal_Unicode cSymbol;
+        sal_Unicode cSymbol = sal_Unicode(); // silence false warning
         if( rName.EqualsAscii( "CheckIt" ) )
             cSymbol = 0xF06F;
         else if( rName.EqualsAscii( "UncheckIt" ) )


More information about the Libreoffice-commits mailing list