summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-05-14 12:41:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-05-14 16:28:38 +0200
commit38fa68b90ae50d9bf25cf22fef36e030282b44a3 (patch)
tree9ef976d7d9cc121c9e90bf669169793b0211bfd7 /include
parent76f30450577bcecf0423833884e3e5215decdd07 (diff)
weld TitleDialog
Change-Id: I009da829e2b866844e67f976582e2a9d99bd22c0 Reviewed-on: https://gerrit.libreoffice.org/54316 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-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 d877eaef4add..a760676020ab 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -356,8 +356,8 @@ public:
virtual VclPtr<VclAbstractRefreshableDialog> CreateActualizeProgressDialog( vcl::Window* pParent,
GalleryTheme* pThm ) = 0;
- virtual VclPtr<AbstractTitleDialog> CreateTitleDialog( vcl::Window* pParent,
- const OUString& rOldText ) = 0;
+ virtual VclPtr<AbstractTitleDialog> CreateTitleDialog(weld::Window* pParent,
+ const OUString& rOldText) = 0;
virtual VclPtr<AbstractGalleryIdDialog> CreateGalleryIdDialog( vcl::Window* pParent,
GalleryTheme* pThm ) = 0;
virtual VclPtr<VclAbstractDialog2> CreateGalleryThemePropertiesDialog(vcl::Window* pParent,