summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-04-09 12:23:16 +0200
committerJan Holesovsky <kendy@suse.cz>2013-04-09 17:44:45 +0200
commitbe91ca51ee5da0c88de1ba23b3d384731b0dd610 (patch)
tree99ccd8f1146f2bb6494eb9a5338d68fd1b83cad6
parentfdo#61389 - Display Properties, Set as default actions in save mode. (diff)
downloadcore-be91ca51ee5da0c88de1ba23b3d384731b0dd610.tar.gz
core-be91ca51ee5da0c88de1ba23b3d384731b0dd610.zip
Include is better here.
Change-Id: I66893bb2ce7a89aac44b20dc38aa405ae868a0d8
-rw-r--r--framework/inc/uielement/toolbarmanager.hxx15
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
{