summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-03-12 18:37:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-03-13 09:53:32 +0100
commit0faf4e5c2e98219b17e042594710f6872bf6a615 (patch)
tree618ec137e00e30bbf6ab25d33374c8d20576853d /cui/source/inc
parentfdc44bd929f038182dda4ea951f3b70dfc67f8d1 (diff)
weld DatabaseRegistrationDialog
Change-Id: I739785daef892ac16d2a41a98268f18670daeedb Reviewed-on: https://gerrit.libreoffice.org/69136 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/dbregister.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/cui/source/inc/dbregister.hxx b/cui/source/inc/dbregister.hxx
index 4e77f06f2e13..167090f40d0c 100644
--- a/cui/source/inc/dbregister.hxx
+++ b/cui/source/inc/dbregister.hxx
@@ -106,18 +106,15 @@ namespace svx
};
class DatabaseRegistrationDialog :public RegistrationItemSetHolder
- ,public SfxSingleTabDialog
+ ,public SfxSingleTabDialogController
{
public:
- DatabaseRegistrationDialog( vcl::Window* pParent, const SfxItemSet& rAttr );
+ DatabaseRegistrationDialog(weld::Window* pParent, const SfxItemSet& rAttr);
- virtual short Execute() override;
+ virtual short run() override;
};
-
-
}
-
#endif // INCLUDED_CUI_SOURCE_INC_DBREGISTER_HXX