diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-17 12:41:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-17 12:56:43 +0100 |
commit | c80c70c8c306d887ce0b399e9f20b0363e888369 (patch) | |
tree | 24d67aec4f79ea62ba729633e4b7701c818af48c /svgio/inc | |
parent | 549c3b81190d64ec23254f448ebf69520dd76da9 (diff) |
Remove unused getXLink
Change-Id: I848d8afbec17dd5cfb5063942d1e504aa548c759
Diffstat (limited to 'svgio/inc')
-rw-r--r-- | svgio/inc/svgio/svgreader/svgimagenode.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svgio/inc/svgio/svgreader/svgimagenode.hxx b/svgio/inc/svgio/svgreader/svgimagenode.hxx index 2461a22c58c2..9dbb624dcf13 100644 --- a/svgio/inc/svgio/svgreader/svgimagenode.hxx +++ b/svgio/inc/svgio/svgreader/svgimagenode.hxx @@ -82,9 +82,6 @@ namespace svgio /// height content, set if found in current context const SvgNumber& getHeight() const { return maHeight; } void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } - - /// XLink access - const OUString& getXLink() const { return maXLink; } }; } // end of namespace svgreader } // end of namespace svgio |