diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-09 12:14:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-09 16:45:50 +0200 |
commit | c9c1c113cc5ae908ef6d0a008372d512b335586a (patch) | |
tree | 78acaa304ff3f02075b8ed94ae3fc0c986bdeb13 /include/vcl/splitwin.hxx | |
parent | bbcf3a2dd4d02b90397cafcb41d539dba79c9204 (diff) |
expose what sizes are used for these
Change-Id: Ic156ef1dc51e7e7b0773cfbf240b4dfa5ec7640e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113849
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/splitwin.hxx')
-rw-r--r-- | include/vcl/splitwin.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/splitwin.hxx b/include/vcl/splitwin.hxx index c41376109b87..903bd56e7f81 100644 --- a/include/vcl/splitwin.hxx +++ b/include/vcl/splitwin.hxx @@ -42,6 +42,9 @@ namespace o3tl #define SPLITWINDOW_APPEND (sal_uInt16(0xFFFF)) #define SPLITWINDOW_ITEM_NOTFOUND (sal_uInt16(0xFFFF)) +#define SPLITWIN_SPLITSIZE 4 +#define SPLITWIN_SPLITSIZEEXLN 7 + class VCL_DLLPUBLIC SplitWindow : public DockingWindow { private: |