From 8233226fe4614d5cebe474a0d1b026084e023e4c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 17 Dec 2013 16:15:48 +0100 Subject: 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 --- sfx2/source/appl/imestatuswindow.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2/source/appl') diff --git a/sfx2/source/appl/imestatuswindow.hxx b/sfx2/source/appl/imestatuswindow.hxx index c84a7b6e81b5..70b21897735f 100644 --- a/sfx2/source/appl/imestatuswindow.hxx +++ b/sfx2/source/appl/imestatuswindow.hxx @@ -28,6 +28,7 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace lang { class XMultiServiceFactory; } + namespace uno { class XComponentContext; } } } } namespace sfx2 { namespace appl { -- cgit