From 1f7c5d2a55486bcbcd066111cea9b91ec348baf1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 21 Oct 2016 11:09:41 +0200 Subject: loplugin:expandablemethodds in include/sfx2 Change-Id: I1ec3ae33a71d154276e213a68c735476daa606b9 --- sfx2/source/dialog/basedlgs.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sfx2/source/dialog') diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx index 2fdeef8d8f06..dd35973c024c 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -144,18 +144,13 @@ void SfxModalDialog::GetDialogData_Impl() } } -void SfxModalDialog::init() -{ - GetDialogData_Impl(); -} - SfxModalDialog::SfxModalDialog(vcl::Window *pParent, const OUString& rID, const OUString& rUIXMLDescription ) : ModalDialog(pParent, rID, rUIXMLDescription), nUniqId(0), //todo: remove this member when the ResId using ctor is removed pInputSet(nullptr), pOutputSet(nullptr) { - init(); + GetDialogData_Impl(); } SfxModalDialog::~SfxModalDialog() -- cgit