summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximplink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximplink.hxx')
-rw-r--r--xmloff/source/draw/ximplink.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/draw/ximplink.hxx b/xmloff/source/draw/ximplink.hxx
index e1efa062b8ae..fac6b99382be 100644
--- a/xmloff/source/draw/ximplink.hxx
+++ b/xmloff/source/draw/ximplink.hxx
@@ -34,20 +34,20 @@
class SdXMLShapeLinkContext : public SvXMLShapeContext
{
// the parent shape group this link is placed in
- com::sun::star::uno::Reference< com::sun::star::drawing::XShapes > mxParent;
+ css::uno::Reference< css::drawing::XShapes > mxParent;
OUString msHyperlink;
public:
SdXMLShapeLinkContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName,
- const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList,
- com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes);
+ const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList,
+ css::uno::Reference< css::drawing::XShapes >& rShapes);
virtual ~SdXMLShapeLinkContext();
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix, const OUString& rLocalName,
- const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ) override;
- virtual void StartElement(const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList) override;
+ const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList ) override;
+ virtual void StartElement(const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList) override;
virtual void EndElement() override;
};