summaryrefslogtreecommitdiff
path: root/sdext/source
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source')
-rw-r--r--sdext/source/pdfimport/test/tests.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sdext/source/pdfimport/test/tests.cxx b/sdext/source/pdfimport/test/tests.cxx
index ab4e5fcc811b..11af7d33dbaa 100644
--- a/sdext/source/pdfimport/test/tests.cxx
+++ b/sdext/source/pdfimport/test/tests.cxx
@@ -467,9 +467,6 @@ namespace
typedef boost::unordered_map<sal_Int32,FontAttributes> IdToFontMap;
typedef boost::unordered_map<FontAttributes,sal_Int32,FontAttrHash> FontToIdMap;
- typedef boost::unordered_map<sal_Int32,GraphicsContext> IdToGCMap;
- typedef boost::unordered_map<GraphicsContext,sal_Int32,GraphicsContextHash> GCToIdMap;
-
typedef std::vector<GraphicsContext> GraphicsContextStack;
sal_Int32 m_nNextFontId;