summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoidx.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unoidx.cxx')
-rw-r--r--sw/source/core/unocore/unoidx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoidx.cxx b/sw/source/core/unocore/unoidx.cxx
index f9fe2b6f4895..e14606334462 100644
--- a/sw/source/core/unocore/unoidx.cxx
+++ b/sw/source/core/unocore/unoidx.cxx
@@ -3038,7 +3038,7 @@ SwXDocumentIndex::TokenAccess_Impl::getByIndex(sal_Int32 nIndex)
else
{
pArr[1].Name = "TabStopPosition";
- sal_Int32 nPos = (convertTwipToMm100(aToken.nTabStopPosition));
+ sal_Int32 nPos = convertTwipToMm100(aToken.nTabStopPosition);
if(nPos < 0)
nPos = 0;
pArr[1].Value <<= nPos;