summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ViewsWindow.hxx
diff options
context:
space:
mode:
authorJorenz Paragas <j.paragas.237@gmail.com>2015-06-29 19:56:20 -0700
committerMichael Stahl <mstahl@redhat.com>2015-06-30 13:28:59 +0000
commit02d3ae938d92988bb24b370ca0beece17bb275fa (patch)
tree37d0b292e47972e46e7d851a2695a5e6a5abd7e6 /reportdesign/source/ui/inc/ViewsWindow.hxx
parentdaf06757009e09e3ecb4a3e91f2d068ca9612fa7 (diff)
tdf#91112 replace o3tl::compose1 with lambdas in reportdesign
Remove TReportPairHelper and TStartMarkerHelper as well since they were helper structs that were used solely for many of these o3tl::compose calls and are now unused. Change-Id: I75b366a7951a841c49a34709a3bdc1877952b64d Reviewed-on: https://gerrit.libreoffice.org/16606 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'reportdesign/source/ui/inc/ViewsWindow.hxx')
-rw-r--r--reportdesign/source/ui/inc/ViewsWindow.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/reportdesign/source/ui/inc/ViewsWindow.hxx b/reportdesign/source/ui/inc/ViewsWindow.hxx
index 00e0ac22d837..4950ec9a55c5 100644
--- a/reportdesign/source/ui/inc/ViewsWindow.hxx
+++ b/reportdesign/source/ui/inc/ViewsWindow.hxx
@@ -109,20 +109,6 @@ namespace rptui
public:
typedef ::std::vector< VclPtr<OSectionWindow> > TSectionsMap;
- struct TReportPairHelper : public ::std::unary_function< TSectionsMap::value_type, OReportSection >
- {
- OReportSection& operator() (const TSectionsMap::value_type& lhs) const
- {
- return lhs->getReportSection();
- }
- };
- struct TStartMarkerHelper : public ::std::unary_function< TSectionsMap::value_type, OStartMarker >
- {
- OStartMarker& operator() (const TSectionsMap::value_type& lhs) const
- {
- return lhs->getStartMarker();
- }
- };
private:
TSectionsMap m_aSections;
svtools::ColorConfig m_aColorConfig;