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

New commits:
commit abc5c418d6c6fd53e711fc0e58d5b1f84dea5d44
Author: Stephan Bergmann <sberg...@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" ) )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to