diff options
Diffstat (limited to 'sw/source/uibase')
-rw-r--r-- | sw/source/uibase/wrtsh/select.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/wrtsh/select.cxx b/sw/source/uibase/wrtsh/select.cxx index 3f4c2540f006..70433e8de070 100644 --- a/sw/source/uibase/wrtsh/select.cxx +++ b/sw/source/uibase/wrtsh/select.cxx @@ -296,7 +296,7 @@ void SwWrtShell::PopMode() LeaveBlockMode(); m_bIns = m_pModeStack->bIns; - m_pModeStack = std::move(m_pModeStack->pNext); + m_pModeStack = m_pModeStack->pNext; } // Two methods for setting cursors: the first maps at the |