diff options
author | Enrico Weigelt, metux ITS <metuxitservice@googlemail.com> | 2012-11-15 13:33:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-21 14:09:57 +0000 |
commit | 42925ee1fd33bcbcf8359404d4abf687acc79315 (patch) | |
tree | c0d2936a6527cd5f2d593c8e814aa6aeda7bc44b /svgio/inc | |
parent | 4a51910761b1f528cc21a4d0cc7035108d46aa63 (diff) |
dropped dead code from svg
Change-Id: I73244d54f182f44c08a942dee95ff11b53a24f5a
Reviewed-on: https://gerrit.libreoffice.org/1078
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svgio/inc')
-rw-r--r-- | svgio/inc/svgio/svgreader/svgdocument.hxx | 1 | ||||
-rw-r--r-- | svgio/inc/svgio/svgreader/svgstyleattributes.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svgio/inc/svgio/svgreader/svgdocument.hxx b/svgio/inc/svgio/svgreader/svgdocument.hxx index ae30fe40b73d..b8d29ac14f78 100644 --- a/svgio/inc/svgio/svgreader/svgdocument.hxx +++ b/svgio/inc/svgio/svgreader/svgdocument.hxx @@ -68,7 +68,6 @@ namespace svgio /// add/remove styles to mapper void addSvgStyleAttributesToMapper(const rtl::OUString& rStr, const SvgStyleAttributes& rSvgStyleAttributes); - void removeSvgStyleAttributesFromMapper(const rtl::OUString& rStr); /// find a style by it's Id bool hasSvgStyleAttributesById() const { return !maIdStyleTokenMapperList.empty(); } diff --git a/svgio/inc/svgio/svgreader/svgstyleattributes.hxx b/svgio/inc/svgio/svgreader/svgstyleattributes.hxx index 66789586ad6b..042fa66a9ade 100644 --- a/svgio/inc/svgio/svgreader/svgstyleattributes.hxx +++ b/svgio/inc/svgio/svgreader/svgstyleattributes.hxx @@ -304,7 +304,6 @@ namespace svgio /// fill rule content bool getFillRule() const; - void setFillRule(const bool* pFillRule = 0); /// fill StrokeDasharray content const SvgNumberVector& getStrokeDasharray() const; |