From 1144ddaf3df520a2054179030e4130d6faa43e1f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 26 Oct 2011 20:31:41 +0200 Subject: Fixed configmgr layer numbering. --- configmgr/source/components.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configmgr') diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 0549f8a14c93..3724b16075f0 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; -- cgit