[Libreoffice-commits] .: configmgr/source

Stephan Bergmann sbergmann at kemper.freedesktop.org
Wed Oct 26 11:32:06 PDT 2011


 configmgr/source/components.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1144ddaf3df520a2054179030e4130d6faa43e1f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 26 20:31:41 2011 +0200

    Fixed configmgr layer numbering.

diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index 0549f8a..3724b16 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -519,7 +519,7 @@ Components::Components(
     {
         parseXcsXcuLayer( 0, aUnitTestDir );
         // next is required for the (somewhat strange) filter configuration
-        parseModuleLayer( 1, aUnitTestDir + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/spool")));
+        parseModuleLayer( 2, aUnitTestDir + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/spool")));
         // allow a directory to be specified to allow extra configuration to be stored
         // for example to place a registrymodifications.xcu to override some configuration
         rtl::OUString extra;


More information about the Libreoffice-commits mailing list