summaryrefslogtreecommitdiff
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-03-01 15:29:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-03-01 22:24:31 +0100
commit6d2014175122020f08b301f7213a228082f9c98a (patch)
tree904cb7867fcd3919c768b8814b8e9cd7271d2884 /include/sfx2/basedlgs.hxx
parente6c422696fa1ee3f94642d94f7aca6743ad1e1e0 (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 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 45120686ca96..fc0a436301c3 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -230,7 +230,7 @@ private:
const SfxItemSet* m_pInputSet;
public:
- SfxSingleTabDialogController(weld::Window *pParent, const SfxItemSet& rOptionsSet,
+ SfxSingleTabDialogController(weld::Widget* pParent, const SfxItemSet& rOptionsSet,
const OUString& rUIXMLDescription = OUString("sfx/ui/singletabdialog.ui"),
const OString& rID = OString("SingleTabDialog"));