summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLTextShapeImportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/XMLTextShapeImportHelper.hxx')
-rw-r--r--include/xmloff/XMLTextShapeImportHelper.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/xmloff/XMLTextShapeImportHelper.hxx b/include/xmloff/XMLTextShapeImportHelper.hxx
index a6754ab26b28..7480da16b1c8 100644
--- a/include/xmloff/XMLTextShapeImportHelper.hxx
+++ b/include/xmloff/XMLTextShapeImportHelper.hxx
@@ -38,12 +38,9 @@ public:
virtual ~XMLTextShapeImportHelper();
virtual void addShape(
- ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XShape >& rShape,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList >& xAttrList,
- ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XShapes >& rShapes ) override;
+ css::uno::Reference< css::drawing::XShape >& rShape,
+ const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
+ css::uno::Reference< css::drawing::XShapes >& rShapes ) override;
};
#endif