diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 15:26:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-26 20:37:04 +0200 |
commit | a4eebe2cf65f84daca56414d5a84f27ee38e5087 (patch) | |
tree | 5e3809ebb0a4edaa58766e4d7b7d1000572e8e15 /framework/inc | |
parent | dc960e30ee24eb60da919c718ebfee142872f43a (diff) |
drop unnecessary include
Change-Id: I8d0dd93a2bcf8c4ea1bf1f6a5ed7a866e181127b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97237
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/uielement/FixedTextToolbarController.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/uielement/FixedTextToolbarController.hxx b/framework/inc/uielement/FixedTextToolbarController.hxx index ceecade1db5c..3d257414b6d2 100644 --- a/framework/inc/uielement/FixedTextToolbarController.hxx +++ b/framework/inc/uielement/FixedTextToolbarController.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/frame/ControlCommand.hpp> #include <uielement/complextoolbarcontroller.hxx> -#include <vcl/fixed.hxx> class ToolBox; |