diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-20 12:16:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-20 19:44:32 +0200 |
commit | 96808b8422e94e9db73d582e6846d7423bd1d3db (patch) | |
tree | e7768336bf78c55cda6811e8441722a9a1ace0e3 /include | |
parent | 68535ad2d0d36b12b9184059fc3bf0fd0f47994b (diff) |
weld SvxFontSizeBox_Impl
Change-Id: Ied8ef61226a720acac74db78ae5852cd4e624d14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92562
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/toolboxcontroller.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/toolboxcontroller.hxx b/include/svtools/toolboxcontroller.hxx index bcf688ded0c6..bf8e2b6b2864 100644 --- a/include/svtools/toolboxcontroller.hxx +++ b/include/svtools/toolboxcontroller.hxx @@ -129,6 +129,8 @@ class SVT_DLLPUBLIC ToolboxController : void enable( bool bEnable ); + bool IsInSidebar() const { return m_bSidebar; } + protected: bool getToolboxId( sal_uInt16& rItemId, ToolBox** ppToolBox ); struct Listener |