[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sc/source
Noel Power
noel.power at suse.com
Sat Apr 13 09:18:58 PDT 2013
sc/source/ui/vba/vbavalidation.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 1666281eeafa9e3299c85dfca5d92d53bac40cad
Author: Noel Power <noel.power at suse.com>
Date: Fri Apr 5 21:02:16 2013 +0100
somewhat blind wae fix ( doesn't happen for me )
Change-Id: Ia9b260c8bf2dc948f155fb89f0b5d960f9aada6f
(cherry picked from commit 9c79ec29dba9dbdc6dc56f6e83b09f5176821768)
Signed-off-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/source/ui/vba/vbavalidation.cxx b/sc/source/ui/vba/vbavalidation.cxx
index 7431370..b318c8d 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;
More information about the Libreoffice-commits
mailing list