diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-12-04 07:10:08 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-12-04 07:10:08 +0000 |
commit | 78ef4d86a6e5e025df7602916f05bf3c6ccbff8a (patch) | |
tree | f5a8558d9bcc43863901d5fef8da66b4f2e7c3b8 /framework | |
parent | c37b1d9d2901b01d3597b94259fa0275309e474b (diff) |
INTEGRATION: CWS swfwknoassert (1.9.6); FILE MERGED
2006/10/12 07:22:29 as 1.9.6.1: #i67615# sort property array
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/pathsettings.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index 8cdfa243fa7a..a8e4610c5cd7 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pathsettings.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2006-09-26 14:08:50 $ + * last change: $Author: rt $ $Date: 2006-12-04 08:10:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -823,7 +823,7 @@ void PathSettings::impl_rebuildPropertyDescriptor() if (m_pPropHelp) delete m_pPropHelp; - m_pPropHelp = new ::cppu::OPropertyArrayHelper(m_lPropDesc, sal_True); + m_pPropHelp = new ::cppu::OPropertyArrayHelper(m_lPropDesc, sal_False); // false => not sorted ... must be done inside helper aWriteLock.unlock(); // <- SAFE |