summaryrefslogtreecommitdiff
path: root/sfx2/source/control/thumbnailviewacc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-16 21:26:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-17 07:31:54 +0100
commit70a60cece0666b226c4f36d87d85ec9841bfb67c (patch)
tree5fc6fedac37709b623126e62c96b22bb64084c2b /sfx2/source/control/thumbnailviewacc.hxx
parent3b7faa73420550d508d480ed70146468dfadb268 (diff)
loplugin:unusedmethods
most of the removal is ripple effect from removing SvxIconChoiceCtrl_Impl::EditEntry which became dead after commit 630b5db9a10cd49d24d5e563374bd68f1fe670f5 Date: Tue Nov 13 08:40:07 2018 +0200 loplugin:singlevalfields in svtools Change-Id: Ibfaa7c925cc5549a4858cc62c59d848aab72f460 Reviewed-on: https://gerrit.libreoffice.org/63481 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/control/thumbnailviewacc.hxx')
-rw-r--r--sfx2/source/control/thumbnailviewacc.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/control/thumbnailviewacc.hxx b/sfx2/source/control/thumbnailviewacc.hxx
index 938fb9026096..12015243635e 100644
--- a/sfx2/source/control/thumbnailviewacc.hxx
+++ b/sfx2/source/control/thumbnailviewacc.hxx
@@ -180,10 +180,6 @@ public:
ThumbnailViewItemAcc( ThumbnailViewItem* pParent, bool bIsTransientChildrenDisabled );
virtual ~ThumbnailViewItemAcc() override;
- void FireAccessibleEvent( short nEventId,
- const css::uno::Any& rOldValue,
- const css::uno::Any& rNewValue );
-
void ParentDestroyed();
static ThumbnailViewItemAcc* getImplementation( const css::uno::Reference< css::uno::XInterface >& rxData ) throw();