summaryrefslogtreecommitdiff
path: root/include/ucbhelper/simplecertificatevalidationrequest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/simplecertificatevalidationrequest.hxx')
-rw-r--r--include/ucbhelper/simplecertificatevalidationrequest.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ucbhelper/simplecertificatevalidationrequest.hxx b/include/ucbhelper/simplecertificatevalidationrequest.hxx
index d1d2d4573e82..748a01edffce 100644
--- a/include/ucbhelper/simplecertificatevalidationrequest.hxx
+++ b/include/ucbhelper/simplecertificatevalidationrequest.hxx
@@ -20,10 +20,11 @@
#ifndef INCLUDED_UCBHELPER_SIMPLECERTIFICATEVALIDATIONREQUEST_HXX
#define INCLUDED_UCBHELPER_SIMPLECERTIFICATEVALIDATIONREQUEST_HXX
-#include <rtl/ref.hxx>
#include <ucbhelper/interactionrequest.hxx>
#include <ucbhelper/ucbhelperdllapi.h>
-#include <com/sun/star/security/XCertificate.hpp>
+
+namespace com { namespace sun { namespace star { namespace uno { template <class interface_type> class Reference; } } } }
+namespace com { namespace sun { namespace star { namespace security { class XCertificate; } } } }
namespace ucbhelper {