somewhat blind wae fix ( doesn't happen for me )
Change-Id: Ia9b260c8bf2dc948f155fb89f0b5d960f9aada6f
This commit is contained in:
@@ -369,6 +369,9 @@ ScVbaValidation::getType() throw (uno::RuntimeException)
|
|||||||
case sheet::ValidationType_TEXT_LEN:
|
case sheet::ValidationType_TEXT_LEN:
|
||||||
nExcelType = excel::XlDVType::xlValidateTextLength;
|
nExcelType = excel::XlDVType::xlValidateTextLength;
|
||||||
break;
|
break;
|
||||||
|
case sheet::ValidationType_MAKE_FIXED_SIZE:
|
||||||
|
default:
|
||||||
|
break;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return nExcelType;
|
return nExcelType;
|
||||||
|
Reference in New Issue
Block a user