summaryrefslogtreecommitdiff
path: root/sw/source/core/inc
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2021-02-10 11:04:25 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2021-02-10 16:50:22 +0100
commite8d1504ba7299d78dd825a512e8f04ef33900997 (patch)
treeb7b322152accada2db7d1b2128be9e1cdd794be5 /sw/source/core/inc
parent77bfbd8cb4db3e11c5cfd0f19ed4315845f1e46c (diff)
Dropdown form field: don't increase code compexity for gen backend.
It's just an internal thing, we don't really need to optimize the code for it. This HideButton() function is not use anywhere else. Change-Id: I2e5fff73f6d50a0dedbd8d5f7eea748d09de6330 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110709 Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw/source/core/inc')
-rw-r--r--sw/source/core/inc/bookmrk.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/inc/bookmrk.hxx b/sw/source/core/inc/bookmrk.hxx
index f0f81bf32c3c..2fe0cf3a0d5e 100644
--- a/sw/source/core/inc/bookmrk.hxx
+++ b/sw/source/core/inc/bookmrk.hxx
@@ -278,7 +278,6 @@ namespace sw {
virtual ~FieldmarkWithDropDownButton() override;
virtual void ShowButton(SwEditWin* pEditWin) = 0;
- virtual void HideButton();
virtual void RemoveButton();
protected:
@@ -294,7 +293,6 @@ namespace sw {
virtual ~DropDownFieldmark() override;
virtual void ShowButton(SwEditWin* pEditWin) override;
- virtual void HideButton() override;
virtual void RemoveButton() override;
// This method should be called only by the portion so we can now the portion's painting area