[Libreoffice-commits] core.git: cui/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 7 15:31:43 UTC 2019


 cui/source/dialogs/screenshotannotationdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c8467eb5b75ba7de19403f24b92907c77ce4f077
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Oct 7 10:50:43 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Oct 7 17:30:53 2019 +0200

    drop comment referencing ModalDialog
    
    Change-Id: I887b0371309a897848eed5d72c55458f78ed1f68
    Reviewed-on: https://gerrit.libreoffice.org/80361
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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(


More information about the Libreoffice-commits mailing list