From 875d9d55a3646d0a027cf776b840e7f78c7f7ab5 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 28 Apr 2017 13:25:46 +0200 Subject: sw: remove useless comment Change-Id: I019aa3a9381af0cb26970b69ab41258e05410617 --- sw/source/uibase/utlui/content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') 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); -- cgit