[Libreoffice-commits] .: binfilter/bf_sw

Caolán McNamara caolan at kemper.freedesktop.org
Fri Mar 25 08:29:03 PDT 2011


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

New commits:
commit 2228a93e41679387e377aa4ddefed1bb6e3f7584
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Mar 25 15:28:56 2011 +0000

    WaE: for simple minder compilers

diff --git a/binfilter/bf_sw/source/core/unocore/sw_unosett.cxx b/binfilter/bf_sw/source/core/unocore/sw_unosett.cxx
index e1b4ea6..645f21b 100644
--- a/binfilter/bf_sw/source/core/unocore/sw_unosett.cxx
+++ b/binfilter/bf_sw/source/core/unocore/sw_unosett.cxx
@@ -2299,7 +2299,7 @@ void SwXTextColumns::setPropertyValue( const OUString& rPropertyName, const Any&
             style::VerticalAlignment eAlign;
             if(!(aValue >>= eAlign) )
             {
-                sal_Int8 nTmp;
+                sal_Int8 nTmp(0);
                 if (! ( aValue >>= nTmp ) )
                     throw IllegalArgumentException();
                 else


More information about the Libreoffice-commits mailing list