summaryrefslogtreecommitdiffstats
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 a03f227e55a6..ad4c056bfa90 100644
--- a/sw/source/core/frmedt/fetab.cxx
+++ b/sw/source/core/frmedt/fetab.cxx
@@ -1333,7 +1333,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 ) )
{