summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-05-12 21:31:15 +0200
committerMichael Stahl <mstahl@redhat.com>2017-05-12 23:41:27 +0200
commit2308bea5ba38250133d7e344484e688ecaab6d8d (patch)
treefe17830c0df32c514f006add42a83e3372d952a4 /sw/source/ui/chrdlg
parent566f6d46056742d7d703f41d8b1596405031c5c3 (diff)
sw: change SwCursorShell::Pop() parameter from meaningless bool to enum
Change-Id: Iadc660025e1501118cb0a659d92d42af924b1c6f
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r--sw/source/ui/chrdlg/drpcps.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/drpcps.cxx b/sw/source/ui/chrdlg/drpcps.cxx
index 135469e6f955..99578d72c177 100644
--- a/sw/source/ui/chrdlg/drpcps.cxx
+++ b/sw/source/ui/chrdlg/drpcps.cxx
@@ -293,7 +293,7 @@ void SwDropCapsPict::UpdatePaintSettings()
GetFontSettings( *mpPage, maCTLFont, RES_CHRATR_CTL_FONT );
mpPage->rSh.EndCursorMove();
- mpPage->rSh.Pop(false);
+ mpPage->rSh.Pop(SwCursorShell::PopMode::DeleteCurrent);
}
else
{