diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-09 16:38:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-10 15:37:09 +0200 |
commit | 853b84c307191c2d6fd0ac697328abb9ac8ef22a (patch) | |
tree | 24e6349427490abde8f08d09101716a64d99953d /include | |
parent | cde5ea63cd90a1068d99358d6aee0c53af57e441 (diff) |
tdf#120420 only show as much column widgets as don't distort the page width
Change-Id: Ibde6f2bcb4fed1261ebd7efa45904600855a20ef
Reviewed-on: https://gerrit.libreoffice.org/61596
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/weld.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index e49e3689f56d..86ecdfe01032 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -75,6 +75,7 @@ public: virtual void set_grid_left_attach(int nAttach) = 0; virtual int get_grid_left_attach() const = 0; + virtual void set_grid_width(int nCols) = 0; virtual void set_grid_top_attach(int nAttach) = 0; virtual int get_grid_top_attach() const = 0; |