summaryrefslogtreecommitdiff
path: root/svgio/source
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source')
-rw-r--r--svgio/source/svgreader/svgdocument.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svgio/source/svgreader/svgdocument.cxx b/svgio/source/svgreader/svgdocument.cxx
index 6f4e0a56746d..60bd2c6a8284 100644
--- a/svgio/source/svgreader/svgdocument.cxx
+++ b/svgio/source/svgreader/svgdocument.cxx
@@ -85,14 +85,6 @@ namespace svgio
}
}
- void SvgDocument::removeSvgStyleAttributesFromMapper(const OUString& rStr)
- {
- if(!rStr.isEmpty())
- {
- maIdStyleTokenMapperList.erase(rStr);
- }
- }
-
const SvgStyleAttributes* SvgDocument::findGlobalCssStyleAttributes(const OUString& rStr) const
{
const IdStyleTokenMapper::const_iterator aResult(maIdStyleTokenMapperList.find(rStr));