From e18348e7842a11d4950f1e6be05f379f41123950 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 23 Nov 2018 20:40:02 +0000 Subject: weld SwFrameDlg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and now can remove... commit 5d84af7e83404f22d3c9cd0b0bb88fb84d0550e7 Date: Tue Dec 4 22:43:46 2012 +0100 fdo#57553: Picture dialog Macro tab page: lazily init ... because JVM startup is annoying, so delay it until really activating Macro tab. This patch is sort of lame but with the change in bd2c14ec78a7549d4a19738154cdd5ea890f61c4 what can you do... and description is revealed to be a text_view not an entry Change-Id: Ibc92cf11870d4349ddc728ec17c846e4158e82ac Reviewed-on: https://gerrit.libreoffice.org/63984 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/inc/swabstdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/swabstdlg.hxx') diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index e8f67f2cdaa1..be930f00e327 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -428,7 +428,7 @@ public: virtual VclPtr CreateTableMergeDialog(weld::Window* pParent, bool& rWithPrev) = 0; virtual VclPtr CreateFrameTabDialog(const OUString &rDialogType, - SfxViewFrame *pFrame, vcl::Window *pParent, + SfxViewFrame *pFrame, weld::Window *pParent, const SfxItemSet& rCoreSet, bool bNewFrame = true, const OString& sDefPage = OString()) = 0; -- cgit