Kaydet (Commit) 41e381e4 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: senstive -> sensitive

üst 5047891d
......@@ -522,7 +522,7 @@ public class CheckXComponentLoader
// loadURL(m_xLoader, RESULT_ILLEGALARGUMENTEXCEPTION, sEmptyDocs, "_blank", 0,
// lProps);
//
// System.out.println("check case senstive URLs");
// System.out.println("check case sensitive URLs");
//
// sIllegalArgs = new String[] {
// "sLot:5000", "sloT:10909", ".unO:SaveAs", ".uno:OPEN",
......
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment