Kaydet (Commit) 1144ddaf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fixed configmgr layer numbering.

üst 8e68391f
...@@ -519,7 +519,7 @@ Components::Components( ...@@ -519,7 +519,7 @@ Components::Components(
{ {
parseXcsXcuLayer( 0, aUnitTestDir ); parseXcsXcuLayer( 0, aUnitTestDir );
// next is required for the (somewhat strange) filter configuration // 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 // allow a directory to be specified to allow extra configuration to be stored
// for example to place a registrymodifications.xcu to override some configuration // for example to place a registrymodifications.xcu to override some configuration
rtl::OUString extra; rtl::OUString extra;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment