summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/envlop.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-01 10:17:45 +0200
committerNoel Grandin <noel@peralex.com>2014-12-02 09:32:10 +0200
commite5764b7d04429549658c1eaf1189428aa504f0da (patch)
treea59a3fb91d15c7dec7cbb1ef1d8392913c6dd0aa /sw/source/uibase/inc/envlop.hxx
parentc91ece97c00a780c1ed745aed64b20958e9ee2aa (diff)
loplugin: cstylecast
Change-Id: I9a0f424adbcf95fb5ab275b90af1c56ae1d2fc44
Diffstat (limited to 'sw/source/uibase/inc/envlop.hxx')
-rw-r--r--sw/source/uibase/inc/envlop.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/envlop.hxx b/sw/source/uibase/inc/envlop.hxx
index 6ae6b7fb2b1e..466ca759f26c 100644
--- a/sw/source/uibase/inc/envlop.hxx
+++ b/sw/source/uibase/inc/envlop.hxx
@@ -98,7 +98,7 @@ class SwEnvPage : public SfxTabPage
void InitDatabaseBox();
- SwEnvDlg* GetParentSwEnvDlg() {return (SwEnvDlg*)GetParentDialog();}
+ SwEnvDlg* GetParentSwEnvDlg() {return static_cast<SwEnvDlg*>(GetParentDialog());}
using SfxTabPage::ActivatePage;
using SfxTabPage::DeactivatePage;