diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-04-09 12:23:16 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-04-09 17:44:45 +0200 |
commit | be91ca51ee5da0c88de1ba23b3d384731b0dd610 (patch) | |
tree | 99ccd8f1146f2bb6494eb9a5338d68fd1b83cad6 /framework/inc/uielement | |
parent | ff7a40c588bc37e5d6bcaf197ff46d86bdbd93a7 (diff) |
Include is better here.
Change-Id: I66893bb2ce7a89aac44b20dc38aa405ae868a0d8
Diffstat (limited to 'framework/inc/uielement')
-rw-r--r-- | framework/inc/uielement/toolbarmanager.hxx | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx index 96497b607d4f..c4f9c7bc23f4 100644 --- a/framework/inc/uielement/toolbarmanager.hxx +++ b/framework/inc/uielement/toolbarmanager.hxx @@ -38,6 +38,7 @@ #include <com/sun/star/ui/XImageManager.hpp> #include <com/sun/star/ui/XUIConfigurationManager.hpp> #include <com/sun/star/frame/XSubToolbarController.hpp> +#include <com/sun/star/frame/XLayoutManager.hpp> #include <com/sun/star/frame/XToolbarController.hpp> #include <com/sun/star/ui/ItemStyle.hpp> #include <com/sun/star/util/XURLTransformer.hpp> @@ -50,20 +51,6 @@ #include <vcl/toolbox.hxx> #include <vcl/accel.hxx> -namespace com -{ - namespace sun - { - namespace star - { - namespace frame - { - class XLayoutManager; - } - } - } -} - namespace framework { |