summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-17 16:15:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-17 17:32:58 +0100
commit8233226fe4614d5cebe474a0d1b026084e023e4c (patch)
tree3e3ae991aa96ea8b289bd925ad4ecb9e766f4fdd /framework
parentb9bcc9c5c10841dcdfa9ff5814344ce667678df3 (diff)
No need for implbase1.hxx to include XComponentContext.hpp
...which it did unlike all the other implbaseN.hxx. Required lots of downstream clean-up, of course. Change-Id: Ib720e7a0a43410dcd7e6338b84a3973dfbb20866
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/classes/menumanager.hxx4
-rw-r--r--framework/source/inc/dispatch/windowcommanddispatch.hxx4
2 files changed, 8 insertions, 0 deletions
diff --git a/framework/inc/classes/menumanager.hxx b/framework/inc/classes/menumanager.hxx
index d7d22eea72af..5a3339552efd 100644
--- a/framework/inc/classes/menumanager.hxx
+++ b/framework/inc/classes/menumanager.hxx
@@ -34,6 +34,10 @@
#include <cppuhelper/implbase1.hxx>
#include <threadhelp/threadhelpbase.hxx>
+namespace com { namespace sun { namespace star { namespace uno {
+ class XComponentContext;
+} } } }
+
namespace framework
{
diff --git a/framework/source/inc/dispatch/windowcommanddispatch.hxx b/framework/source/inc/dispatch/windowcommanddispatch.hxx
index 425d869ffd79..5aec5b650419 100644
--- a/framework/source/inc/dispatch/windowcommanddispatch.hxx
+++ b/framework/source/inc/dispatch/windowcommanddispatch.hxx
@@ -30,6 +30,10 @@
#include <cppuhelper/implbase1.hxx>
#include <tools/link.hxx>
+namespace com { namespace sun { namespace star { namespace uno {
+ class XComponentContext;
+} } } }
+
namespace framework{
/** @short internal helper to bind e.g. MAC-Menu events to our internal dispatch API.