From c8467eb5b75ba7de19403f24b92907c77ce4f077 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 7 Oct 2019 10:50:43 +0100 Subject: drop comment referencing ModalDialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I887b0371309a897848eed5d72c55458f78ed1f68 Reviewed-on: https://gerrit.libreoffice.org/80361 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/dialogs/screenshotannotationdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cui/source/dialogs/screenshotannotationdlg.cxx b/cui/source/dialogs/screenshotannotationdlg.cxx index c7ea3c1d3282..fb1f41d29525 100644 --- a/cui/source/dialogs/screenshotannotationdlg.cxx +++ b/cui/source/dialogs/screenshotannotationdlg.cxx @@ -128,7 +128,7 @@ private: typedef std::vector< ControlDataEntry > ControlDataCollection; -class ScreenshotAnnotationDlg_Impl // : public ModalDialog +class ScreenshotAnnotationDlg_Impl { public: ScreenshotAnnotationDlg_Impl( -- cgit