summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorMartin van Zijl <martin.vanzijl@gmail.com>2018-12-26 07:21:59 +1300
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-03-27 16:54:53 +0100
commita80317b602e175f780cd662b5526a538d053419a (patch)
treeb916d77e36a21c8034534e11b53491a5149377e7 /include/svx
parentb7bc2105d5093543058716c12e4d88dffb00b752 (diff)
tdf#60242 remember horizontal/vertical choice in split cells dialog
Change-Id: I25f6b7c8ff6aa678b597bbede0dd1492468f2f62 Reviewed-on: https://gerrit.libreoffice.org/65606 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svxdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 8547dc306e1b..2a50a9ccde03 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -295,6 +295,7 @@ public:
virtual bool IsHorizontal() const = 0;
virtual bool IsProportional() const = 0;
virtual long GetCount() const = 0;
+ virtual void SetSplitVerticalByDefault() = 0;
};
class SvxAbstractNewTableDialog : public VclAbstractDialog