summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-01-30 15:29:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-01-30 20:12:29 +0100
commitc91faacfb7dd26fe7b7c93c7af5d4c330779a59f (patch)
tree609cda2f47723afefc6d8764db149a37b278bf57 /sw/inc
parentb4e5aa7bffc32aa15359808085cc69638467f5d5 (diff)
make auto-format dialog async
Change-Id: Ibef42bed3448e466877608c165131a806068f5b3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162758 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 f9398ad73fca..597781c04f13 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -326,6 +326,7 @@ protected:
virtual ~AbstractSwAutoFormatDlg() override = default;
public:
virtual std::unique_ptr<SwTableAutoFormat> FillAutoFormatOfIndex() const = 0;
+ virtual void Apply() = 0;
};
class AbstractSwFieldDlg : public SfxAbstractTabDialog