diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-04-28 13:25:46 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-28 13:55:22 +0200 |
commit | 875d9d55a3646d0a027cf776b840e7f78c7f7ab5 (patch) | |
tree | ecacc882b43fc5a286c41302ba3ce5af6d054e3e | |
parent | a631f8ec1d3ece2de5f43a143a4ecc35bdebd1dc (diff) |
sw: remove useless comment
Change-Id: I019aa3a9381af0cb26970b69ab41258e05410617
-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 4cb03a5a7423..0363ec3d535a 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -2768,7 +2768,7 @@ void SwContentTree::KeyInput(const KeyEvent& rEvent) SdrView* pDrawView = m_pActiveShell->GetDrawView(); if (pDrawView) { - pDrawView->SdrEndTextEdit();//Change from "EndTextEdit" to "SdrEndTextEdit" for acc migration + pDrawView->SdrEndTextEdit(); SwDrawModel* pDrawModel = m_pActiveShell->GetDoc()->getIDocumentDrawModelAccess().GetDrawModel(); SdrPage* pPage = pDrawModel->GetPage(0); |