diff options
author | Andras Timar <andras.timar@collabora.com> | 2020-11-29 21:09:14 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-11-30 11:17:53 +0100 |
commit | e35b2eede0bf3a9e51c084ed78f2eb39a7610b03 (patch) | |
tree | 594d686ad9a2aa5f3c4059be7a6af0767026a8b8 /sc/source/ui/inc/mvtabdlg.hxx | |
parent | 94c7afc66f8baaa140d36b4d7df47bae77b03284 (diff) |
LOKit: hide 'To document' dropdown
In Online sheets can be copied/moved only in current document
Change-Id: Ic30d9ae1e48184ab2aadccedcc670e0fea357296
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106844
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
(cherry picked from commit f5fe6046b260ecf32cbe9bd9ea023c5c6ea08cea)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106817
Tested-by: Jenkins
Diffstat (limited to 'sc/source/ui/inc/mvtabdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/mvtabdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx index 9836cc544639..bd372005408a 100644 --- a/sc/source/ui/inc/mvtabdlg.hxx +++ b/sc/source/ui/inc/mvtabdlg.hxx @@ -63,6 +63,7 @@ private: std::unique_ptr<weld::RadioButton> m_xBtnMove; std::unique_ptr<weld::RadioButton> m_xBtnCopy; + std::unique_ptr<weld::Label> m_xFtDoc; std::unique_ptr<weld::ComboBox> m_xLbDoc; std::unique_ptr<weld::TreeView> m_xLbTable; std::unique_ptr<weld::Entry> m_xEdTabName; |