diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-10-28 00:15:06 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-10-28 00:16:28 +0200 |
commit | 9764427b6914232078d882f15a650f1cb939fe4d (patch) | |
tree | 5e10563dc1b71cf5c8f43f2ce21ec2c80f1d4f86 /toolkit | |
parent | a9730ec265c4aeab6724741d66d17c6b44f307ed (diff) |
Remove some parenthesis for readability
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/layout/core/import.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/layout/core/import.cxx b/toolkit/source/layout/core/import.cxx index fdc90de68598..86d65a6072ba 100644 --- a/toolkit/source/layout/core/import.cxx +++ b/toolkit/source/layout/core/import.cxx @@ -77,7 +77,7 @@ SAL_THROW (()) //DEBUG uno::Reference< awt::XLayoutConstrains > xParent; if ( pParent ) - xParent = (static_cast<WidgetElement *>(pParent))->mpWidget->getPeer(); + xParent = static_cast<WidgetElement *>(pParent)->mpWidget->getPeer(); mpWidget = pImport->mrRoot.create( aId, name, |