summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-05-15 10:39:17 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-05-15 10:58:08 +0400
commit6f6a419a39f8d97a49a84ae730ecd3d93738a744 (patch)
tree1ab7e985c310cc5ed5898c5d2758a017b00f0ff4 /sc/source/filter/excel/xecontent.cxx
parent9b01e60444b0c176770f0adafc8f1bb4718dfba5 (diff)
missing break (I suppose)
Change-Id: I504cbe271ef4475963b8277a1ab7dcb09b0dda38
Diffstat (limited to 'sc/source/filter/excel/xecontent.cxx')
-rw-r--r--sc/source/filter/excel/xecontent.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx
index 9bf323e7cd1d..a4315ba98c1b 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -822,6 +822,7 @@ const char* GetOperatorString(ScConditionMode eMode, bool& bFrmla2)
break;
case SC_COND_DIRECT:
pRet = "expression";
+ break;
case SC_COND_NONE:
default:
pRet = "";