[Libreoffice-commits] .: binfilter/bf_sw
Caolán McNamara
caolan at kemper.freedesktop.org
Tue May 24 01:22:22 PDT 2011
binfilter/bf_sw/source/core/ole/sw_ndole.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f12ece9c9c6a42442fdb34c749e1e659f4cfd8ef
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue May 24 09:21:53 2011 +0100
WaE: for older compilers
diff --git a/binfilter/bf_sw/source/core/ole/sw_ndole.cxx b/binfilter/bf_sw/source/core/ole/sw_ndole.cxx
index 923acae..63d1ed6 100644
--- a/binfilter/bf_sw/source/core/ole/sw_ndole.cxx
+++ b/binfilter/bf_sw/source/core/ole/sw_ndole.cxx
@@ -425,7 +425,7 @@ SwOLELRUCache* SwOLEObj::pOLELRU_Cache = 0;
/*N*/ if( aValues.getLength() == aNames.getLength() &&
/*N*/ pValues->hasValue() )
/*N*/ {
-/*N*/ sal_Int32 nVal;
+/*N*/ sal_Int32 nVal(0);
/*N*/ *pValues >>= nVal;
/*N*/ if( 20 > nVal )
/*N*/ nVal = 20;
More information about the Libreoffice-commits
mailing list