summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-29 09:20:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-29 12:54:27 +0100
commitf73cdd5680505523e0eb20f828f1a294f342b93c (patch)
tree3b570a56e73cac3596dc339fbcf2f1449175fb28 /include/svx
parent74580868fba3be30abe0e9b31b60afa76bbc2419 (diff)
weld ActualizeProgress
Change-Id: I35c486ac2dcf9818e331816f554a5c414bdb2386 Reviewed-on: https://gerrit.libreoffice.org/64214 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svxdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 5ef8b27646f2..206ae24022c8 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -347,8 +347,8 @@ public:
SfxBindings* pBindings,
svx::SpellDialogChildWindow* pSpellChildWindow )=0;
- virtual VclPtr<VclAbstractRefreshableDialog> CreateActualizeProgressDialog( vcl::Window* pParent,
- GalleryTheme* pThm ) = 0;
+ virtual VclPtr<VclAbstractDialog> CreateActualizeProgressDialog(weld::Window* pParent,
+ GalleryTheme* pThm) = 0;
virtual VclPtr<AbstractTitleDialog> CreateTitleDialog(weld::Window* pParent,
const OUString& rOldText) = 0;
virtual VclPtr<AbstractGalleryIdDialog> CreateGalleryIdDialog(weld::Window* pParent,