diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-05-12 21:31:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-12 23:41:27 +0200 |
commit | 2308bea5ba38250133d7e344484e688ecaab6d8d (patch) | |
tree | fe17830c0df32c514f006add42a83e3372d952a4 /sw/source/uibase/utlui/content.cxx | |
parent | 566f6d46056742d7d703f41d8b1596405031c5c3 (diff) |
sw: change SwCursorShell::Pop() parameter from meaningless bool to enum
Change-Id: Iadc660025e1501118cb0a659d92d42af924b1c6f
Diffstat (limited to 'sw/source/uibase/utlui/content.cxx')
-rw-r--r-- | sw/source/uibase/utlui/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index 796bfb10ebf7..38bbb54996de 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -2451,7 +2451,7 @@ void SwContentTree::ExecCommand(const OUString& rCmd, bool bOutlineWithChildren) } pShell->ClearMark(); - pShell->Pop(false); // Cursor is now back at the current heading. + pShell->Pop(SwCursorShell::PopMode::DeleteCurrent); // Cursor is now back at the current heading. } if (bStartedAction) |