summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-29 15:07:50 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-09-30 04:31:22 +0200
commit48f27cbca68c2e00c081ed240b6dd0851ab85458 (patch)
tree8e8ff36cb5b20a92675f6cafad76cebb079a02de /include
parenttdf#136573 chart2: enable arrow keys in data label (diff)
downloadcore-48f27cbca68c2e00c081ed240b6dd0851ab85458.tar.gz
core-48f27cbca68c2e00c081ed240b6dd0851ab85458.zip
tdf#136520 allow color popdowns to be tearable again
Change-Id: Ic92ef5235662e1680aadb5666e05dad1bf808e9d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103626 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/toolbarmenu.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/toolbarmenu.hxx b/include/svtools/toolbarmenu.hxx
index c08da7e9c899..f50a8359831c 100644
--- a/include/svtools/toolbarmenu.hxx
+++ b/include/svtools/toolbarmenu.hxx
@@ -125,7 +125,7 @@ private:
std::unique_ptr<WeldToolbarPopup> m_xPopup;
public:
InterimToolbarPopup(const css::uno::Reference<css::frame::XFrame>& rFrame, vcl::Window* pParent,
- std::unique_ptr<WeldToolbarPopup> xPopup);
+ std::unique_ptr<WeldToolbarPopup> xPopup, bool bTearable = false);
weld::Container* getContainer() { return m_xContainer.get(); }
virtual void dispose() override;
virtual ~InterimToolbarPopup() override;