summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh/delete.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-21 09:06:55 +0200
committerNoel Grandin <noel@peralex.com>2015-08-21 10:19:44 +0200
commitfa12df37f42994cd172ec62be936e84ab01a6cf7 (patch)
tree731ce958ef48bf511ab5bbde80e8005a4fc50110 /sw/source/uibase/wrtsh/delete.cxx
parentb0dcd6dbad43c1f7e45240687735b1127acad3ec (diff)
loplugin: defaultparams
Change-Id: I74d5ce7a23b87bed2ecffc8351dc15a9f0a68ed7
Diffstat (limited to 'sw/source/uibase/wrtsh/delete.cxx')
-rw-r--r--sw/source/uibase/wrtsh/delete.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/wrtsh/delete.cxx b/sw/source/uibase/wrtsh/delete.cxx
index c25a372b1efb..897d9e7f5f10 100644
--- a/sw/source/uibase/wrtsh/delete.cxx
+++ b/sw/source/uibase/wrtsh/delete.cxx
@@ -325,7 +325,7 @@ long SwWrtShell::DelRight()
have moved to a different cell */
if (pSNdOld != pSNdNew)
{
- SwCrsrShell::Pop( true );
+ SwCrsrShell::Pop();
break;
}
}