diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:11:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:11:29 +0000 |
commit | 3c4bc35d857b8ed3bdff91d2d8001ea2de286fc9 (patch) | |
tree | cce20d4c777b736decb3fa979bdf6840db77df2e /svx/source | |
parent | 2f0d4bfa4c6a72aa9116e2fe236b6354b0920898 (diff) |
INTEGRATION: CWS pj65 (1.4.96); FILE MERGED
2006/11/06 11:14:26 pjanik 1.4.96.1: #i71027#: Prevent warnings on Mac OS X.
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/items/writingmodeitem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/writingmodeitem.cxx b/svx/source/items/writingmodeitem.cxx index f3bf4d11fd14..86f44ef6effa 100644 --- a/svx/source/items/writingmodeitem.cxx +++ b/svx/source/items/writingmodeitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: writingmodeitem.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 05:24:17 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:11:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -122,7 +122,7 @@ SfxItemPresentation SvxWritingModeItem::GetPresentation( SfxItemPresentation ePr sal_Bool SvxWritingModeItem::PutValue( const com::sun::star::uno::Any& rVal, BYTE ) { - sal_Int32 nVal; + sal_Int32 nVal = 0; sal_Bool bRet = ( rVal >>= nVal ); if( !bRet ) |