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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx
index 656409f50a7f..c2b83ae6b2a8 100644
--- a/extensions/source/abpilot/datasourcehandling.hxx
+++ b/extensions/source/abpilot/datasourcehandling.hxx
@@ -49,7 +49,7 @@ namespace abp
public:
explicit ODataSourceContext(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxORB
+ const css::uno::Reference< css::uno::XComponentContext >& _rxORB
);
~ODataSourceContext();
@@ -113,7 +113,7 @@ namespace abp
/// constructs an object which is initially invalid
explicit ODataSource(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxORB
+ const css::uno::Reference< css::uno::XComponentContext >& _rxORB
);
/// copy ctor
@@ -176,7 +176,7 @@ namespace abp
bool hasTable( const OUString& _rTableName ) const;
/// return the intern data source object
- ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getDataSource() const;
+ css::uno::Reference< css::beans::XPropertySet > getDataSource() const;
@@ -184,7 +184,7 @@ namespace abp
<p>Available to selected clients only</p>
*/
void setDataSource(
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxDS
+ const css::uno::Reference< css::beans::XPropertySet >& _rxDS
,const OUString& _sName
,PackageAccessControl
);