summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaformat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaformat.cxx')
-rw-r--r--sc/source/ui/vba/vbaformat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaformat.cxx b/sc/source/ui/vba/vbaformat.cxx
index 06ae463b8219..6ad20222c8bb 100644
--- a/sc/source/ui/vba/vbaformat.cxx
+++ b/sc/source/ui/vba/vbaformat.cxx
@@ -497,7 +497,7 @@ ScVbaFormat< Ifc... >::getIndentLevel( )
if (!isAmbiguous(sParaIndent))
{
sal_Int16 IndentLevel = 0;
- if ( ( mxPropertySet->getPropertyValue(sParaIndent) >>= IndentLevel ) )
+ if ( mxPropertySet->getPropertyValue(sParaIndent) >>= IndentLevel )
NRetIndentLevel <<= sal_Int32( rtl::math::round(static_cast<double>( IndentLevel ) / 352.8));
else
NRetIndentLevel <<= sal_Int32(0);