From be62c01287c095c22a83ecfe6f9f45874f6e56f8 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 4 Oct 2013 12:34:30 +0200 Subject: fdo#39674 fix some spelling Change-Id: I72e497fb97edf8782c69000576f42896594e1556 --- sd/source/ui/view/sdview2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') 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); } } -- cgit