From 4ae9b3ab10c882bd9c25b1f1303325a0ecd7fc06 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Dec 2013 11:04:21 +0100 Subject: [PATCH] Remove unused typedefs Change-Id: I59f3fba9d4602cddfef1bd6862cbcfb9eec133ae --- connectivity/source/inc/calc/CTable.hxx | 4 ---- connectivity/source/inc/dbase/DTable.hxx | 3 --- 2 files changed, 7 deletions(-) diff --git a/connectivity/source/inc/calc/CTable.hxx b/connectivity/source/inc/calc/CTable.hxx index ed9bd30e3476..ead0689697a2 100644 --- a/connectivity/source/inc/calc/CTable.hxx +++ b/connectivity/source/inc/calc/CTable.hxx @@ -39,10 +39,6 @@ namespace connectivity typedef file::OFileTable OCalcTable_BASE; class OCalcConnection; - typedef ::std::map< OUString, - ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed>, - comphelper::UStringMixLess > OContainer; - class OCalcTable : public OCalcTable_BASE { private: diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx index 60b903b911f6..2a00c518b183 100644 --- a/connectivity/source/inc/dbase/DTable.hxx +++ b/connectivity/source/inc/dbase/DTable.hxx @@ -33,9 +33,6 @@ namespace connectivity typedef file::OFileTable ODbaseTable_BASE; class ODbaseConnection; - typedef ::std::map< OUString, - ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed>, comphelper::UStringMixLess > OContainer; - class ODbaseTable : public ODbaseTable_BASE { // The first byte of a dBase file specifies its type