diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:48:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:58:19 +0200 |
commit | 616c6924f18911fce110918edf05ed2f4e52dba9 (patch) | |
tree | 3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /ucb | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
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 */ |