summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/iframe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/iframe.cxx')
-rw-r--r--sfx2/source/doc/iframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/iframe.cxx b/sfx2/source/doc/iframe.cxx
index 8070c90c1e2c..b6558f86672e 100644
--- a/sfx2/source/doc/iframe.cxx
+++ b/sfx2/source/doc/iframe.cxx
@@ -282,7 +282,7 @@ void SAL_CALL IFrameObject::setPropertyValue(const OUString& aPropertyName, cons
case WID_FRAME_IS_AUTO_BORDER:
{
bool bIsAutoBorder;
- if ( (aAny >>= bIsAutoBorder) )
+ if ( aAny >>= bIsAutoBorder )
{
bool bBorder = maFrmDescr.IsFrameBorderOn();
maFrmDescr.ResetBorder();