summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-19 16:59:41 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-19 16:59:41 +0000
commit3b3ff3d3afcabbc325e8f6acd3dc61e6564edf6d (patch)
treebd2e1da7a72c08b520a8a2aa41c97d43aca2d00c /xmloff
parent975c465c426ae472e40a4e4af79aad406a3aade1 (diff)
INTEGRATION: CWS caloc (1.45.44); FILE MERGED
2006/11/24 16:53:18 er 1.45.44.1: #i68439# SvXMLNumFmtExport::Export: initialize default index parameter (Valgrind)
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/xmlnumfe.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx
index 7e42ba650b0c..80492cde92b3 100644
--- a/xmloff/source/style/xmlnumfe.cxx
+++ b/xmloff/source/style/xmlnumfe.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlnumfe.cxx,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 10:59:30 $
+ * last change: $Author: ihi $ $Date: 2006-12-19 17:59:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1731,9 +1731,9 @@ void SvXMLNumFmtExport::Export( sal_Bool bIsAutoStyle )
{
LanguageType nLang = aLanguages[nLangPos];
- sal_uInt32 nStandard;
+ sal_uInt32 nDefaultIndex = 0;
SvNumberFormatTable& rTable = pFormatter->GetEntryTable(
- NUMBERFORMAT_DEFINED, nStandard, nLang );
+ NUMBERFORMAT_DEFINED, nDefaultIndex, nLang );
pFormat = rTable.First();
while (pFormat)
{