diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-21 09:08:32 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-21 09:08:32 +0100 |
commit | 4b059a49b3979c2839edef8d0a539a564517fadc (patch) | |
tree | ab9b0077dfb0ca6e63823f1bf1008fa978064564 /toolkit | |
parent | 37b53c32ec5320838721ee209d259f41427f8335 (diff) |
gridsort: mac WaE
Diffstat (limited to 'toolkit')
-rwxr-xr-x | toolkit/source/controls/grid/sortablegriddatamodel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/grid/sortablegriddatamodel.cxx b/toolkit/source/controls/grid/sortablegriddatamodel.cxx index 11ac5730042b..cee79a5c5e8a 100755 --- a/toolkit/source/controls/grid/sortablegriddatamodel.cxx +++ b/toolkit/source/controls/grid/sortablegriddatamodel.cxx @@ -158,9 +158,9 @@ namespace toolkit ,SortableGridDataModel_Base( m_aMutex ) ,SortableGridDataModel_PrivateBase() ,m_context( i_copySource.m_context ) - ,m_collator( i_copySource.m_collator ) ,m_isInitialized( true ) ,m_delegator() + ,m_collator( i_copySource.m_collator ) ,m_currentSortColumn( i_copySource.m_currentSortColumn ) ,m_sortAscending( i_copySource.m_sortAscending ) ,m_publicToPrivateRowIndex( i_copySource.m_publicToPrivateRowIndex ) |