diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-05 10:16:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-05 14:46:29 +0100 |
commit | 59f9e22c992118de9fe676cf3161c0eecd8b63dd (patch) | |
tree | 79543289ac885ad35627347cd98b0e1a67f56825 /sc/source/ui/inc | |
parent | 3b2efb70b65906a4a3c521f5cc387fc62cbef230 (diff) |
don't use the vcl::Window parent to derive a treeview size
Change-Id: Idee74fbdf45574fbb7997498062aaac0fb11eb74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111996
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/content.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/inc/content.hxx b/sc/source/ui/inc/content.hxx index ca1e5a1c6e0c..a32aab9f48a2 100644 --- a/sc/source/ui/inc/content.hxx +++ b/sc/source/ui/inc/content.hxx @@ -127,16 +127,6 @@ public: void ObjectFresh(ScContentId nType, const weld::TreeIter* pEntry = nullptr); void SetNavigatorDlgFlag(bool isInNavigateDlg){ bisInNavigatoeDlg=isInNavigateDlg;}; - void set_selection_mode(SelectionMode eMode) - { - m_xTreeView->set_selection_mode(eMode); - } - - void set_size_request(int nWidth, int nHeight) - { - m_xTreeView->set_size_request(nWidth, nHeight); - } - void hide() { m_xTreeView->hide(); |