Kaydet (Commit) c80c70c8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused getXLink

Change-Id: I848d8afbec17dd5cfb5063942d1e504aa548c759
üst 549c3b81
...@@ -82,9 +82,6 @@ namespace svgio ...@@ -82,9 +82,6 @@ namespace svgio
/// height content, set if found in current context /// height content, set if found in current context
const SvgNumber& getHeight() const { return maHeight; } const SvgNumber& getHeight() const { return maHeight; }
void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; }
/// XLink access
const OUString& getXLink() const { return maXLink; }
}; };
} // end of namespace svgreader } // end of namespace svgreader
} // end of namespace svgio } // end of namespace svgio
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment