summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtdropi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtdropi.hxx')
-rw-r--r--xmloff/source/text/txtdropi.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/source/text/txtdropi.hxx b/xmloff/source/text/txtdropi.hxx
index 0ea6bd3ad67b..5aa29dfe070b 100644
--- a/xmloff/source/text/txtdropi.hxx
+++ b/xmloff/source/text/txtdropi.hxx
@@ -31,16 +31,14 @@ class XMLTextDropCapImportContext :public XMLElementPropertyContext
private:
void ProcessAttrs(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
+ const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList );
public:
XMLTextDropCapImportContext(
SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
+ const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
const XMLPropertyState& rProp,
sal_Int32 nWholeWOrdIdx,
::std::vector< XMLPropertyState > &rProps );