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 --- reportdesign/source/core/inc/ReportEngineJFree.hxx | 3 --- reportdesign/source/core/inc/Section.hxx | 3 --- 2 files changed, 6 deletions(-) (limited to 'reportdesign') diff --git a/reportdesign/source/core/inc/ReportEngineJFree.hxx b/reportdesign/source/core/inc/ReportEngineJFree.hxx index bc4ae7c6043d..23544c319dc8 100644 --- a/reportdesign/source/core/inc/ReportEngineJFree.hxx +++ b/reportdesign/source/core/inc/ReportEngineJFree.hxx @@ -45,7 +45,6 @@ namespace reportdesign public ReportEngineBase, public ReportEnginePropertySet { - typedef ::std::multimap< OUString, css::uno::Any , ::comphelper::UStringMixLess> TComponentMap; css::uno::Reference< css::uno::XComponentContext > m_xContext; css::uno::Reference< css::report::XReportDefinition > m_xReport; css::uno::Reference< css::task::XStatusIndicator> m_StatusIndicator; @@ -78,8 +77,6 @@ namespace reportdesign virtual ~OReportEngineJFree() override; public: - typedef rtl::Reference TReportEngine; - OReportEngineJFree(const css::uno::Reference< css::uno::XComponentContext >& context); DECLARE_XINTERFACE( ) diff --git a/reportdesign/source/core/inc/Section.hxx b/reportdesign/source/core/inc/Section.hxx index 5a623821d234..fb4fe75172ad 100644 --- a/reportdesign/source/core/inc/Section.hxx +++ b/reportdesign/source/core/inc/Section.hxx @@ -124,9 +124,6 @@ namespace reportdesign // TODO: VirtualFunctionFinder: This is virtual function! virtual void SAL_CALL disposing() override; - public: - typedef rtl::Reference TSection; - private: OSection(const css::uno::Reference< css::report::XReportDefinition >& xParentDef ,const css::uno::Reference< css::report::XGroup >& xParentGroup -- cgit