summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-04-23 11:20:31 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-04-23 11:20:31 +0200
commitef34b074413e97dda1098733443f991c7dee412d (patch)
tree3c85525badab4f8e244bf367f13791f222b46c55 /writerfilter
parentde3a1c82ad711bb221c48c1f13a1d5a83a8798d2 (diff)
parent593cd3c47ab0df8f533e8b02b0dff7adc09e67c0 (diff)
cbosdo03: merged with remote repo (forgot to pull before merging with DEV300)
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/NumberingManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/NumberingManager.cxx b/writerfilter/source/dmapper/NumberingManager.cxx
index 670d5f2bf940..8cc031ea1d09 100644
--- a/writerfilter/source/dmapper/NumberingManager.cxx
+++ b/writerfilter/source/dmapper/NumberingManager.cxx
@@ -41,7 +41,7 @@ void lcl_printProperties( uno::Sequence< beans::PropertyValue > aProps )
for ( sal_Int32 i = 0; i < nLen; i++ )
{
uno::Any aValue = aProps[i].Value;
- sal_Int32 nValue;
+ sal_Int32 nValue = 0;
OUString sValue;
if ( !( aValue >>= sValue ) && ( aValue >>= nValue ) )