From 604bc943655b88994faa7f307d1c48e914965e95 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 24 Jul 2017 09:41:01 +0200 Subject: loplugin:unusedfields readonly fields Change-Id: I6629926df06f71ff86e9fb23ae4fc1ae73bc9406 Reviewed-on: https://gerrit.libreoffice.org/40360 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/svdundo.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/svx/svdundo.hxx') diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx index 5f9b6049c5a9..f46b0b3c0d80 100644 --- a/include/svx/svdundo.hxx +++ b/include/svx/svdundo.hxx @@ -147,7 +147,6 @@ class SVX_DLLPUBLIC SdrUndoAttrObj : public SdrUndoObj protected: SfxItemSet* pUndoSet; SfxItemSet* pRedoSet; - SfxItemSet* pRepeatSet; // FIXME: Or should we better remember the StyleSheetNames? rtl::Reference< SfxStyleSheetBase > mxUndoStyleSheet; @@ -175,9 +174,6 @@ public: virtual OUString GetComment() const override; virtual OUString GetSdrRepeatComment(SdrView& rView) const override; - - virtual void SdrRepeat(SdrView& rView) override; - virtual bool CanSdrRepeat(SdrView& rView) const override; }; /** -- cgit