From 223c2258368e113beb7f5e6f2508dae7b394e26d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 Aug 2016 09:08:23 +0200 Subject: loplugin:redundantcast Change-Id: Iacdb05dd6c0c486975ac544a0a8a68abed80db67 --- sfx2/source/dialog/tabdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/dialog') diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 878d9fad59d1..6d00f035a72a 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -1366,7 +1366,7 @@ bool SfxTabDialog::selectPageByUIXMLDescription(const OString& rUIXMLDescription if (!pCandidate) { // force SfxTabPage creation - const_cast(this)->ShowPage((*it)->nId); + ShowPage((*it)->nId); pCandidate = GetTabPage((*it)->nId); } -- cgit