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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximplink.hxx b/xmloff/source/draw/ximplink.hxx
index 3b60b21b2c04..d2d33779787e 100644
--- a/xmloff/source/draw/ximplink.hxx
+++ b/xmloff/source/draw/ximplink.hxx
@@ -37,18 +37,18 @@ class SdXMLShapeLinkContext : public SvXMLShapeContext
{
// the parent shape group this link is placed in
com::sun::star::uno::Reference< com::sun::star::drawing::XShapes > mxParent;
- rtl::OUString msHyperlink;
+ OUString msHyperlink;
public:
TYPEINFO();
- SdXMLShapeLinkContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const rtl::OUString& rLocalName,
+ 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);
virtual ~SdXMLShapeLinkContext();
virtual SvXMLImportContext *CreateChildContext(
- sal_uInt16 nPrefix, const rtl::OUString& rLocalName,
+ sal_uInt16 nPrefix, const OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList );
virtual void StartElement(const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList);
virtual void EndElement();