summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-05 20:27:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-07 13:45:36 +0200
commit436157be7bf3d1da58d13c1f61f906741fe0ce69 (patch)
tree35ec454e239e99afbbe091adb6e0d4f0eec83874
parente718cadf1c1c847c03f8e579bc17e7b82c560e79 (diff)
DialogClosed doesn't exist
Change-Id: I3f098cf0b364abb1423b5cecb8cca763f053fa4b Reviewed-on: https://gerrit.libreoffice.org/80336 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sc/source/ui/inc/cellsh.hxx2
1 files changed, 0 insertions, 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;