summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgstyleattributes.cxx
diff options
context:
space:
mode:
authorEnrico Weigelt, metux ITS <metuxitservice@googlemail.com>2012-11-15 13:33:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-11-21 14:09:57 +0000
commit42925ee1fd33bcbcf8359404d4abf687acc79315 (patch)
treec0d2936a6527cd5f2d593c8e814aa6aeda7bc44b /svgio/source/svgreader/svgstyleattributes.cxx
parent4a51910761b1f528cc21a4d0cc7035108d46aa63 (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/source/svgreader/svgstyleattributes.cxx')
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index 1a2755e52b1c..07845df8c931 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -2049,19 +2049,6 @@ namespace svgio
return true;
}
- void SvgStyleAttributes::setFillRule(const bool* pFillRule)
- {
- if(pFillRule)
- {
- maFillRuleSet = true;
- maFillRule = *pFillRule;
- }
- else
- {
- maFillRuleSet = false;
- }
- }
-
const SvgNumberVector& SvgStyleAttributes::getStrokeDasharray() const
{
if(!maStrokeDasharray.empty())