From 483ed485ee3994621998b130f587a61a303c93a2 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 12 Sep 2019 12:00:30 +0200 Subject: chart2: add some doxygen comments from Marco's talk See . Change-Id: I914cfd02934206ab20a5e7af43ec5698dd9d29dc Reviewed-on: https://gerrit.libreoffice.org/78829 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sw/source/uibase/uno/unotxdoc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx index 5b0239d177af..2759922dd303 100644 --- a/sw/source/uibase/uno/unotxdoc.cxx +++ b/sw/source/uibase/uno/unotxdoc.cxx @@ -3503,7 +3503,7 @@ void SwXTextDocument::postMouseEvent(int nType, int nX, int nY, int nCount, int SwViewOption aOption(*(pWrtViewShell->GetViewOptions())); double fScale = aOption.GetZoom() / (TWIPS_PER_PIXEL * 100.0); - // check if user hit a chart which is being edited by him + // check if the user hit a chart which is being edited by this view SfxViewShell* pViewShell = pDocShell->GetView(); LokChartHelper aChartHelper(pViewShell); if (aChartHelper.postMouseEvent(nType, nX, nY, -- cgit