summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-10-22 08:42:52 +0000
committerMichael Brauer <mib@openoffice.org>2001-10-22 08:42:52 +0000
commit657c7cf5531e80709c7c9db33232f47c9baeda5f (patch)
treedc67c31cf3b2e68d3a68425add3d1e355d91d72d /xmloff/source
parent42c08df9d2185e47c8cc72cd71d9ebbc57f13186 (diff)
#93472#: Setting void instead off an empty XIndexReplace for switching num rules off
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/text/txtimp.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index f459a0bab855..34c61e73c9b1 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtimp.cxx,v $
*
- * $Revision: 1.86 $
+ * $Revision: 1.87 $
*
- * last change: $Author: cl $ $Date: 2001-09-28 09:28:09 $
+ * last change: $Author: mib $ $Date: 2001-10-22 09:42:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1151,8 +1151,7 @@ OUString XMLTextImportHelper::SetStyleAndAttrs(
// the list.
if( xNumRules.is() )
{
- Reference < XIndexReplace > xEmpty;
- aAny <<= xEmpty;
+ aAny.clear();
xPropSet->setPropertyValue( sNumberingRules, aAny );
}
}