summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbavalidation.cxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-05 21:02:16 +0100
committerNoel Power <noel.power@suse.com>2013-04-05 21:03:13 +0100
commit9c79ec29dba9dbdc6dc56f6e83b09f5176821768 (patch)
treeb5f1e5b56b0239f09cca3a8051e0d38502f397f8 /sc/source/ui/vba/vbavalidation.cxx
parent4ac1c8c369ea826809f0929c844d3c73450b9d79 (diff)
somewhat blind wae fix ( doesn't happen for me )
Change-Id: Ia9b260c8bf2dc948f155fb89f0b5d960f9aada6f
Diffstat (limited to 'sc/source/ui/vba/vbavalidation.cxx')
-rw-r--r--sc/source/ui/vba/vbavalidation.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/vba/vbavalidation.cxx b/sc/source/ui/vba/vbavalidation.cxx
index 0a9e30820f9c..cdd02499bca0 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;