From 436157be7bf3d1da58d13c1f61f906741fe0ce69 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 5 Oct 2019 20:27:15 +0100 Subject: DialogClosed doesn't exist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f098cf0b364abb1423b5cecb8cca763f053fa4b Reviewed-on: https://gerrit.libreoffice.org/80336 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/source/ui/inc/cellsh.hxx | 2 -- 1 file changed, 2 deletions(-) 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; -- cgit