summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filrset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filrset.hxx')
-rw-r--r--ucb/source/ucp/file/filrset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filrset.hxx b/ucb/source/ucp/file/filrset.hxx
index 19a169a90d1f..17865b743ff7 100644
--- a/ucb/source/ucp/file/filrset.hxx
+++ b/ucb/source/ucp/file/filrset.hxx
@@ -53,7 +53,7 @@ class XResultSet_impl : public Notifier,
{
public:
- XResultSet_impl( shell* pMyShell,
+ XResultSet_impl( TaskManager* pMyShell,
const OUString& aUnqPath,
sal_Int32 OpenMode,
const css::uno::Sequence< css::beans::Property >& seq,
@@ -536,7 +536,7 @@ class XResultSet_impl : public Notifier,
private:
- shell* m_pMyShell;
+ TaskManager* m_pMyShell;
bool m_nIsOpen;
sal_Int32 m_nRow;
bool m_nWasNull;