migrationlog.cxx (09cc5d9c) | migrationlog.cxx (f37968ed) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 354 unchanged lines hidden (view full) --- 363 case ERR_PASSWORD_VERIFICATION_FAILED: 364 pAsciiErrorDescription = "password verification failed for document '#doc#', #libtype# library '#name#'"; 365 aAsciiParameterNames.push_back( "#doc#" ); 366 aAsciiParameterNames.push_back( "#libtype#" ); 367 aAsciiParameterNames.push_back( "#name#" ); 368 break; 369 370 case ERR_NEW_STYLE_REPORT: | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 354 unchanged lines hidden (view full) --- 363 case ERR_PASSWORD_VERIFICATION_FAILED: 364 pAsciiErrorDescription = "password verification failed for document '#doc#', #libtype# library '#name#'"; 365 aAsciiParameterNames.push_back( "#doc#" ); 366 aAsciiParameterNames.push_back( "#libtype#" ); 367 aAsciiParameterNames.push_back( "#name#" ); 368 break; 369 370 case ERR_NEW_STYLE_REPORT: |
371 pAsciiErrorDescription = "#doc# could not be processed, since you don't have the Report Builder (TM) extension installed."; | 371 pAsciiErrorDescription = "#doc# could not be processed, since you don't have the Report Builder extension installed."; |
372 aAsciiParameterNames.push_back( "#doc#" ); 373 break; 374 375 // do *not* add a default case here: Without a default, some compilers will warn you when 376 // you miss a newly-introduced enum value here 377 } 378 OSL_ENSURE( pAsciiErrorDescription, "lcl_appendErrorDescription: no error message!" ); 379 if ( pAsciiErrorDescription ) --- 129 unchanged lines hidden --- | 372 aAsciiParameterNames.push_back( "#doc#" ); 373 break; 374 375 // do *not* add a default case here: Without a default, some compilers will warn you when 376 // you miss a newly-introduced enum value here 377 } 378 OSL_ENSURE( pAsciiErrorDescription, "lcl_appendErrorDescription: no error message!" ); 379 if ( pAsciiErrorDescription ) --- 129 unchanged lines hidden --- |