Kaydet (Commit) a80533c4 authored tarafından Takeshi Abe's avatar Takeshi Abe

fix typo in message

üst 59af654b
...@@ -122,7 +122,7 @@ bool SwFmtWrapInfluenceOnObjPos::PutValue( const Any& rVal, sal_uInt8 nMemberId ...@@ -122,7 +122,7 @@ bool SwFmtWrapInfluenceOnObjPos::PutValue( const Any& rVal, sal_uInt8 nMemberId
} }
break; break;
default: default:
OSL_FAIL( "<SwFmtWrapInfluenceOnObjPos::QueryValue()> - unknown MemberId" ); OSL_FAIL( "<SwFmtWrapInfluenceOnObjPos::PutValue(..)> - unknown MemberId" );
bRet = false; bRet = false;
} }
......
...@@ -481,7 +481,7 @@ namespace sw { namespace mark ...@@ -481,7 +481,7 @@ namespace sw { namespace mark
bool MarkManager::renameMark(::sw::mark::IMark* io_pMark, const ::rtl::OUString& rNewName) bool MarkManager::renameMark(::sw::mark::IMark* io_pMark, const ::rtl::OUString& rNewName)
{ {
OSL_PRECOND(io_pMark->GetMarkPos().GetDoc() == m_pDoc, OSL_PRECOND(io_pMark->GetMarkPos().GetDoc() == m_pDoc,
"<MarkManager::repositionMark(..)>" "<MarkManager::renameMark(..)>"
" - Mark is not in my doc."); " - Mark is not in my doc.");
if(io_pMark->GetName() == rNewName) if(io_pMark->GetName() == rNewName)
return true; return true;
...@@ -748,7 +748,7 @@ namespace sw { namespace mark ...@@ -748,7 +748,7 @@ namespace sw { namespace mark
void MarkManager::deleteMark(const IMark* const pMark) void MarkManager::deleteMark(const IMark* const pMark)
{ {
OSL_PRECOND(pMark->GetMarkPos().GetDoc() == m_pDoc, OSL_PRECOND(pMark->GetMarkPos().GetDoc() == m_pDoc,
"<MarkManager::repositionMark(..)>" "<MarkManager::deleteMark(..)>"
" - Mark is not in my doc."); " - Mark is not in my doc.");
// finds the last Mark that is starting before pMark // finds the last Mark that is starting before pMark
// (pMarkLow < pMark) // (pMarkLow < pMark)
......
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