summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/shell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/shell.hxx')
-rw-r--r--ucb/source/ucp/file/shell.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/ucb/source/ucp/file/shell.hxx b/ucb/source/ucp/file/shell.hxx
index 4b5e3162acb5..b6e2e05056ad 100644
--- a/ucb/source/ucp/file/shell.hxx
+++ b/ucb/source/ucp/file/shell.hxx
@@ -159,7 +159,6 @@ namespace fileaccess {
virtual ~shell();
-
/**
* This two methods register and deregister a change listener for the content belonging
* to URL aUnqPath
@@ -170,7 +169,6 @@ namespace fileaccess {
void SAL_CALL deregisterNotifier( const OUString& aUnqPath,Notifier* pNotifier );
-
/**
* Used to associate and deassociate a new property with
* the content belonging to URL UnqPath.
@@ -193,13 +191,10 @@ namespace fileaccess {
css::uno::RuntimeException);
-
-
// Every method having a command id is not allowed to throw anything,
// but instead must install every error code in the task handler
-
/**
* Given an xOutputStream, this method writes the content of the file belonging to
* URL aUnqPath into the XOutputStream
@@ -354,7 +349,6 @@ namespace fileaccess {
const css::uno::Reference< css::io::XInputStream >& aInputStream );
-
void SAL_CALL insertDefaultProperties( const OUString& aUnqPath );
css::uno::Sequence< css::ucb::ContentInfo >