summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-11-23 23:21:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-11-23 23:22:25 +0100
commitb3c2cf2ae1644088a7fc5c325cce71f71d2b37fd (patch)
tree0b350556371edd8f55c85fe2629b853883bb6150 /sw
parent12be7ad5b6572e1800c3f2b7e78bbe6b5df48acf (diff)
widht -> width
Change-Id: I661eeb167a95540a223ce72aac51789daf3767dc
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/frmdlg/colex.cxx2
-rw-r--r--sw/source/ui/frmdlg/column.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/frmdlg/colex.cxx b/sw/source/ui/frmdlg/colex.cxx
index 097067adcc08..38637647ba30 100644
--- a/sw/source/ui/frmdlg/colex.cxx
+++ b/sw/source/ui/frmdlg/colex.cxx
@@ -228,7 +228,7 @@ void SwColExample::DrawPage( const Point& rOrg,
else
SetFillColor( GetColor() );
- // #97495# make sure that the automatic column widht's are always equal
+ // #97495# make sure that the automatic column width's are always equal
sal_Bool bAutoWidth = pColMgr->IsAutoWidth();
sal_Int32 nAutoColWidth = 0;
if(bAutoWidth)
diff --git a/sw/source/ui/frmdlg/column.cxx b/sw/source/ui/frmdlg/column.cxx
index d9b16fe4a764..e4d94794f5df 100644
--- a/sw/source/ui/frmdlg/column.cxx
+++ b/sw/source/ui/frmdlg/column.cxx
@@ -789,7 +789,7 @@ void SwColumnPage::Init()
if( 1 < nCols )
{
- // #97495# make sure that the automatic column widht's are always equal
+ // #97495# make sure that the automatic column width's are always equal
if(bAutoWidth)
{
nColumnWidthSum /= nCols;