diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-02 12:42:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-02 17:11:56 +0200 |
commit | 08127638744c66dc5feab5808ef51ce54f9155e1 (patch) | |
tree | 0e48af0a5723bd17077db788819b65a7a18042a7 /include/vcl/weld.hxx | |
parent | 33c1389a52be0e839584948be174ebed110522c5 (diff) |
weld XMLFilterSettingsDialog
Change-Id: Ia027fa0b5e99651988f2447bf29f6f5653dd0c48
Reviewed-on: https://gerrit.libreoffice.org/70139
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/weld.hxx')
-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 f258b83c2cd5..83f0809ec906 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -740,6 +740,7 @@ public: virtual void clear() = 0; virtual int get_height_rows(int nRows) const = 0; + virtual void columns_autosize() = 0; virtual void set_column_fixed_widths(const std::vector<int>& rWidths) = 0; virtual int get_column_width(int nCol) const = 0; virtual OUString get_column_title(int nColumn) const = 0; |