summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-18 11:43:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-19 12:39:14 +0100
commite6e85f139b250b1d48749bd336c28a7e46019993 (patch)
tree9772b42211d4af882feecfa24089f3d692ea8c8a /reportdesign
parente2d067f38b44bd76a291eda00bda4da5c11564bf (diff)
remove unused typedefs
Change-Id: I6fd7a9fed3a80c91a3766fceefd43c5db0aa5275 Reviewed-on: https://gerrit.libreoffice.org/46763 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/core/inc/ReportEngineJFree.hxx3
-rw-r--r--reportdesign/source/core/inc/Section.hxx3
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