[Libreoffice-commits] core.git: sw/source

Zolnai Tamás zolnaitamas2000 at gmail.com
Sun Feb 22 06:31:38 PST 2015


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

New commits:
commit f5ffba36cdf82d7540381e0a0b3200c9c585921d
Author: Zolnai Tamás <zolnaitamas2000 at 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;
 


More information about the Libreoffice-commits mailing list