From e6e85f139b250b1d48749bd336c28a7e46019993 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 18 Dec 2017 11:43:16 +0200 Subject: remove unused typedefs Change-Id: I6fd7a9fed3a80c91a3766fceefd43c5db0aa5275 Reviewed-on: https://gerrit.libreoffice.org/46763 Tested-by: Jenkins Reviewed-by: Noel Grandin --- dbaccess/source/core/api/RowSet.cxx | 1 - dbaccess/source/ui/dlg/DbAdminImpl.hxx | 1 - dbaccess/source/ui/inc/HtmlReader.hxx | 2 -- dbaccess/source/ui/inc/RtfReader.hxx | 2 -- 4 files changed, 6 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index e4d40077d97b..1634bb2cac00 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx @@ -279,7 +279,6 @@ void ORowSet::getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _rDefault ) c } } -// typedef ::comphelper::OPropertyArrayUsageHelper ORowSet_Prop; void SAL_CALL ORowSet::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) { switch(nHandle) diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.hxx b/dbaccess/source/ui/dlg/DbAdminImpl.hxx index 4089bdc3e455..790a7b204649 100644 --- a/dbaccess/source/ui/dlg/DbAdminImpl.hxx +++ b/dbaccess/source/ui/dlg/DbAdminImpl.hxx @@ -65,7 +65,6 @@ namespace dbaui css::uno::Any m_aDataSourceOrName; typedef std::set< OUString > StringSet; - typedef StringSet::const_iterator ConstStringSetIterator; MapInt2String m_aDirectPropTranslator; /// translating property id's into names (direct properties of a data source) MapInt2String m_aIndirectPropTranslator; /// translating property id's into names (indirect properties of a data source) diff --git a/dbaccess/source/ui/inc/HtmlReader.hxx b/dbaccess/source/ui/inc/HtmlReader.hxx index 375d04a9803a..22ab02453061 100644 --- a/dbaccess/source/ui/inc/HtmlReader.hxx +++ b/dbaccess/source/ui/inc/HtmlReader.hxx @@ -64,8 +64,6 @@ namespace dbaui virtual SvParserState CallParser() override;// base class }; - - typedef tools::SvRef OHTMLReaderRef; } #endif diff --git a/dbaccess/source/ui/inc/RtfReader.hxx b/dbaccess/source/ui/inc/RtfReader.hxx index 9c380d1edd77..57a13497e590 100644 --- a/dbaccess/source/ui/inc/RtfReader.hxx +++ b/dbaccess/source/ui/inc/RtfReader.hxx @@ -55,8 +55,6 @@ namespace dbaui virtual SvParserState CallParser() override;// base class }; - - typedef tools::SvRef ORTFReaderRef; } #endif -- cgit