summaryrefslogtreecommitdiff
path: root/svx/source/items/hlnkitem.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:10:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:10:15 +0000
commit50b75c29948e634bf0c51cc0afab3139e1480974 (patch)
treeaa60e81b9c41af6b5f5393793ecbf08254b8beca /svx/source/items/hlnkitem.cxx
parentc328cd439e267871dfaeaa267ec5c7f640780205 (diff)
INTEGRATION: CWS pj65 (1.8.96); FILE MERGED
2006/11/06 11:14:26 pjanik 1.8.96.1: #i71027#: Prevent warnings on Mac OS X.
Diffstat (limited to 'svx/source/items/hlnkitem.cxx')
-rw-r--r--svx/source/items/hlnkitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/hlnkitem.cxx b/svx/source/items/hlnkitem.cxx
index 8138786d180a..810010220e56 100644
--- a/svx/source/items/hlnkitem.cxx
+++ b/svx/source/items/hlnkitem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hlnkitem.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 05:20:26 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:10:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -403,7 +403,7 @@ BOOL SvxHyperlinkItem::PutValue( const com::sun::star::uno::Any& rVal, BYTE nMem
// sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId &= ~CONVERT_TWIPS;
::rtl::OUString aStr;
- sal_Int32 nVal;
+ sal_Int32 nVal = 0;
switch(nMemberId)
{
case MID_HLINK_NAME :