sc/source/ui/vba/vbavalidation.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 9c79ec29dba9dbdc6dc56f6e83b09f5176821768 Author: Noel Power <noel.po...@suse.com> Date: Fri Apr 5 21:02:16 2013 +0100 somewhat blind wae fix ( doesn't happen for me ) Change-Id: Ia9b260c8bf2dc948f155fb89f0b5d960f9aada6f diff --git a/sc/source/ui/vba/vbavalidation.cxx b/sc/source/ui/vba/vbavalidation.cxx index 0a9e308..cdd0249 100644 --- a/sc/source/ui/vba/vbavalidation.cxx +++ b/sc/source/ui/vba/vbavalidation.cxx @@ -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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits