From cad6e10264322eef1037068aa6222661c7e5f12e Mon Sep 17 00:00:00 2001 From: Michael Brauer Date: Fri, 27 Jul 2001 12:27:53 +0000 Subject: #90090#: GPF when import bullets --- xmloff/source/style/xmlnumi.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'xmloff/source/style') diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index 51fa69185974..816a38b05766 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlnumi.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: mib $ $Date: 2001-07-25 06:52:33 $ + * last change: $Author: mib $ $Date: 2001-07-27 13:27:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -594,7 +594,6 @@ Sequence SvxXMLListLevelStyleContext_Impl::GetProperties( } pProps[nPos].Name = OUString::createFromAscii( XML_UNO_NAME_NRULE_GRAPHICURL ); - pProps[nPos++].Value <<= sImageURL; pProps[nPos++].Value <<= GetImport().ResolveGraphicObjectURL( sImageURL, sal_False ); -- cgit