summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/datasourcehandling.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/abpilot/datasourcehandling.hxx')
-rw-r--r--extensions/source/abpilot/datasourcehandling.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx
index 3a2dab84d7a9..218baaa53697 100644
--- a/extensions/source/abpilot/datasourcehandling.hxx
+++ b/extensions/source/abpilot/datasourcehandling.hxx
@@ -25,9 +25,6 @@
//========================================================================
namespace com { namespace sun { namespace star {
- namespace lang {
- class XMultiServiceFactory;
- }
namespace beans {
class XPropertySet;
}
@@ -54,7 +51,7 @@ namespace abp
public:
ODataSourceContext(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxORB
);
~ODataSourceContext();
@@ -120,7 +117,7 @@ namespace abp
// ----------------------------------------------------------------
/// constructs an object which is initially invalid
ODataSource(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxORB
);
/// copy ctor