diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdetc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdetc.hxx b/include/svx/svdetc.hxx index ee9e0e5bef6c..27683824e12b 100644 --- a/include/svx/svdetc.hxx +++ b/include/svx/svdetc.hxx @@ -248,7 +248,7 @@ inline SdrGlobalData& GetSdrGlobalData() if (*ppAppData==NULL) { *ppAppData=new SdrGlobalData; } - return *((SdrGlobalData*)*ppAppData); + return *static_cast<SdrGlobalData*>(*ppAppData); } namespace sdr |