summaryrefslogtreecommitdiff
path: root/sw/source/ui/table/swtablerep.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/table/swtablerep.cxx')
-rw-r--r--sw/source/ui/table/swtablerep.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/ui/table/swtablerep.cxx b/sw/source/ui/table/swtablerep.cxx
index 9eae380e0ad8..f1176b07727f 100644
--- a/sw/source/ui/table/swtablerep.cxx
+++ b/sw/source/ui/table/swtablerep.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <hintids.hxx>
#include <vcl/msgbox.hxx>
#include <svl/stritem.hxx>
@@ -53,7 +52,6 @@
#include <table.hrc>
#include "swtablerep.hxx"
-
SwTableRep::SwTableRep( const SwTabCols& rTabCol )
:
nTblWidth(0),
@@ -172,7 +170,7 @@ sal_Bool SwTableRep::FillTabCols( SwTabCols& rTabCols ) const
}
}
-// intercept rounding errors
+ // intercept rounding errors
if(std::abs((long)nOldLeft - (long)rTabCols.GetLeft()) < 3)
rTabCols.SetLeft(nOldLeft);