sw/source/core/docnode/swbaslnk.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f5ffba36cdf82d7540381e0a0b3200c9c585921d
Author: Zolnai Tamás <zolnaitamas2...@gmail.com>
Date:   Sun Feb 22 15:31:51 2015 +0100

    -Werror,-Wunused-variable
    
    Change-Id: I4c98d863b16ab057aa7d99c78fea1eb51935fc47

diff --git a/sw/source/core/docnode/swbaslnk.cxx 
b/sw/source/core/docnode/swbaslnk.cxx
index fbc3af8..de6f3dd 100644
--- a/sw/source/core/docnode/swbaslnk.cxx
+++ b/sw/source/core/docnode/swbaslnk.cxx
@@ -129,7 +129,7 @@ static void lcl_CallModify( SwGrfNode& rGrfNd, SfxPoolItem& 
rItem )
     bool bGraphicArrived = false;
     bool bGraphicPieceArrived = false;
     bool bDontNotify = false;
-    Size aGrfSz, aOldSz, aFrmFmtSz;
+    Size aGrfSz, aOldSz;
 
     SwGrfNode* pSwGrfNode = NULL;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to