From 6f6f37b7a48e30b976eb1806364c83b69047cab9 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 12 Apr 2018 16:18:37 +0200 Subject: tdf#83877 Move SignatureLineDialog to cui next to SignSignatureLineDialog Change-Id: I26efa96ec6dae4d9e091abc8cafd9b841118ef31 Reviewed-on: https://gerrit.libreoffice.org/52781 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- sw/inc/swabstdlg.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index 953c5e0c8fd9..a72a8f17fde1 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -394,10 +394,6 @@ public: SwCharDlgMode nDialogMode, const OUString* pFormatStr = nullptr) = 0; virtual VclPtr CreateSwConvertTableDlg(SwView& rView, bool bToTable) = 0; virtual VclPtr CreateSwCaptionDialog ( vcl::Window *pParent, SwView &rV) = 0; - virtual VclPtr - CreateSignatureLineDialog(SwView& rView, css::uno::Reference xModel, - bool bEditExisting) - = 0; virtual VclPtr CreateSwInsertDBColAutoPilot(SwView& rView, css::uno::Reference< css::sdbc::XDataSource> rxSource, -- cgit