diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-12-16 23:35:23 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-12-17 22:56:25 +0100 |
commit | 3b6bea954e9cdc297c70e5d11cfe62600d9b3d86 (patch) | |
tree | f632938fc32a2b7d6ce3f3158fc4b69627bd4c5a /vcl/inc/salvtables.hxx | |
parent | a62bc3edcf9b023268a59830e2e88e449fc8f1fa (diff) |
weld: Drop now unused weld::Widget::{g,s}et_grid_*
These methods were superseded by corresponding methods
in the weld::Grid class in
Change-Id: I67f5ea16b5108e8359820850f0815e34db439ef1
Author: Michael Weghorn <m.weghorn@posteo.de>
Date: Mon Dec 16 11:02:00 2024 +0100
weld: Add weld::Grid to handle grid child positions
Now that all existing code has been ported to the new
API, drop the unused old methods.
Change-Id: I94ffa6a9de5e052e8248276b60f6fe4f10dff697
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178638
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/inc/salvtables.hxx')
-rw-r--r-- | vcl/inc/salvtables.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/inc/salvtables.hxx b/vcl/inc/salvtables.hxx index c51f2c12a999..464fc72afb4f 100644 --- a/vcl/inc/salvtables.hxx +++ b/vcl/inc/salvtables.hxx @@ -275,16 +275,6 @@ public: virtual OUString get_help_id() const override; - virtual void set_grid_left_attach(int nAttach) override; - - virtual int get_grid_left_attach() const override; - - virtual void set_grid_width(int nCols) override; - - virtual void set_grid_top_attach(int nAttach) override; - - virtual int get_grid_top_attach() const override; - virtual void set_hexpand(bool bExpand) override; virtual bool get_hexpand() const override; |