diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-26 08:52:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-26 12:07:18 +0100 |
commit | 6443c79170d0082142850262b293ddec5fcde84b (patch) | |
tree | 12aa5c2ee8b0ee14beb18d8aee498cab4594fc02 /include/svx | |
parent | 26a750aac8e6bcf3d6d064ac6ef59005f95e34c3 (diff) |
move ToolBoxItemId into its own header
Change-Id: I34838bee7ad27bfd60d92c26af7eb2de508686b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128974
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/colorwindow.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/svx/colorwindow.hxx b/include/svx/colorwindow.hxx index 5345c241730a..2fc23adde44d 100644 --- a/include/svx/colorwindow.hxx +++ b/include/svx/colorwindow.hxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVX_SOURCE_TBXCTRLS_COLORWINDOW_HXX -#define INCLUDED_SVX_SOURCE_TBXCTRLS_COLORWINDOW_HXX +#pragma once #include <svtools/toolbarmenu.hxx> #include <rtl/ustring.hxx> #include <svx/SvxColorValueSet.hxx> #include <svx/Palette.hxx> -#include <vcl/toolbox.hxx> +#include <vcl/toolboxid.hxx> typedef std::function<weld::Window*()> TopLevelParentFunction; namespace com::sun::star::frame { class XFrame; } class PaletteManager; +class ToolBox; class SVXCORE_DLLPUBLIC ColorStatus { @@ -134,6 +134,4 @@ public: virtual void GrabFocus() override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |