summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-01-30 15:50:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-01-30 20:12:48 +0100
commit7bd438c42c8c7f80bfdb99d53aac9674b5ae0a3e (patch)
treee8343d8c8ea73f1024062a54911002aa8b84ad3e /sw/inc
parentb70d96db53085bdd4e66c22857590d5b2cd391f9 (diff)
convert insert-footnote dialog to async
Change-Id: Iea3cb8fe1486c229b5441574b1de9b81758bc251 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162760 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/swabstdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index 4ea4085f387e..621ac8cd666f 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -113,6 +113,7 @@ class AbstractInsFootNoteDlg : public VclAbstractDialog
protected:
virtual ~AbstractInsFootNoteDlg() override = default;
public:
+ virtual void Apply() = 0;
virtual OUString GetFontName() = 0;
virtual bool IsEndNote() = 0;
virtual OUString GetStr() = 0;