summaryrefslogtreecommitdiff
path: root/include/ucbhelper/proxydecider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/proxydecider.hxx')
-rw-r--r--include/ucbhelper/proxydecider.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/ucbhelper/proxydecider.hxx b/include/ucbhelper/proxydecider.hxx
index 3c873e2fe193..511f04166386 100644
--- a/include/ucbhelper/proxydecider.hxx
+++ b/include/ucbhelper/proxydecider.hxx
@@ -22,13 +22,10 @@
#include <rtl/ustring.hxx>
#include <rtl/ref.hxx>
-#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/uno/XComponentContext.hpp>
#include <ucbhelper/ucbhelperdllapi.h>
-namespace com { namespace sun { namespace star { namespace lang {
- class XMultiServiceFactory;
-} } } }
+namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } }
+namespace com { namespace sun { namespace star { namespace uno { template <class interface_type> class Reference; } } } }
namespace ucbhelper
{