diff options
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/shell.cxx | 4 | ||||
-rw-r--r-- | ucb/source/ucp/file/shell.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx index 348810e37857..6afb2d40c5a1 100644 --- a/ucb/source/ucp/file/shell.cxx +++ b/ucb/source/ucp/file/shell.cxx @@ -459,7 +459,7 @@ shell::deregisterNotifier( const rtl::OUString& aUnqPath,Notifier* pNotifier ) // // Used to associate and deassociate a new property with // the content belonging to URL UnqPath. -// The default value and the the attributes are input +// The default value and the attributes are input // void SAL_CALL @@ -723,7 +723,7 @@ shell::open_rw( sal_Int32 CommandId, /* */ /*********************************************************************************/ // -// This method returns the result set containing the the children of the directory belonging +// This method returns the result set containing the children of the directory belonging // to file URL aUnqPath // diff --git a/ucb/source/ucp/file/shell.hxx b/ucb/source/ucp/file/shell.hxx index 5a9503efa991..6301b57ce9b4 100644 --- a/ucb/source/ucp/file/shell.hxx +++ b/ucb/source/ucp/file/shell.hxx @@ -181,7 +181,7 @@ namespace fileaccess { /** * Used to associate and deassociate a new property with * the content belonging to URL UnqPath. - * The default value and the the attributes are input + * The default value and the attributes are input */ void SAL_CALL associate( const rtl::OUString& UnqPath, @@ -242,7 +242,7 @@ namespace fileaccess { /** - * This method returns the result set containing the the children of the directory belonging + * This method returns the result set containing the children of the directory belonging * to file URL aUnqPath */ |