summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-04-28 13:25:46 +0200
committerMichael Stahl <mstahl@redhat.com>2017-04-28 13:55:22 +0200
commit875d9d55a3646d0a027cf776b840e7f78c7f7ab5 (patch)
treeecacc882b43fc5a286c41302ba3ce5af6d054e3e /sw
parenta631f8ec1d3ece2de5f43a143a4ecc35bdebd1dc (diff)
sw: remove useless comment
Change-Id: I019aa3a9381af0cb26970b69ab41258e05410617
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/utlui/content.cxx2
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);