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
This commit is contained in:
Stephan Bergmann
2013-12-17 16:15:48 +01:00
parent b9bcc9c5c1
commit 8233226fe4
35 changed files with 103 additions and 1 deletions

View File

@@ -32,6 +32,10 @@
#include "securityengine.hxx"
namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
} } } }
class EncryptionEngine : public cppu::ImplInheritanceHelper1
<
SecurityEngine,