[Libreoffice-commits] .: binfilter/bf_sw

Caolán McNamara caolan at kemper.freedesktop.org
Wed May 25 01:49:52 PDT 2011


 binfilter/bf_sw/source/core/fields/sw_fldbas.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 92cbff03c536a36637df45390325efa109dcce0f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed May 25 09:49:46 2011 +0100

    WaE: extra older compiler warning

diff --git a/binfilter/bf_sw/source/core/fields/sw_fldbas.cxx b/binfilter/bf_sw/source/core/fields/sw_fldbas.cxx
index 4c8f534..415e1c8 100644
--- a/binfilter/bf_sw/source/core/fields/sw_fldbas.cxx
+++ b/binfilter/bf_sw/source/core/fields/sw_fldbas.cxx
@@ -243,7 +243,7 @@ void SwField::SetSubType(USHORT /*nType*/)
 /*N*/     {
 /*N*/         case FIELD_PROP_BOOL4:
 /*N*/         {    
-/*N*/             BOOL bFixed;
+/*N*/             BOOL bFixed(0);
 /*N*/             if(rVal >>= bFixed)
 /*N*/                 bIsAutomaticLanguage = !bFixed;
 /*N*/         }


More information about the Libreoffice-commits mailing list