summaryrefslogtreecommitdiff
path: root/svx/source/inc/sqlparserclient.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/sqlparserclient.hxx')
-rw-r--r--svx/source/inc/sqlparserclient.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/sqlparserclient.hxx b/svx/source/inc/sqlparserclient.hxx
index d97ee70b53e0..0630eda44450 100644
--- a/svx/source/inc/sqlparserclient.hxx
+++ b/svx/source/inc/sqlparserclient.hxx
@@ -46,14 +46,14 @@ namespace svxform
{
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xORB;
+ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
protected:
mutable ::rtl::Reference< ::connectivity::simple::ISQLParser > m_xParser;
protected:
OSQLParserClient(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB);
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext);
virtual bool ensureLoaded() const;
protected: