summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-03 14:51:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-03 16:34:45 +0200
commit9db8406b839df8a892d025e054e818def4a60edc (patch)
tree8e0b8c62ef7c483a633ec6c8430523eca4cee6f5 /reportdesign
parent09f77e8ed51fc64fccc6a14e87eed48b2f15a28d (diff)
loplugin:virtualdead
Change-Id: I86bae18ed2682871032aeb2a178f49f3e4601129 Reviewed-on: https://gerrit.libreoffice.org/80129 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/dlg/Condition.cxx4
-rw-r--r--reportdesign/source/ui/dlg/Condition.hxx6
-rw-r--r--reportdesign/source/ui/inc/AddField.hxx9
3 files changed, 0 insertions, 19 deletions
diff --git a/reportdesign/source/ui/dlg/Condition.cxx b/reportdesign/source/ui/dlg/Condition.cxx
index 878c31748cf0..1504ea8f7d8a 100644
--- a/reportdesign/source/ui/dlg/Condition.cxx
+++ b/reportdesign/source/ui/dlg/Condition.cxx
@@ -267,10 +267,6 @@ void Condition::ApplyCommand( sal_uInt16 _nCommandId, const NamedColor& rNamedCo
m_rAction.applyCommand( m_nCondIndex, _nCommandId, rNamedColor.first );
}
-void Condition::setImageList(sal_Int16 /*_eBitmapSet*/)
-{
-}
-
void Condition::resizeControls(const Size& /*_rDiff*/)
{
}
diff --git a/reportdesign/source/ui/dlg/Condition.hxx b/reportdesign/source/ui/dlg/Condition.hxx
index d94804d35c24..d8a03ac82f57 100644
--- a/reportdesign/source/ui/dlg/Condition.hxx
+++ b/reportdesign/source/ui/dlg/Condition.hxx
@@ -125,12 +125,6 @@ namespace rptui
virtual ~Condition() override;
virtual void dispose() override;
- /** will be called when the id of the image list needs to change.
- @param _eBitmapSet
- <svtools/imgdef.hxx>
- */
- virtual void setImageList(sal_Int16 _eBitmapSet) override;
-
/** will be called when the controls need to be resized.
*/
virtual void resizeControls(const Size& _rDiff) override;
diff --git a/reportdesign/source/ui/inc/AddField.hxx b/reportdesign/source/ui/inc/AddField.hxx
index 13b73b44e14a..b122bb3012d7 100644
--- a/reportdesign/source/ui/inc/AddField.hxx
+++ b/reportdesign/source/ui/inc/AddField.hxx
@@ -95,15 +95,6 @@ public:
css::uno::Sequence< css::beans::PropertyValue > getSelectedFieldDescriptors();
- /** will be called when the id of the image list needs to change.
- @param _eBitmapSet
- <svtools/imgdef.hxx>
- */
- virtual void setImageList(sal_Int16) override
- {
- //to-do, remove
- }
-
/** will be called when the controls need to be resized.
*/
virtual void resizeControls(const Size& _rDiff) override;