summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/inc/pdfiprocessor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/inc/pdfiprocessor.hxx')
-rw-r--r--sdext/source/pdfimport/inc/pdfiprocessor.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/inc/pdfiprocessor.hxx b/sdext/source/pdfimport/inc/pdfiprocessor.hxx
index 281c78be6c8d..196a59ba3a8b 100644
--- a/sdext/source/pdfimport/inc/pdfiprocessor.hxx
+++ b/sdext/source/pdfimport/inc/pdfiprocessor.hxx
@@ -169,8 +169,6 @@ namespace pdfi
typedef std::unordered_map<sal_Int32,FontAttributes> IdToFontMap;
typedef std::unordered_map<FontAttributes,sal_Int32,FontAttrHash> FontToIdMap;
- typedef std::unordered_map<sal_Int32,GraphicsContext> IdToGCMap;
- typedef std::unordered_map<GraphicsContext,sal_Int32,GraphicsContextHash> GCToIdMap;
typedef boost::bimaps::bimap<
boost::bimaps::unordered_set_of<GraphicsContext, GraphicsContextHash>,
boost::bimaps::unordered_set_of<sal_Int32>