summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/drpcps.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-20 10:48:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-20 13:58:04 +0200
commit6b5b2bbdf88aec54fc648a019e544addabdece6b (patch)
treee68b5cde19f16d3b022428c532d50e7c9bdd9e1f /sw/source/uibase/inc/drpcps.hxx
parentb613eeeb566adc8955248c31b94a7ed32ebba4d1 (diff)
weld SwDropCapsDlg
Change-Id: Ibd01c0fb54f0e3b361d5e1f196bfeb44a1fcb99c Reviewed-on: https://gerrit.libreoffice.org/60805 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/inc/drpcps.hxx')
-rw-r--r--sw/source/uibase/inc/drpcps.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/drpcps.hxx b/sw/source/uibase/inc/drpcps.hxx
index 222f67a16991..e7bdaa00e84e 100644
--- a/sw/source/uibase/inc/drpcps.hxx
+++ b/sw/source/uibase/inc/drpcps.hxx
@@ -36,10 +36,10 @@
class SwWrtShell;
-class SwDropCapsDlg : public SfxSingleTabDialog
+class SwDropCapsDlg : public SfxSingleTabDialogController
{
public:
- SwDropCapsDlg(vcl::Window *pParent, const SfxItemSet &rSet );
+ SwDropCapsDlg(weld::Window *pParent, const SfxItemSet &rSet);
};
class SwDropCapsPage;