diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-26 20:31:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-26 20:31:41 +0200 |
commit | 1144ddaf3df520a2054179030e4130d6faa43e1f (patch) | |
tree | b5f6197fabc16424396c99a9b2d447d25c938589 /configmgr | |
parent | 8e68391fc99b34702d76526e6b3ab4720ac017e4 (diff) |
Fixed configmgr layer numbering.
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/components.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |