diff options
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/nssinitializer.hxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/nssinitializer.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.hxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.hxx index 28a4ffd2af1d..7e1b7ff50537 100644 --- a/xmlsecurity/source/xmlsec/nss/nssinitializer.hxx +++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.hxx @@ -22,10 +22,11 @@ #include <com/sun/star/xml/crypto/XNSSInitializer.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <cppuhelper/implbase.hxx> +namespace com::sun::star::uno { class XComponentContext; } + #define NSS_SERVICE_NAME "com.sun.star.xml.crypto.NSSInitializer" class ONSSInitializer : public cppu::WeakImplHelper |