sc/source/core/tool/formularesult.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 486353651aee653b149170013c7e1d168644f508 Author: Caolán McNamara <caol...@redhat.com> Date: Tue Sep 10 18:21:13 2013 +0100 WaE: enumeration values not handled in switch Change-Id: I89564800ee81d1e406a5f5fc12ec32dded161274 diff --git a/sc/source/core/tool/formularesult.cxx b/sc/source/core/tool/formularesult.cxx index ef6c15a..c0876cd 100644 --- a/sc/source/core/tool/formularesult.cxx +++ b/sc/source/core/tool/formularesult.cxx @@ -263,6 +263,8 @@ inline bool isString( formula::StackVar sv ) case formula::svHybridCell: case formula::svHybridValueCell: return true; + default: + break; } return false;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits