Kaydet (Commit) 933fd8ad authored tarafından Albert Thuswaldner's avatar Albert Thuswaldner Kaydeden (comit) Petr Mladek

Corrected max inital worksheet number in debughelper message

Change-Id: Icd40cc3bdc70e0ff55c82a6a4099411d1da47f56
üst 19e5bf6c
...@@ -1030,7 +1030,7 @@ void SAL_CALL ScVbaApplication::setSheetsInNewWorkbook( sal_Int32 SheetsInNewWor ...@@ -1030,7 +1030,7 @@ void SAL_CALL ScVbaApplication::setSheetsInNewWorkbook( sal_Int32 SheetsInNewWor
if ( SheetsInNewWorkbook < MININITTAB if ( SheetsInNewWorkbook < MININITTAB
|| SheetsInNewWorkbook > MAXINITTAB ) || SheetsInNewWorkbook > MAXINITTAB )
{ {
DebugHelper::exception( OUString(RTL_CONSTASCII_USTRINGPARAM("The number must be between 1 and 10000")), DebugHelper::exception( OUString(RTL_CONSTASCII_USTRINGPARAM("The number must be between 1 and 1024")),
uno::Exception(), SbERR_METHOD_FAILED, OUString() ); uno::Exception(), SbERR_METHOD_FAILED, OUString() );
} }
else else
......
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