Remove unused getXLink

Change-Id: I848d8afbec17dd5cfb5063942d1e504aa548c759
This commit is contained in:
Stephan Bergmann
2014-03-17 12:41:54 +01:00
parent 549c3b8119
commit c80c70c8c3

View File

@@ -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