summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/bc.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-14 17:52:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-14 17:52:38 +0100
commit37b21a0a71d500cc5785d856d2e4402df17d8f87 (patch)
tree16adc0776b651ce79cec7cd6d81636df0cceec25 /ucb/source/ucp/file/bc.hxx
parentd9aec10456ddc1787a7afe91502b91da616e2b0d (diff)
Merge shell into TaskManager base class
(arbitrarily decided to keep the latter, being the less odd class name) Change-Id: I5c061a0f12b8f3095e283b4896f7c910948ac50f
Diffstat (limited to 'ucb/source/ucp/file/bc.hxx')
-rw-r--r--ucb/source/ucp/file/bc.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/ucb/source/ucp/file/bc.hxx b/ucb/source/ucp/file/bc.hxx
index d8b47dee6a52..ccb52fd9d90d 100644
--- a/ucb/source/ucp/file/bc.hxx
+++ b/ucb/source/ucp/file/bc.hxx
@@ -49,13 +49,13 @@
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/ucb/OpenCommandArgument2.hpp>
#include <com/sun/star/ucb/InteractiveBadTransferURLException.hpp>
-#include "shell.hxx"
+#include "filtask.hxx"
namespace fileaccess {
class PropertyListeners;
- class shell;
+ class TaskManager;
class BaseContent:
public cppu::OWeakObject,
@@ -74,13 +74,13 @@ namespace fileaccess {
private:
// A special creator for inserted contents; Creates an ugly object
- BaseContent( shell* pMyShell,
+ BaseContent( TaskManager* pMyShell,
const OUString& parentName,
bool bFolder );
public:
BaseContent(
- shell* pMyShell,
+ TaskManager* pMyShell,
const css::uno::Reference< css::ucb::XContentIdentifier >& xContentIdentifier,
const OUString& aUnqPath );
@@ -251,7 +251,7 @@ namespace fileaccess {
private:
// Data members
- shell* m_pMyShell;
+ TaskManager* m_pMyShell;
css::uno::Reference< css::ucb::XContentIdentifier > m_xContentIdentifier;
OUString m_aUncPath;