summaryrefslogtreecommitdiff
path: root/sw/inc/colwd.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-04-02 16:57:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-04-02 21:54:28 +0200
commitcc78e723723bac34a43e5f3ad05947f775abe0db (patch)
treeaeecfe085de176aa3d9306b69687042d50368013 /sw/inc/colwd.hxx
parentfa8822c48e2a79589bebbd015b36d1da8b338cc2 (diff)
weld SwTableHeightDlg
Change-Id: I46b90b97da28a7461a069867bade40a64b17c9b5 Reviewed-on: https://gerrit.libreoffice.org/52269 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/colwd.hxx')
-rw-r--r--sw/inc/colwd.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/colwd.hxx b/sw/inc/colwd.hxx
index 894ed19b2f5a..379f4584c922 100644
--- a/sw/inc/colwd.hxx
+++ b/sw/inc/colwd.hxx
@@ -25,6 +25,7 @@ class SwTableFUNC;
class SwTableWidthDlg final : public weld::GenericDialogController
{
+private:
SwTableFUNC &m_rFnc;
std::unique_ptr<weld::SpinButton> m_xColNF;
@@ -32,6 +33,8 @@ class SwTableWidthDlg final : public weld::GenericDialogController
DECL_LINK(LoseFocusHdl, weld::SpinButton&, void);
+ void Apply();
+
public:
SwTableWidthDlg(weld::Window *pParent, SwTableFUNC &rFnc);
short execute();