summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-07 10:33:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-07 12:51:00 +0100
commit1789ccc861e78a7db87cf8a2acd10bbc19d4d650 (patch)
treef1281332f922612f62108e6b345518ee6b4e9fca /include
parent4ea43e887498f9d78f70b40bcdc53865057a78c0 (diff)
rename Dialog::ImplInit so no need for using directive
Change-Id: I01a8591def7a559d3152e9c4875c6785940331f7 Reviewed-on: https://gerrit.libreoffice.org/82202 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/dialog.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx
index 0645ebb434cf..1840635f151f 100644
--- a/include/vcl/dialog.hxx
+++ b/include/vcl/dialog.hxx
@@ -69,8 +69,7 @@ private:
DECL_DLLPRIVATE_LINK(ResponseHdl, Button*, void);
protected:
- using Window::ImplInit;
- void ImplInit( vcl::Window* pParent, WinBits nStyle, InitFlag eFlag = InitFlag::Default );
+ void ImplInitDialog( vcl::Window* pParent, WinBits nStyle, InitFlag eFlag = InitFlag::Default );
/// Find and set the LOK notifier according to the pParent.
void ImplLOKNotifier(vcl::Window* pParent);