From 95dc399434ea08b7c762f918d0c6360ef3e0e179 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 30 Jan 2024 15:57:46 +0200 Subject: make set-row-height dialog async Change-Id: I03e27c09da4f8b58468d4e551413946f03b25f1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162761 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/swabstdlg.hxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sw/inc/swabstdlg.hxx') diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index 621ac8cd666f..c8974620060e 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -436,6 +436,13 @@ public: virtual void Apply() = 0; }; +class AbstractSwTableHeightDlg : public VclAbstractDialog +{ +protected: + virtual ~AbstractSwTableHeightDlg() override = default; +public: + virtual void Apply() = 0; +}; class SwAbstractDialogFactory { @@ -497,7 +504,7 @@ public: virtual VclPtr CreateSwSelGlossaryDlg(weld::Window *pParent, const OUString &rShortName) = 0; virtual VclPtr CreateSwSortingDialog(weld::Window *pParent, SwWrtShell &rSh) = 0; - virtual VclPtr CreateSwTableHeightDialog(weld::Window *pParent, SwWrtShell &rSh) = 0; + virtual VclPtr CreateSwTableHeightDialog(weld::Window *pParent, SwWrtShell &rSh) = 0; virtual VclPtr CreateSwColumnDialog(weld::Window *pParent, SwWrtShell &rSh) = 0; virtual VclPtr CreateSplitTableDialog(weld::Window* pParent, SwWrtShell &rSh) = 0; -- cgit v1.2.3