summaryrefslogtreecommitdiff
path: root/sc/source/core/data/conditio.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-24 14:12:36 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-24 14:13:13 +0200
commit766f7388dd3d33cfc9efcbec86bcf15a51be8c73 (patch)
treedb213dccee756c8b345d1b2c58713e4bc34ddad9 /sc/source/core/data/conditio.cxx
parent211990642306d08a388682b4ac84a5776b3afbd7 (diff)
Bin commented-out unreachable 'break' statements
Change-Id: If0f47a78bbffec5c2ebd33c552d0d8a300b48eb1
Diffstat (limited to 'sc/source/core/data/conditio.cxx')
-rw-r--r--sc/source/core/data/conditio.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx
index 794fb5695add..439509688a42 100644
--- a/sc/source/core/data/conditio.cxx
+++ b/sc/source/core/data/conditio.cxx
@@ -122,7 +122,6 @@ static bool lcl_HasRelRef( ScDocument* pDoc, ScTokenArray* pFormula, sal_uInt16
case ocTable: // SHEET() returns own sheet index
case ocCell: // CELL() may return own cell address
return true;
-// break;
default:
{
// added to avoid warnings