somewhat blind wae fix ( doesn't happen for me )

Change-Id: Ia9b260c8bf2dc948f155fb89f0b5d960f9aada6f
This commit is contained in:
Noel Power
2013-04-05 21:02:16 +01:00
parent 4ac1c8c369
commit 9c79ec29db

View File

@@ -369,6 +369,9 @@ ScVbaValidation::getType() throw (uno::RuntimeException)
case sheet::ValidationType_TEXT_LEN:
nExcelType = excel::XlDVType::xlValidateTextLength;
break;
case sheet::ValidationType_MAKE_FIXED_SIZE:
default:
break;
};
}
return nExcelType;