summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/descriptionimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/descriptionimp.hxx')
-rw-r--r--xmloff/source/draw/descriptionimp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/descriptionimp.hxx b/xmloff/source/draw/descriptionimp.hxx
index f820a830c59d..cc2eca055e3f 100644
--- a/xmloff/source/draw/descriptionimp.hxx
+++ b/xmloff/source/draw/descriptionimp.hxx
@@ -28,15 +28,15 @@
class SdXMLDescriptionContext : public SvXMLImportContext
{
private:
- com::sun::star::uno::Reference< com::sun::star::drawing::XShape > mxShape;
+ css::uno::Reference< css::drawing::XShape > mxShape;
OUString msText;
public:
SdXMLDescriptionContext( SvXMLImport& rImport,
sal_uInt16 nPrfx,
const OUString& rLocalName,
- const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList,
- const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& rxShape );
+ const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList,
+ const css::uno::Reference< css::drawing::XShape >& rxShape );
virtual ~SdXMLDescriptionContext();
virtual void EndElement() override;