summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2015-02-22 15:31:51 +0100
committerZolnai Tamás <zolnaitamas2000@gmail.com>2015-02-22 15:31:51 +0100
commitf5ffba36cdf82d7540381e0a0b3200c9c585921d (patch)
tree28c2e54999e8c3cb5055a7a566be5ec1872e48b2 /sw/source
parent2d16cf85d1d1145eae37780920961e4a667f2e51 (diff)
-Werror,-Wunused-variable
Change-Id: I4c98d863b16ab057aa7d99c78fea1eb51935fc47
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/docnode/swbaslnk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/swbaslnk.cxx b/sw/source/core/docnode/swbaslnk.cxx
index fbc3af885721..de6f3dd60e03 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;