summaryrefslogtreecommitdiffstats
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-06-12 11:32:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-06-14 20:33:54 +0200
commit9e3ed3b9fc64882335586e9ff9c155f36a22ade2 (patch)
tree4eb43713df6d75a235bd38652889cac8985cde94 /include/sfx2
parentUpdate git submodules (diff)
downloadcore-9e3ed3b9fc64882335586e9ff9c155f36a22ade2.tar.gz
core-9e3ed3b9fc64882335586e9ff9c155f36a22ade2.zip
weld ExtMgrDialog and UpdateRequiredDialog
Change-Id: I97e5cda847fd7f98990a87d0b1ca6d6b8b3f9d0f Reviewed-on: https://gerrit.libreoffice.org/74051 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sfxdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxdlg.hxx b/include/sfx2/sfxdlg.hxx
index ad71369ba961..d4296c413524 100644
--- a/include/sfx2/sfxdlg.hxx
+++ b/include/sfx2/sfxdlg.hxx
@@ -140,7 +140,7 @@ public:
virtual VclPtr<VclAbstractDialog> CreateScriptErrorDialog( const css::uno::Any& rException ) = 0;
virtual VclPtr<VclAbstractDialog> CreateOptionsDialog(
- vcl::Window* pParent, const OUString& rExtensionId ) = 0;
+ weld::Window* pParent, const OUString& rExtensionId ) = 0;
};
#endif