diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:23:21 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:13 +0200 |
commit | 41e381e4107d9c6ac6eb2f6fbe4164ab87bbc0ac (patch) | |
tree | a75066ebc616e30793534e97459694687036c8bb /sw | |
parent | 5047891d0419efd49d4e344b8b0dfd39d9b78849 (diff) |
typo: senstive -> sensitive
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/docdde.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/doc/docdde.cxx b/sw/source/core/doc/docdde.cxx index 05f40aee65d8..f321b0587fdd 100644 --- a/sw/source/core/doc/docdde.cxx +++ b/sw/source/core/doc/docdde.cxx @@ -138,7 +138,7 @@ static bool lcl_FindTable( const SwFrmFmt* pTableFmt, _FindItem * const pItem ) bool SwDoc::GetData( const OUString& rItem, const OUString& rMimeType, uno::Any & rValue ) const { - // search for bookmarks and sections case senstive at first. If nothing is found then try again case insensitive + // search for bookmarks and sections case sensitive at first. If nothing is found then try again case insensitive bool bCaseSensitive = true; while( true ) { @@ -181,7 +181,7 @@ bool SwDoc::GetData( const OUString& rItem, const OUString& rMimeType, bool SwDoc::SetData( const OUString& rItem, const OUString& rMimeType, const uno::Any & rValue ) { - // search for bookmarks and sections case senstive at first. If nothing is found then try again case insensitive + // search for bookmarks and sections case sensitive at first. If nothing is found then try again case insensitive bool bCaseSensitive = true; while( true ) { @@ -226,7 +226,7 @@ bool SwDoc::SetData( const OUString& rItem, const OUString& rMimeType, { SwServerObject* pObj = NULL; - // search for bookmarks and sections case senstive at first. If nothing is found then try again case insensitive + // search for bookmarks and sections case sensitive at first. If nothing is found then try again case insensitive bool bCaseSensitive = true; while( true ) { @@ -376,7 +376,7 @@ bool SwDoc::SelectServerObj( const OUString& rStr, SwPaM*& rpPam, return false; } - // search for bookmarks and sections case senstive at first. If nothing is found then try again case insensitive + // search for bookmarks and sections case sensitive at first. If nothing is found then try again case insensitive bool bCaseSensitive = true; while( true ) { |