summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 21:46:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:15 +0100
commitf71f94acd8e33b4b4afa0787911ebe2a1d8c784e (patch)
treeaa59ce20fbf7f5a61705762f36d53ade19ea1c14 /reportdesign
parent81d3ccfdd0fa7e448a493ee242333b32722b41bc (diff)
-Werror,-Wunused-member-function
Change-Id: I3a788db0fe215c7ce3a69c3dad2b8a72f4db88ee
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx
index 4ed12273d14b..50a4aea4a0c2 100644
--- a/reportdesign/source/ui/report/ReportController.cxx
+++ b/reportdesign/source/ui/report/ReportController.cxx
@@ -183,10 +183,6 @@ namespace
{
return x.Name.equals(y);
}
- bool operator() (const OUString& x,const beans::PropertyValue& y) const
- {
- return x.equals(y.Name);
- }
};
void lcl_setFontWPU_nothrow(const uno::Reference< report::XReportControlFormat>& _xReportControlFormat,const sal_Int32 _nId)