summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/uiview/viewtab.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uiview/viewtab.cxx')
-rw-r--r--sw/source/ui/uiview/viewtab.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/viewtab.cxx b/sw/source/ui/uiview/viewtab.cxx
index b24afdfc8837..c0fc69dab3f3 100644
--- a/sw/source/ui/uiview/viewtab.cxx
+++ b/sw/source/ui/uiview/viewtab.cxx
@@ -203,7 +203,8 @@ void ResizeFrameCols(SwFmtCol& rCol,
long nNewWishWidth = nWishSum + nWishDiff;
if(nNewWishWidth > 0xffffl)
{
- // If the desired width is getting too large, then all values ​​must be scaled appropriately.
+ // If the desired width is getting too large, then all values
+ // must be scaled appropriately.
long nScale = (0xffffl << 8)/ nNewWishWidth;
for(sal_uInt16 i = 0; i < rArr.size(); i++)
{