summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-23 20:30:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-23 20:35:32 +0000
commite4c7cfed889c4cbfdfc301bd2d501b6b542d3957 (patch)
tree8d89e449e939fad307a65225e2f02086ee068361
parent0abd70662929c5a7b173be1b41dac4dea434b3e1 (diff)
coverity#1130492 Unused pointer value
Change-Id: I4ce6890fcbd88b0751f4902ff314b1207cd5158a
-rw-r--r--sw/source/core/frmedt/fefly1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx
index 7bef64689093..239d523606cb 100644
--- a/sw/source/core/frmedt/fefly1.cxx
+++ b/sw/source/core/frmedt/fefly1.cxx
@@ -1899,7 +1899,7 @@ sal_Bool SwFEShell::ReplaceSdrObj( const OUString& rGrfName, const OUString& rFl
// delete "Sdr-Object", insert the graphic instead
DelSelectedObj();
- pFmt = GetDoc()->Insert( *GetCrsr(), rGrfName, rFltName, pGrf, &aFrmSet, NULL, NULL );
+ GetDoc()->Insert( *GetCrsr(), rGrfName, rFltName, pGrf, &aFrmSet, NULL, NULL );
EndUndo();
EndAllAction();