summaryrefslogtreecommitdiff
path: root/toolkit/source/controls
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-24 12:00:56 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-24 12:00:56 +0100
commit754e27dbded4aa8aeea48e1bc60ae35de9de5891 (patch)
tree1b5c1aeffeda2832f1708263ee6c2ba9a004d3a5 /toolkit/source/controls
parent7406b40991a58899180e5dd20572d078d878881d (diff)
parent4b059a49b3979c2839edef8d0a539a564517fadc (diff)
Automated merge with ssh://hg@hg.services.openoffice.org/cws/gridsort
Diffstat (limited to 'toolkit/source/controls')
-rwxr-xr-xtoolkit/source/controls/grid/sortablegriddatamodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/grid/sortablegriddatamodel.cxx b/toolkit/source/controls/grid/sortablegriddatamodel.cxx
index fc256ac1c079..31617c3b9a77 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 )