summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/fetab.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/frmedt/fetab.cxx')
-rw-r--r--sw/source/core/frmedt/fetab.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/fetab.cxx b/sw/source/core/frmedt/fetab.cxx
index 8e9178e97e9d..1565fc66839a 100644
--- a/sw/source/core/frmedt/fetab.cxx
+++ b/sw/source/core/frmedt/fetab.cxx
@@ -1337,7 +1337,7 @@ size_t SwFEShell::GetCurTabColNum() const
{
long nX = (pFrame->Frame().*fnRect->fnGetRight)() - (pPage->Frame().*fnRect->fnGetLeft)();
- const long nRight = aTabCols.GetLeftMin() + aTabCols.GetRight();;
+ const long nRight = aTabCols.GetLeftMin() + aTabCols.GetRight();
if ( !::IsSame( nX, nRight ) )
{