Kaydet (Commit) 95ed6bc1 authored tarafından Julien Nabet's avatar Julien Nabet

C-Style casting replaced by C++ style

üst c28724df
...@@ -77,7 +77,7 @@ SAL_THROW (()) ...@@ -77,7 +77,7 @@ SAL_THROW (())
//DEBUG //DEBUG
uno::Reference< awt::XLayoutConstrains > xParent; uno::Reference< awt::XLayoutConstrains > xParent;
if ( pParent ) if ( pParent )
xParent = ((WidgetElement *) pParent)->mpWidget->getPeer(); xParent = (static_cast<WidgetElement *>(pParent))->mpWidget->getPeer();
mpWidget = pImport->mrRoot.create( aId, name, mpWidget = pImport->mrRoot.create( aId, name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment