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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 7 11:46:20 UTC 2019


 sc/source/ui/inc/cellsh.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 436157be7bf3d1da58d13c1f61f906741fe0ce69
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Oct 5 20:27:15 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Oct 7 13:45:36 2019 +0200

    DialogClosed doesn't exist
    
    Change-Id: I3f098cf0b364abb1423b5cecb8cca763f053fa4b
    Reviewed-on: https://gerrit.libreoffice.org/80336
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx
index 208c43f5206a..07702932d921 100644
--- a/sc/source/ui/inc/cellsh.hxx
+++ b/sc/source/ui/inc/cellsh.hxx
@@ -35,7 +35,6 @@ class SvxClipboardFormatItem;
 class TransferableDataHelper;
 class TransferableClipboardListener;
 class AbstractScLinkedAreaDlg;
-class Dialog;
 
 struct CellShell_Impl
 {
@@ -67,7 +66,6 @@ private:
     void ExecuteFillSingleEdit();
 
     DECL_LINK( ClipboardChanged, TransferableDataHelper*, void );
-    DECL_LINK( DialogClosed, Dialog&, void );
 
     RotateTransliteration m_aRotateCase;
 


More information about the Libreoffice-commits mailing list