diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 16:15:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 17:32:58 +0100 |
commit | 8233226fe4614d5cebe474a0d1b026084e023e4c (patch) | |
tree | 3e3ae991aa96ea8b289bd925ad4ecb9e766f4fdd /package | |
parent | b9bcc9c5c10841dcdfa9ff5814344ce667678df3 (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 'package')
-rw-r--r-- | package/source/xstor/owriteablestream.hxx | 4 | ||||
-rw-r--r-- | package/source/xstor/xstorage.hxx | 4 | ||||
-rw-r--r-- | package/source/zipapi/XUnbufferedStream.hxx | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/package/source/xstor/owriteablestream.hxx b/package/source/xstor/owriteablestream.hxx index 22fcb3f83d06..e1c31588b951 100644 --- a/package/source/xstor/owriteablestream.hxx +++ b/package/source/xstor/owriteablestream.hxx @@ -51,6 +51,10 @@ #include "ocompinstream.hxx" #include "mutexholder.hxx" +namespace com { namespace sun { namespace star { namespace uno { + class XComponentContext; +} } } } + struct PreCreationStruct { SotMutexHolderRef m_rMutexRef; diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx index 039dd22f150d..27f92e3efba0 100644 --- a/package/source/xstor/xstorage.hxx +++ b/package/source/xstor/xstorage.hxx @@ -50,6 +50,10 @@ #include "mutexholder.hxx" +namespace com { namespace sun { namespace star { namespace uno { + class XComponentContext; +} } } } + #define RELINFO_NO_INIT 1 #define RELINFO_READ 2 #define RELINFO_CHANGED 3 diff --git a/package/source/zipapi/XUnbufferedStream.hxx b/package/source/zipapi/XUnbufferedStream.hxx index 1b830e928e97..68cf3ba707ac 100644 --- a/package/source/zipapi/XUnbufferedStream.hxx +++ b/package/source/zipapi/XUnbufferedStream.hxx @@ -32,6 +32,10 @@ #include <CRC32.hxx> #include <mutexholder.hxx> +namespace com { namespace sun { namespace star { namespace uno { + class XComponentContext; +} } } } + #define UNBUFF_STREAM_DATA 0 #define UNBUFF_STREAM_RAW 1 #define UNBUFF_STREAM_WRAPPEDRAW 2 |