summaryrefslogtreecommitdiff
path: root/cui/source/inc/tabstpge.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-02-14 12:36:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-02-14 22:02:49 +0100
commit038634b63e997db80c09af3c6493364fa4431bcf (patch)
treeb6df9e5a3c55eb4ba3446a61d15ecee24f7b8576 /cui/source/inc/tabstpge.hxx
parent465fb025a0117428aa0d409e203e3e1c60bdd992 (diff)
Resolves: tdf#123426 don't reformat tabstop pos while editing
we want to know what it would format as, but we don't want to do the formatting during typing Change-Id: I817798adf5b3f9325682f43b92fe107659803b4f Reviewed-on: https://gerrit.libreoffice.org/67819 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/tabstpge.hxx')
-rw-r--r--cui/source/inc/tabstpge.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/tabstpge.hxx b/cui/source/inc/tabstpge.hxx
index f3f10c4a3435..7ad63e4cbf38 100644
--- a/cui/source/inc/tabstpge.hxx
+++ b/cui/source/inc/tabstpge.hxx
@@ -130,6 +130,8 @@ private:
void SetFillAndTabType_Impl();
void NewHdl_Impl(const weld::Button*);
+ OUString FormatTab();
+
// Handler
DECL_LINK(NewHdl_Impl, weld::Button&, void);
DECL_LINK(DelHdl_Impl, weld::Button&, void);