summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/cmis_datasupplier.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-11-07 17:20:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-11-30 13:59:46 +0100
commit48f2b7a7af3d4e9bf1b3c27e9aa5e12e60878051 (patch)
treec1491912ec67ffc609cab35a57efba756434a9ec /ucb/source/ucp/cmis/cmis_datasupplier.hxx
parentf96db7d0ddeb737cf0e14eea6120daab860c54b7 (diff)
fdo#46808, convert ucbhelper::ResultSet to XComponentContext
Along the way, remove the XMultiServiceFactory member from a few classes that were not using it. Change-Id: I9ee2c2ebc01144301ed8e489bd92b4695ff263d0
Diffstat (limited to 'ucb/source/ucp/cmis/cmis_datasupplier.hxx')
-rw-r--r--ucb/source/ucp/cmis/cmis_datasupplier.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/ucb/source/ucp/cmis/cmis_datasupplier.hxx b/ucb/source/ucp/cmis/cmis_datasupplier.hxx
index 7a3b42060ffa..a2d4db58a324 100644
--- a/ucb/source/ucp/cmis/cmis_datasupplier.hxx
+++ b/ucb/source/ucp/cmis/cmis_datasupplier.hxx
@@ -41,15 +41,13 @@ namespace cmis
{
private:
ChildrenProvider* m_pChildrenProvider;
- com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xSMgr;
sal_Int32 mnOpenMode;
bool mbCountFinal;
bool getData();
ResultList maResults;
public:
- DataSupplier( const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rxSMgr,
- ChildrenProvider* pChildrenProvider, sal_Int32 nOpenMode );
+ DataSupplier( ChildrenProvider* pChildrenProvider, sal_Int32 nOpenMode );
virtual ~DataSupplier();