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/framework | |
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/framework')
-rw-r--r-- | include/framework/sfxhelperfunctions.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/framework/sfxhelperfunctions.hxx b/include/framework/sfxhelperfunctions.hxx index c7575fa53caa..92fd502683ea 100644 --- a/include/framework/sfxhelperfunctions.hxx +++ b/include/framework/sfxhelperfunctions.hxx @@ -17,13 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_FRAMEWORK_SFXHELPERFUNCTIONS_HXX -#define INCLUDED_FRAMEWORK_SFXHELPERFUNCTIONS_HXX +#pragma once #include <framework/fwkdllapi.h> #include <rtl/ustring.hxx> #include <rtl/ref.hxx> -#include <vcl/toolbox.hxx> +#include <vcl/toolboxid.hxx> namespace com::sun::star::frame { class XFrame; class XToolbarController; } namespace com::sun::star::uno { template <typename > class Reference; } @@ -105,6 +104,4 @@ FWK_DLLPUBLIC bool IsDockingWindowVisible( const OUString& rResourceURL ); } -#endif // INCLUDED_FRAMEWORK_SFXHELPERFUNCTIONS_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |