summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ViewsWindow.hxx
diff options
context:
space:
mode:
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;