From acae70fb62cb72ad0731b453852e7a4de9dbab9e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Jan 2011 10:19:19 +0000 Subject: WaE: gcc 4.6.0 various warnings --- sdext/source/presenter/PresenterTextView.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdext/source/presenter/PresenterTextView.cxx b/sdext/source/presenter/PresenterTextView.cxx index 279f79571c93..1fe02450cf9b 100644 --- a/sdext/source/presenter/PresenterTextView.cxx +++ b/sdext/source/presenter/PresenterTextView.cxx @@ -917,9 +917,7 @@ void PresenterTextParagraph::AddWord ( { sal_Int32 nLineStart (0); if ( ! maLines.empty()) - { nLineStart = rCurrentLine.startPos; - } const ::rtl::OUString sLineCandidate ( msParagraphText.copy(nLineStart, nWordBoundary-nLineStart)); -- cgit v1.2.3