diff options
-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 |