summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlFormattedField.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlFormattedField.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlFormattedField.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/reportdesign/source/filter/xml/xmlFormattedField.hxx b/reportdesign/source/filter/xml/xmlFormattedField.hxx
index 41a94a8204ee..b181810f267c 100644
--- a/reportdesign/source/filter/xml/xmlFormattedField.hxx
+++ b/reportdesign/source/filter/xml/xmlFormattedField.hxx
@@ -32,9 +32,7 @@ namespace rptxml
public:
OXMLFormattedField( ORptFilter& rImport
- ,sal_uInt16 nPrfx
- ,const OUString& rLName
- ,const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList
+ ,const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList
,const css::uno::Reference< css::report::XFormattedField >& _xComponent
,OXMLTable* _pContainer
,bool _bPageCount);