summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-31 01:55:37 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-31 01:56:28 +0900
commitbb9f73045879293f5fcea1dd0e205efb84c07781 (patch)
treec17b31c5b58efc4923b953f494ad314043c8e897 /sdext
parent292466e0c2cdbde7547c968d1e1c480a7801836d (diff)
nuke unused typedef
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
Diffstat (limited to 'sdext')
-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;