summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-03-03 12:45:21 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-03-03 12:45:21 +0100
commitfa878018dec1ce9fd3589066128d0647d3664465 (patch)
treebebbf23413a822f6d31aa1c8070663ebd0a42ed4 /svtools
parent9a6ab1568d2c5bad7d546433d1bc62829050aa37 (diff)
fdo#60724: fix resizeable -> resizable misspelling found by lintian
Change-Id: I07488c02277292f96c08be6155edf0158976cc0b
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/table/tablecontrol_impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index 99f05e584025..7e4e5cd3db75 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -966,7 +966,7 @@ namespace svt { namespace table
::sal_Int32 flexibility = pColumn->getFlexibility();
OSL_ENSURE( flexibility >= 0, "TableControl_Impl::impl_ni_calculateColumnWidths: a column's flexibility should be non-negative." );
if ( ( flexibility < 0 ) // normalization
- || ( !pColumn->isResizable() ) // column not resizeable => no auto-resize
+ || ( !pColumn->isResizable() ) // column not resizable => no auto-resize
|| ( col <= i_assumeInflexibleColumnsUpToIncluding ) // column shall be treated as inflexible => respec this
)
flexibility = 0;