summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-05 21:02:16 +0100
committerEike Rathke <erack@redhat.com>2013-04-13 18:12:08 +0200
commit1666281eeafa9e3299c85dfca5d92d53bac40cad (patch)
treef534d25651c9fc37916849e6f02931115cba1818 /sc/source/ui
parent6f504b6307179f00075bd1dadd722ff2e8855ea9 (diff)
somewhat blind wae fix ( doesn't happen for me )
Change-Id: Ia9b260c8bf2dc948f155fb89f0b5d960f9aada6f (cherry picked from commit 9c79ec29dba9dbdc6dc56f6e83b09f5176821768) Signed-off-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui')
-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 7431370625ed..b318c8d2c556 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;