[Libreoffice-commits] .: sdext/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jan 25 02:34:35 PST 2011


 sdext/source/presenter/PresenterTextView.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 361d6d13caed21c76e31d321cfa8385cddb3b2a0
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 25 10:19:19 2011 +0000

    WaE: gcc 4.6.0 various warnings

diff --git a/sdext/source/presenter/PresenterTextView.cxx b/sdext/source/presenter/PresenterTextView.cxx
index 5773b2d..8b1f5a3 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));


More information about the Libreoffice-commits mailing list