diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-11-15 18:02:39 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-15 18:02:39 +0100 |
commit | 03324dbbe2c0973a2f71c77cc72d852314b8da77 (patch) | |
tree | 9148a5c081868c69a3ea54a0bad9ff1f9b944727 /sw | |
parent | 6bfc7f28e6d3454fa90d6c32b36cd9bf898ba933 (diff) |
Address data source ordering x#62860 (part 2)
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dbui/dbtree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/dbtree.cxx b/sw/source/ui/dbui/dbtree.cxx index ec7294ec1933..3804eaaeaf58 100644 --- a/sw/source/ui/dbui/dbtree.cxx +++ b/sw/source/ui/dbui/dbtree.cxx @@ -216,7 +216,7 @@ void SwDBTreeList::InitTreeList() if(!pImpl->HasContext() && pImpl->GetWrtShell()) return; SetSelectionMode(SINGLE_SELECTION); - SetStyle(GetStyle()|WB_HASLINES|WB_CLIPCHILDREN|WB_SORT|WB_HASBUTTONS|WB_HASBUTTONSATROOT|WB_HSCROLL); + SetStyle(GetStyle()|WB_HASLINES|WB_CLIPCHILDREN|WB_HASBUTTONS|WB_HASBUTTONSATROOT|WB_HSCROLL); // don't set font, so that the Control's font is being applied! SetSpaceBetweenEntries(0); SetNodeBitmaps( aImageList.GetImage(IMG_COLLAPSE), |