diff options
author | Michael Brauer <mib@openoffice.org> | 2001-07-27 12:27:53 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2001-07-27 12:27:53 +0000 |
commit | cad6e10264322eef1037068aa6222661c7e5f12e (patch) | |
tree | 067494d28412d7c5c605f9ed96257e4998e8ba7c /xmloff/source/style | |
parent | 83ca8ae3a769d302658e0e4132e3a15820a66dc9 (diff) |
#90090#: GPF when import bullets
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/xmlnumi.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
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<beans::PropertyValue> 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 ); |