summaryrefslogtreecommitdiff
path: root/ucbhelper/inc/ucbhelper/proxydecider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/inc/ucbhelper/proxydecider.hxx')
-rw-r--r--ucbhelper/inc/ucbhelper/proxydecider.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucbhelper/inc/ucbhelper/proxydecider.hxx b/ucbhelper/inc/ucbhelper/proxydecider.hxx
index fa3d6a03e745..fd59eae29b89 100644
--- a/ucbhelper/inc/ucbhelper/proxydecider.hxx
+++ b/ucbhelper/inc/ucbhelper/proxydecider.hxx
@@ -22,6 +22,7 @@
#include <rtl/ustring.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 {
@@ -76,7 +77,7 @@ public:
* @param rxSMgr is a Service Manager.
*/
InternetProxyDecider( const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory >& rxSMgr );
+ ::com::sun::star::uno::XComponentContext >& rxContext );
/**
* Destructor.