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 --- xmlsecurity/source/framework/encryptionengine.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xmlsecurity/source/framework') diff --git a/xmlsecurity/source/framework/encryptionengine.hxx b/xmlsecurity/source/framework/encryptionengine.hxx index 6407e136f320..d7d9a2b40c4b 100644 --- a/xmlsecurity/source/framework/encryptionengine.hxx +++ b/xmlsecurity/source/framework/encryptionengine.hxx @@ -32,6 +32,10 @@ #include "securityengine.hxx" +namespace com { namespace sun { namespace star { namespace uno { + class XComponentContext; +} } } } + class EncryptionEngine : public cppu::ImplInheritanceHelper1 < SecurityEngine, -- cgit