summaryrefslogtreecommitdiff
path: root/svgio/inc/svgio/svgreader/svgtrefnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgio/svgreader/svgtrefnode.hxx')
-rw-r--r--svgio/inc/svgio/svgreader/svgtrefnode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/inc/svgio/svgreader/svgtrefnode.hxx b/svgio/inc/svgio/svgreader/svgtrefnode.hxx
index e2442fb7a6f7..d9ab4e70e8dc 100644
--- a/svgio/inc/svgio/svgreader/svgtrefnode.hxx
+++ b/svgio/inc/svgio/svgreader/svgtrefnode.hxx
@@ -38,7 +38,7 @@ namespace svgio
/// link to text content. If maXLink
/// is set, the node can be fetched on demand
- rtl::OUString maXLink;
+ OUString maXLink;
public:
SvgTrefNode(
@@ -47,7 +47,7 @@ namespace svgio
virtual ~SvgTrefNode();
virtual const SvgStyleAttributes* getSvgStyleAttributes() const;
- virtual void parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent);
+ virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent);
/// access to referenced SvgTextNode
const SvgTextNode* getReferencedSvgTextNode() const;