diff options
Diffstat (limited to 'ucb/source/ucp/file/prov.hxx')
-rw-r--r-- | ucb/source/ucp/file/prov.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/prov.hxx b/ucb/source/ucp/file/prov.hxx index df44978e62a3..98d61e16881f 100644 --- a/ucb/source/ucp/file/prov.hxx +++ b/ucb/source/ucp/file/prov.hxx @@ -45,7 +45,7 @@ namespace fileaccess { // Forward declaration class BaseContent; - class shell; + class TaskManager; class FileProvider: public cppu::WeakImplHelper < css::lang::XServiceInfo, @@ -196,7 +196,7 @@ namespace fileaccess { css::uno::Reference< css::beans::XPropertySetInfo > m_xPropertySetInfo; - shell* m_pMyShell; + TaskManager* m_pMyShell; }; } // end namespace fileaccess |