From bb9f73045879293f5fcea1dd0e205efb84c07781 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 31 May 2012 01:55:37 +0900 Subject: nuke unused typedef Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf --- basic/source/classes/sbunoobj.cxx | 2 -- chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx | 3 --- chart2/source/view/main/ChartView.cxx | 1 - connectivity/source/commontools/TColumnsHelper.cxx | 1 - connectivity/source/commontools/TIndexes.cxx | 1 - connectivity/source/drivers/ado/AGroups.cxx | 1 - connectivity/source/drivers/ado/ATables.cxx | 2 -- connectivity/source/drivers/ado/AUsers.cxx | 2 -- connectivity/source/drivers/dbase/DColumns.cxx | 1 - connectivity/source/drivers/dbase/DIndexes.cxx | 1 - connectivity/source/drivers/dbase/DTables.cxx | 1 - connectivity/source/drivers/evoab2/NTables.cxx | 1 - connectivity/source/drivers/file/FColumns.cxx | 2 -- connectivity/source/drivers/file/FTables.cxx | 1 - connectivity/source/drivers/hsqldb/HTables.cxx | 1 - connectivity/source/drivers/hsqldb/HUser.cxx | 1 - connectivity/source/drivers/hsqldb/HUsers.cxx | 1 - connectivity/source/drivers/mozab/MColumns.cxx | 1 - connectivity/source/drivers/mozab/MTables.cxx | 1 - connectivity/source/drivers/mysql/YTables.cxx | 1 - connectivity/source/drivers/mysql/YUser.cxx | 1 - connectivity/source/drivers/mysql/YUsers.cxx | 1 - dbaccess/source/core/api/table.cxx | 2 -- editeng/source/editeng/impedit5.cxx | 2 -- editeng/source/misc/unolingu.cxx | 4 ---- framework/source/uiconfiguration/imagemanager.cxx | 2 -- oox/source/export/chartexport.cxx | 2 -- sc/source/filter/excel/xename.cxx | 1 - sd/source/ui/view/sdview2.cxx | 1 - sdext/source/pdfimport/test/tests.cxx | 3 --- sfx2/source/menu/virtmenu.cxx | 2 -- shell/source/win32/simplemail/smplmailclient.cxx | 1 - svtools/source/control/roadmap.cxx | 1 - svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 2 -- svx/source/form/datanavi.cxx | 1 - xmloff/source/style/XMLFontAutoStylePool.cxx | 1 - xmlscript/source/xml_helper/xml_impctx.cxx | 1 - 37 files changed, 54 deletions(-) diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index f20c119b3ab5..2fe5d8bf42b4 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -3248,8 +3248,6 @@ void RTL_Impl_EqualUnoObjects( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrit refVar->PutBool( sal_True ); } -typedef boost::unordered_map< ::rtl::OUString, std::vector< ::rtl::OUString >, ::rtl::OUStringHash, ::std::equal_to< ::rtl::OUString > > ModuleHash; - // helper wrapper function to interact with TypeProvider and // XTypeDescriptionEnumerationAccess. diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx index 0e29dfe88a35..f85da83f6375 100644 --- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx @@ -69,7 +69,6 @@ #include "UserDefinedProperties.hxx" #include "SceneProperties.hxx" -#include #include #include #include @@ -497,8 +496,6 @@ sal_Int32 lcl_getNewAPIIndexForOldAPIIndex( return nNewAPIIndex; } -typedef ::std::map< OUString, OUString > tChartTypeMap; - OUString lcl_getDiagramType( const OUString & rTemplateServiceName ) { const OUString aPrefix("com.sun.star.chart2.template."); diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index 9020d7bf5266..15133eec35e5 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -455,7 +455,6 @@ VCoordinateSystem* lcl_getCooSysForPlotter( const std::vector< VCoordinateSystem } typedef std::pair< sal_Int32, sal_Int32 > tFullAxisIndex; //first index is the dimension, second index is the axis index that indicates whether this is a main or secondary axis -typedef std::pair< VCoordinateSystem* , tFullAxisIndex > tFullCoordinateSystem; typedef std::map< VCoordinateSystem*, tFullAxisIndex > tCoordinateSystemMap; struct AxisUsage diff --git a/connectivity/source/commontools/TColumnsHelper.cxx b/connectivity/source/commontools/TColumnsHelper.cxx index d051a2d2e0d1..fdc72fc318a9 100644 --- a/connectivity/source/commontools/TColumnsHelper.cxx +++ b/connectivity/source/commontools/TColumnsHelper.cxx @@ -53,7 +53,6 @@ using namespace ::com::sun::star::sdbcx; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; namespace connectivity { diff --git a/connectivity/source/commontools/TIndexes.cxx b/connectivity/source/commontools/TIndexes.cxx index 246cad29e434..fcd80f026541 100644 --- a/connectivity/source/commontools/TIndexes.cxx +++ b/connectivity/source/commontools/TIndexes.cxx @@ -46,7 +46,6 @@ using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; using namespace cppu; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; // ----------------------------------------------------------------------------- OIndexesHelper::OIndexesHelper(OTableHelper* _pTable, ::osl::Mutex& _rMutex, diff --git a/connectivity/source/drivers/ado/AGroups.cxx b/connectivity/source/drivers/ado/AGroups.cxx index 0f03ced7db5f..b2d11259b8e5 100644 --- a/connectivity/source/drivers/ado/AGroups.cxx +++ b/connectivity/source/drivers/ado/AGroups.cxx @@ -47,7 +47,6 @@ using namespace com::sun::star::beans; using namespace com::sun::star::sdbc; using namespace com::sun::star::container; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; // ------------------------------------------------------------------------- sdbcx::ObjectType OGroups::createObject(const ::rtl::OUString& _rName) { diff --git a/connectivity/source/drivers/ado/ATables.cxx b/connectivity/source/drivers/ado/ATables.cxx index 1adcf3694507..5d4ff881105f 100644 --- a/connectivity/source/drivers/ado/ATables.cxx +++ b/connectivity/source/drivers/ado/ATables.cxx @@ -53,8 +53,6 @@ using namespace com::sun::star::sdbc; using namespace com::sun::star::container; using namespace com::sun::star::lang; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; - sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName) { OSL_ENSURE(m_aCollection.IsValid(),"Collection isn't valid"); diff --git a/connectivity/source/drivers/ado/AUsers.cxx b/connectivity/source/drivers/ado/AUsers.cxx index f9a98ee33feb..168dc0066b08 100644 --- a/connectivity/source/drivers/ado/AUsers.cxx +++ b/connectivity/source/drivers/ado/AUsers.cxx @@ -46,8 +46,6 @@ using namespace com::sun::star::beans; using namespace com::sun::star::sdbc; using namespace com::sun::star::container; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; - sdbcx::ObjectType OUsers::createObject(const ::rtl::OUString& _rName) { return new OAdoUser(m_pCatalog,isCaseSensitive(),_rName); diff --git a/connectivity/source/drivers/dbase/DColumns.cxx b/connectivity/source/drivers/dbase/DColumns.cxx index 2ac7c3356b5b..22a3e63bee9b 100644 --- a/connectivity/source/drivers/dbase/DColumns.cxx +++ b/connectivity/source/drivers/dbase/DColumns.cxx @@ -41,7 +41,6 @@ using namespace ::com::sun::star::sdbcx; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; -typedef file::OColumns ODbaseColumns_BASE; sdbcx::ObjectType ODbaseColumns::createObject(const ::rtl::OUString& _rName) { diff --git a/connectivity/source/drivers/dbase/DIndexes.cxx b/connectivity/source/drivers/dbase/DIndexes.cxx index 067b13326753..6b181102bf5e 100644 --- a/connectivity/source/drivers/dbase/DIndexes.cxx +++ b/connectivity/source/drivers/dbase/DIndexes.cxx @@ -100,7 +100,6 @@ Reference< XPropertySet > ODbaseIndexes::createDescriptor() { return new ODbaseIndex(m_pTable); } -typedef connectivity::sdbcx::OCollection ODbaseTables_BASE_BASE; // ------------------------------------------------------------------------- // XAppend sdbcx::ObjectType ODbaseIndexes::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) diff --git a/connectivity/source/drivers/dbase/DTables.cxx b/connectivity/source/drivers/dbase/DTables.cxx index 96faa187ea5e..49cad639f562 100644 --- a/connectivity/source/drivers/dbase/DTables.cxx +++ b/connectivity/source/drivers/dbase/DTables.cxx @@ -72,7 +72,6 @@ Reference< XPropertySet > ODbaseTables::createDescriptor() { return new ODbaseTable(this,(ODbaseConnection*)static_cast(m_rParent).getConnection()); } -typedef connectivity::sdbcx::OCollection ODbaseTables_BASE_BASE; // ------------------------------------------------------------------------- // XAppend sdbcx::ObjectType ODbaseTables::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) diff --git a/connectivity/source/drivers/evoab2/NTables.cxx b/connectivity/source/drivers/evoab2/NTables.cxx index 84a88bba0cad..8f7416ac349f 100644 --- a/connectivity/source/drivers/evoab2/NTables.cxx +++ b/connectivity/source/drivers/evoab2/NTables.cxx @@ -53,7 +53,6 @@ using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; using namespace dbtools; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; ObjectType OEvoabTables::createObject(const ::rtl::OUString& aName) { diff --git a/connectivity/source/drivers/file/FColumns.cxx b/connectivity/source/drivers/file/FColumns.cxx index cd148edea7e9..0a9671b40051 100644 --- a/connectivity/source/drivers/file/FColumns.cxx +++ b/connectivity/source/drivers/file/FColumns.cxx @@ -44,8 +44,6 @@ using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; - sdbcx::ObjectType OColumns::createObject(const ::rtl::OUString& _rName) { diff --git a/connectivity/source/drivers/file/FTables.cxx b/connectivity/source/drivers/file/FTables.cxx index afefb6bf1c65..ce42098d9b48 100644 --- a/connectivity/source/drivers/file/FTables.cxx +++ b/connectivity/source/drivers/file/FTables.cxx @@ -45,7 +45,6 @@ using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; namespace starutil = ::com::sun::star::util; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& /*_rName*/) { diff --git a/connectivity/source/drivers/hsqldb/HTables.cxx b/connectivity/source/drivers/hsqldb/HTables.cxx index 28058450eea6..3b07ca284082 100644 --- a/connectivity/source/drivers/hsqldb/HTables.cxx +++ b/connectivity/source/drivers/hsqldb/HTables.cxx @@ -54,7 +54,6 @@ using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; using namespace dbtools; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName) { diff --git a/connectivity/source/drivers/hsqldb/HUser.cxx b/connectivity/source/drivers/hsqldb/HUser.cxx index 5373c165d917..7cc7ae68d368 100644 --- a/connectivity/source/drivers/hsqldb/HUser.cxx +++ b/connectivity/source/drivers/hsqldb/HUser.cxx @@ -68,7 +68,6 @@ OUserExtend::OUserExtend( const ::com::sun::star::uno::Reference< ::com::sun:: construct(); } // ------------------------------------------------------------------------- -typedef connectivity::sdbcx::OUser OUser_TYPEDEF; void OUserExtend::construct() { registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD), PROPERTY_ID_PASSWORD,0,&m_Password,::getCppuType(reinterpret_cast< ::rtl::OUString*>(NULL))); diff --git a/connectivity/source/drivers/hsqldb/HUsers.cxx b/connectivity/source/drivers/hsqldb/HUsers.cxx index 3f98a8153557..5252022b7575 100644 --- a/connectivity/source/drivers/hsqldb/HUsers.cxx +++ b/connectivity/source/drivers/hsqldb/HUsers.cxx @@ -45,7 +45,6 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; OUsers::OUsers( ::cppu::OWeakObject& _rParent, ::osl::Mutex& _rMutex, diff --git a/connectivity/source/drivers/mozab/MColumns.cxx b/connectivity/source/drivers/mozab/MColumns.cxx index 79b6f8361e42..5f5dd357b9da 100644 --- a/connectivity/source/drivers/mozab/MColumns.cxx +++ b/connectivity/source/drivers/mozab/MColumns.cxx @@ -49,7 +49,6 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; sdbcx::ObjectType OColumns::createObject(const ::rtl::OUString& _rName) { diff --git a/connectivity/source/drivers/mozab/MTables.cxx b/connectivity/source/drivers/mozab/MTables.cxx index 7793605e96a3..dfa7b99404c4 100644 --- a/connectivity/source/drivers/mozab/MTables.cxx +++ b/connectivity/source/drivers/mozab/MTables.cxx @@ -52,7 +52,6 @@ using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; using namespace dbtools; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName) { diff --git a/connectivity/source/drivers/mysql/YTables.cxx b/connectivity/source/drivers/mysql/YTables.cxx index 00471e3de25a..2264ddb6914d 100644 --- a/connectivity/source/drivers/mysql/YTables.cxx +++ b/connectivity/source/drivers/mysql/YTables.cxx @@ -54,7 +54,6 @@ using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; using namespace dbtools; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName) { diff --git a/connectivity/source/drivers/mysql/YUser.cxx b/connectivity/source/drivers/mysql/YUser.cxx index f0084551b1e1..575a6d076e07 100644 --- a/connectivity/source/drivers/mysql/YUser.cxx +++ b/connectivity/source/drivers/mysql/YUser.cxx @@ -68,7 +68,6 @@ OUserExtend::OUserExtend( const ::com::sun::star::uno::Reference< ::com::sun:: construct(); } // ------------------------------------------------------------------------- -typedef connectivity::sdbcx::OUser OUser_TYPEDEF; void OUserExtend::construct() { registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD), PROPERTY_ID_PASSWORD,0,&m_Password,::getCppuType(reinterpret_cast< ::rtl::OUString*>(NULL))); diff --git a/connectivity/source/drivers/mysql/YUsers.cxx b/connectivity/source/drivers/mysql/YUsers.cxx index b286cae92ac5..de00aecb1b06 100644 --- a/connectivity/source/drivers/mysql/YUsers.cxx +++ b/connectivity/source/drivers/mysql/YUsers.cxx @@ -45,7 +45,6 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; OUsers::OUsers( ::cppu::OWeakObject& _rParent, ::osl::Mutex& _rMutex, diff --git a/dbaccess/source/core/api/table.cxx b/dbaccess/source/core/api/table.cxx index 284efec407ea..eb93d266e3ec 100644 --- a/dbaccess/source/core/api/table.cxx +++ b/dbaccess/source/core/api/table.cxx @@ -69,8 +69,6 @@ using namespace ::osl; using namespace ::comphelper; using namespace ::cppu; -typedef ::std::map > OColMap; - //========================================================================== //= ODBTable //========================================================================== diff --git a/editeng/source/editeng/impedit5.cxx b/editeng/source/editeng/impedit5.cxx index 1da4ef7b5f47..4b4bb21c7945 100644 --- a/editeng/source/editeng/impedit5.cxx +++ b/editeng/source/editeng/impedit5.cxx @@ -664,8 +664,6 @@ void ImpEditEngine::RemoveCharAttribs( EditSelection aSel, sal_Bool bRemoveParaA } } -typedef EditCharAttrib* EditCharAttribPtr; - void ImpEditEngine::RemoveCharAttribs( sal_uInt16 nPara, sal_uInt16 nWhich, sal_Bool bRemoveFeatures ) { ContentNode* pNode = aEditDoc.GetObject( nPara ); diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index 14d5b8276191..90c0c82065c5 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -28,7 +28,6 @@ #include -#include #include #include #include @@ -219,9 +218,6 @@ void SvxLinguConfigUpdate::UpdateAll( sal_Bool bForceCheck ) { typedef OUString OUstring_t; typedef Sequence< OUString > Sequence_OUString_t; - typedef std::vector< OUstring_t > OUString_vector_t; - typedef std::set< OUstring_t > OUString_set_t; - std::vector< OUString_vector_t > aVector; typedef std::map< OUstring_t, Sequence_OUString_t > list_entry_map_t; RTL_LOGFILE_CONTEXT( aLog, "svx: SvxLinguConfigUpdate::UpdateAll - updating..." ); diff --git a/framework/source/uiconfiguration/imagemanager.cxx b/framework/source/uiconfiguration/imagemanager.cxx index fcb768fa204d..b4d4efa76133 100644 --- a/framework/source/uiconfiguration/imagemanager.cxx +++ b/framework/source/uiconfiguration/imagemanager.cxx @@ -91,8 +91,6 @@ const sal_Int16 MAX_IMAGETYPE_VALUE = ::com::sun::star::ui::ImageType::COL namespace framework { -typedef GraphicNameAccess CmdToXGraphicNameAccess; - //***************************************************************************************************************** // XInterface, XTypeProvider, XServiceInfo //***************************************************************************************************************** diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 046c61126840..92f9e759c209 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -341,8 +341,6 @@ bool lcl_isSeriesAttachedToFirstAxis( return bResult; } -typedef ::std::pair< OUString, OUString > tLabelAndValueRange; - OUString lcl_flattenStringSequence( const Sequence< OUString > & rSequence ) { OUStringBuffer aResult; diff --git a/sc/source/filter/excel/xename.cxx b/sc/source/filter/excel/xename.cxx index cf2f79579ccb..82eed915e08b 100644 --- a/sc/source/filter/excel/xename.cxx +++ b/sc/source/filter/excel/xename.cxx @@ -162,7 +162,6 @@ public: private: typedef XclExpRecordList< XclExpName > XclExpNameList; typedef XclExpNameList::RecordRefType XclExpNameRef; - typedef ::std::map< sal_uInt16, sal_uInt16 > XclExpIndexMap; typedef ::std::map< ::std::pair, sal_uInt16> NamedExpIndexMap; diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx index b29867047b97..5f12c13e4212 100644 --- a/sd/source/ui/view/sdview2.cxx +++ b/sd/source/ui/view/sdview2.cxx @@ -970,7 +970,6 @@ bool View::GetExchangeList (std::vector &rExchangeList, return bNameOK; } -typedef std::vector< std::pair< sal_uInt32, sal_uInt32 > > PathSurrogateVector; typedef std::vector< SdrObject* > SdrObjectVector; void ImplProcessObjectList(SdrObject* pObj, SdrObjectVector& rVector ) 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 IdToFontMap; typedef boost::unordered_map FontToIdMap; - typedef boost::unordered_map IdToGCMap; - typedef boost::unordered_map GCToIdMap; - typedef std::vector GraphicsContextStack; sal_Int32 m_nNextFontId; diff --git a/sfx2/source/menu/virtmenu.cxx b/sfx2/source/menu/virtmenu.cxx index d7eb8516477b..1fa371f56a71 100644 --- a/sfx2/source/menu/virtmenu.cxx +++ b/sfx2/source/menu/virtmenu.cxx @@ -68,8 +68,6 @@ using namespace ::com::sun::star::uno; DBG_NAME(SfxVirtualMenu) -typedef SfxMenuControl* SfxMenuControlPtr; - class SfxMenuImageControl_Impl : public SfxControllerItem { SfxVirtualMenu* pMenu; diff --git a/shell/source/win32/simplemail/smplmailclient.cxx b/shell/source/win32/simplemail/smplmailclient.cxx index 14cac428cf64..722abd86524d 100644 --- a/shell/source/win32/simplemail/smplmailclient.cxx +++ b/shell/source/win32/simplemail/smplmailclient.cxx @@ -59,7 +59,6 @@ using css::system::SimpleMailClientFlags::NO_USER_INTERFACE; using css::system::SimpleMailClientFlags::NO_LOGON_DIALOG; typedef std::vector StringList_t; -typedef StringList_t::const_iterator StringListIterator_t; const rtl::OUString TO(RTL_CONSTASCII_USTRINGPARAM("--to")); const rtl::OUString CC(RTL_CONSTASCII_USTRINGPARAM("--cc")); diff --git a/svtools/source/control/roadmap.cxx b/svtools/source/control/roadmap.cxx index b2e06ddfcff2..a008910b6e33 100644 --- a/svtools/source/control/roadmap.cxx +++ b/svtools/source/control/roadmap.cxx @@ -49,7 +49,6 @@ namespace svt { //......................................................................... - typedef std::vector< ::rtl::OUString > S_Vector; typedef std::vector< RoadmapItem* > HL_Vector; //===================================================================== diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx index c586bf760afc..007c079ee306 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -65,8 +65,6 @@ using namespace com::sun::star; using namespace com::sun::star::uno; -typedef std::vector< std::vector< double > > PolyPolygonDistances; - struct FWCharacterData // representing a single character { std::vector< PolyPolygon > vOutlines; diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx index ac70be037e9f..08f3cf88c026 100644 --- a/svx/source/form/datanavi.cxx +++ b/svx/source/form/datanavi.cxx @@ -188,7 +188,6 @@ namespace svxform return; using namespace ::com::sun::star::uno; - typedef com::sun::star::form::binding::XValueBinding XValueBinding_t; ItemNode *pItemNode = static_cast(pSelected->GetUserData()); diff --git a/xmloff/source/style/XMLFontAutoStylePool.cxx b/xmloff/source/style/XMLFontAutoStylePool.cxx index e5e3323e8e7c..a242375d4a60 100644 --- a/xmloff/source/style/XMLFontAutoStylePool.cxx +++ b/xmloff/source/style/XMLFontAutoStylePool.cxx @@ -140,7 +140,6 @@ int XMLFontAutoStylePoolEntryCmp_Impl( } } -typedef XMLFontAutoStylePoolEntry_Impl *XMLFontAutoStylePoolEntryPtr; DECLARE_CONTAINER_SORT_DEL( XMLFontAutoStylePool_Impl, XMLFontAutoStylePoolEntry_Impl ) IMPL_CONTAINER_SORT( XMLFontAutoStylePool_Impl, diff --git a/xmlscript/source/xml_helper/xml_impctx.cxx b/xmlscript/source/xml_helper/xml_impctx.cxx index ebe47ef90970..2aa2c0eac5db 100644 --- a/xmlscript/source/xml_helper/xml_impctx.cxx +++ b/xmlscript/source/xml_helper/xml_impctx.cxx @@ -70,7 +70,6 @@ OUString getImplementationName_DocumentHandlerImpl() } typedef ::boost::unordered_map< OUString, sal_Int32, OUStringHash > t_OUString2LongMap; -typedef ::boost::unordered_map< sal_Int32, OUString > t_Long2OUStringMap; struct PrefixEntry { -- cgit