summaryrefslogtreecommitdiff
path: root/xmloff/source/style/FillStyleContext.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2000-12-01 10:16:41 +0000
committerKai Ahrens <ka@openoffice.org>2000-12-01 10:16:41 +0000
commit0dbf2ec6b8660079c199a7e0f4b5f157d23db4f2 (patch)
treec53f6d549bed6c6ce22434f34f2c3ddf11ff22b7 /xmloff/source/style/FillStyleContext.cxx
parent4ab993afa6f60115b49fc8fd0d42a75a2f4edf12 (diff)
#80795#: added XIndexContainer
Diffstat (limited to 'xmloff/source/style/FillStyleContext.cxx')
-rw-r--r--xmloff/source/style/FillStyleContext.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/FillStyleContext.cxx b/xmloff/source/style/FillStyleContext.cxx
index 735bfc2245f1..c931b10cb462 100644
--- a/xmloff/source/style/FillStyleContext.cxx
+++ b/xmloff/source/style/FillStyleContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FillStyleContext.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:07:04 $
+ * last change: $Author: ka $ $Date: 2000-12-01 11:16:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -187,8 +187,8 @@ XMLBitmapStyleContext::XMLBitmapStyleContext( SvXMLImport& rImport, sal_uInt16 n
: SvXMLStyleContext(rImport, nPrfx, rLName, xAttrList)
{
// start import
- XMLImageStyle aBitmapStyle( NULL, GetImport().GetNamespaceMap(), GetImport().GetMM100UnitConverter() );
- aBitmapStyle.importXML( xAttrList, maAny, maStrName );
+ XMLImageStyle aBitmapStyle;
+ aBitmapStyle.importXML( xAttrList, maAny, maStrName, rImport );
}
XMLBitmapStyleContext::~XMLBitmapStyleContext()