summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-28 09:15:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-28 10:35:22 +0100
commit376ee49f68384cf16aec57d54506378b67ccd402 (patch)
tree9d12d74da1eb92dd882bfb1196c93620939db07c /sdext
parent93c08ca200c12a505e00a9a5aeeff2c730d23b74 (diff)
remove some unused typedefs
Change-Id: I7775a7d86e9641cd514e58f03d3727d2ad846120 Reviewed-on: https://gerrit.libreoffice.org/68485 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext')
-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>