diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par5.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx index b1e9219991f1..d4bba55b6cf8 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" ) ) |