[Libreoffice-commits] .: binfilter/bf_sw

Caolán McNamara caolan at kemper.freedesktop.org
Mon May 23 07:05:16 PDT 2011


 binfilter/bf_sw/source/ui/config/sw_prtopt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 251acc2c6fb66c6f63d0083f18a72735454aa97d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon May 23 15:05:08 2011 +0100

    WaE: for older gcc

diff --git a/binfilter/bf_sw/source/ui/config/sw_prtopt.cxx b/binfilter/bf_sw/source/ui/config/sw_prtopt.cxx
index df5672f..2f3172b 100644
--- a/binfilter/bf_sw/source/ui/config/sw_prtopt.cxx
+++ b/binfilter/bf_sw/source/ui/config/sw_prtopt.cxx
@@ -102,7 +102,7 @@ using ::rtl::OUString;
 /*N*/ 					case  4: bPrintBlackFont	    = *(sal_Bool*)pValues[nProp].getValue();  break;
 /*N*/                     case  5:
 /*N*/                     {
-/*N*/                         sal_Int32 nTmp;
+/*N*/                         sal_Int32 nTmp(0);
 /*N*/                         pValues[nProp] >>=  nTmp;
 /*N*/                         nPrintPostIts = (sal_Int16)nTmp;
 /*N*/                     }


More information about the Libreoffice-commits mailing list