diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-01 15:29:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-01 22:24:31 +0100 |
commit | 6d2014175122020f08b301f7213a228082f9c98a (patch) | |
tree | 904cb7867fcd3919c768b8814b8e9cd7271d2884 /sfx2 | |
parent | e6c422696fa1ee3f94642d94f7aca6743ad1e1e0 (diff) |
weld SwInsertDBColAutoPilot
Change-Id: I5e46a88de2ff11ecd38667338b84babee24a2a11
Reviewed-on: https://gerrit.libreoffice.org/68591
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/basedlgs.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx index a1e6bb7ddf6f..74e7e3a00844 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -844,7 +844,7 @@ IMPL_STATIC_LINK_NOARG(SfxDialogController, InstallLOKNotifierHdl, void*, vcl::I return SfxViewShell::Current(); } -SfxSingleTabDialogController::SfxSingleTabDialogController(weld::Window *pParent, const SfxItemSet& rSet, +SfxSingleTabDialogController::SfxSingleTabDialogController(weld::Widget *pParent, const SfxItemSet& rSet, const OUString& rUIXMLDescription, const OString& rID) : SfxDialogController(pParent, rUIXMLDescription, rID) , m_pInputSet(&rSet) |