[Libreoffice-commits] core.git: include/vcl vcl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 9 14:46:36 UTC 2021
include/vcl/splitwin.hxx | 3 +++
vcl/source/window/splitwin.cxx | 2 --
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit c9c1c113cc5ae908ef6d0a008372d512b335586a
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Apr 9 12:14:39 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Apr 9 16:45:50 2021 +0200
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 at redhat.com>
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:
diff --git a/vcl/source/window/splitwin.cxx b/vcl/source/window/splitwin.cxx
index 465ea46bb055..b82769d418b0 100644
--- a/vcl/source/window/splitwin.cxx
+++ b/vcl/source/window/splitwin.cxx
@@ -33,9 +33,7 @@
#include <strings.hrc>
-#define SPLITWIN_SPLITSIZE 4
#define SPLITWIN_SPLITSIZEEX 4
-#define SPLITWIN_SPLITSIZEEXLN 7
#define SPLITWIN_SPLITSIZEAUTOHIDE 72
#define SPLITWIN_SPLITSIZEFADE 72
More information about the Libreoffice-commits
mailing list