diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-24 16:04:17 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-24 16:04:17 +0100 |
commit | 38cec087c0a584ad6cbf02ff4f4b3ca3d444e494 (patch) | |
tree | 9d983a8fd45c71cdb7c1d0e9f693e1b0e05d095a /svtools/source/table | |
parent | 6df1f4cd69b1b02020e3885d513ff718bf122b1c (diff) |
gridsort: adjusted ITableModel documentation to the new realities
Diffstat (limited to 'svtools/source/table')
-rwxr-xr-x | svtools/source/table/tablecontrol_impl.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx index 8d370011c939..be4c2c384f94 100755 --- a/svtools/source/table/tablecontrol_impl.hxx +++ b/svtools/source/table/tablecontrol_impl.hxx @@ -373,9 +373,6 @@ namespace svt { namespace table /** updates ->m_aColumnWidthsPixel with the current pixel widths of all model columns - The method takes into account the current zoom factor and map mode of the table - control, plus any possible COLWIDTH_FIT_TO_VIEW widths in the model columns. - The method is not bound to the classes public invariants, as it's used in situations where the they must not necessarily be fullfilled. |