summaryrefslogtreecommitdiff
path: root/svgio/inc/svgdocument.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgdocument.hxx')
-rw-r--r--svgio/inc/svgdocument.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svgio/inc/svgdocument.hxx b/svgio/inc/svgdocument.hxx
index 97acd39d8e31..de7fbc304c88 100644
--- a/svgio/inc/svgdocument.hxx
+++ b/svgio/inc/svgdocument.hxx
@@ -38,12 +38,10 @@ namespace svgio
/// hash mapper to find nodes by their id
typedef std::unordered_map< OUString, const SvgNode* > IdTokenMapper;
- typedef std::pair< const OUString, const SvgNode* > IdTokenValueType;
IdTokenMapper maIdTokenMapperList;
/// hash mapper to find css styles by their id
typedef std::unordered_map< OUString, const SvgStyleAttributes* > IdStyleTokenMapper;
- typedef std::pair< const OUString, const SvgStyleAttributes* > IdStyleTokenValueType;
IdStyleTokenMapper maIdStyleTokenMapperList;
public: