summaryrefslogtreecommitdiff
path: root/sw/source/core/graphic
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-20 13:34:05 +0200
committerNoel Grandin <noel@peralex.com>2015-08-20 13:52:18 +0200
commit41e07fd9a1872498fce43edb4d392ae6b439cb56 (patch)
treea9d82ad783a06ad43187308d42e8425be4d3b846 /sw/source/core/graphic
parent2675fde1aace586300741207d0dfbf3d7deae867 (diff)
loplugin: defaultparams
Change-Id: I6019dea21b58ac8ba0dba5c7f6ca837716e19869
Diffstat (limited to 'sw/source/core/graphic')
-rw-r--r--sw/source/core/graphic/ndgrf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx
index 7f9f7c6cf130..e3411c2846b7 100644
--- a/sw/source/core/graphic/ndgrf.cxx
+++ b/sw/source/core/graphic/ndgrf.cxx
@@ -971,7 +971,7 @@ IMPL_LINK( SwGrfNode, SwapGraphic, GraphicObject*, pGrfObj )
{
const bool bIsModifyLocked = IsModifyLocked();
LockModify();
- SwapIn( false );
+ SwapIn();
if( !bIsModifyLocked )
UnlockModify();
}