diff options
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/core/inc/ReportEngineJFree.hxx | 3 | ||||
-rw-r--r-- | reportdesign/source/core/inc/Section.hxx | 3 |
2 files changed, 0 insertions, 6 deletions
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<OReportEngineJFree> 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<OSection> TSection; - private: OSection(const css::uno::Reference< css::report::XReportDefinition >& xParentDef ,const css::uno::Reference< css::report::XGroup >& xParentGroup |