editeng/source/editeng/impedit2.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f4e35c5c5e7888574f0074dae0523114dc78e5e1
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jul 3 12:56:45 2014 +0100

    WaE: -Werror=unused-variable
    
    Change-Id: I910c2262f031f7916fbf242f31c193d8b030468b

diff --git a/editeng/source/editeng/impedit2.cxx 
b/editeng/source/editeng/impedit2.cxx
index f72f991..2184d8f 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -3302,7 +3302,6 @@ void ImpEditEngine::UpdateSelections()
                 // Use ParaPortions, as now also hidden paragraphs have to be
                 // taken into account!
                 sal_Int32 nPara = rInf.GetPosition();
-                ParaPortion* pPPortion = GetParaPortions().SafeGetObject( 
nPara );
                 if (!GetParaPortions().SafeGetObject(nPara)) // Last paragraph
                 {
                     nPara = GetParaPortions().Count()-1;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to