summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-01-30 15:22:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-01-30 20:12:20 +0100
commitb4e5aa7bffc32aa15359808085cc69638467f5d5 (patch)
treed6db649a57d4caef3aac097e0c5fd51e9c890233 /sw/inc
parent21dd07f95d7dcb95f243753306108c18d9ba115a (diff)
make glossary dialog async
Change-Id: I7ed5da9e06656bc658728b8e61b02f767ddd6bb4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162750 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 65fbf918efca..f9398ad73fca 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -93,6 +93,7 @@ class AbstractGlossaryDlg : public VclAbstractDialog
protected:
virtual ~AbstractGlossaryDlg() override = default;
public:
+ virtual void Apply() = 0;
virtual OUString GetCurrGrpName() const = 0;
virtual OUString GetCurrShortName() const = 0;
};