diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 12:34:30 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 15:05:04 +0200 |
commit | be62c01287c095c22a83ecfe6f9f45874f6e56f8 (patch) | |
tree | ee40a7558322b4627a564f69dfb92e4c8401bea0 /sd/source/ui/view/sdview2.cxx | |
parent | 80697835719c5220c68608954ade949b5a7ed503 (diff) |
fdo#39674 fix some spelling
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
Diffstat (limited to 'sd/source/ui/view/sdview2.cxx')
-rw-r--r-- | sd/source/ui/view/sdview2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx index 50213b614a4b..41cfbc8ea924 100644 --- a/sd/source/ui/view/sdview2.cxx +++ b/sd/source/ui/view/sdview2.cxx @@ -329,7 +329,7 @@ void View::DoPaste (::Window* pWindow) pOutliner->QuickInsertLineBreak( ESelection( nPara, nParaLen, nPara, nParaLen ) ); } - DBG_ASSERT( rEdit.GetParagraphCount() <= 1, "Titelobjekt contains hard line breaks" ); + DBG_ASSERT( rEdit.GetParagraphCount() <= 1, "Titleobject contains hard line breaks" ); pOutliner->SetUpdateMode(bOldUpdateMode); } } |