summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-10-24 22:51:14 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-25 00:40:53 +0200
commit13b000d639e96e3b4eda7e8527d74bf6f9edebcd (patch)
treec7dda381543efbe55533d89933578d0517b114df
parente190307f9a7dd6ad40c83cf71714b3effd231b96 (diff)
sc: warning C4702: unreachable code
Change-Id: I9a6668a785d1dd6d6f02716519dedb01fb90af00
-rw-r--r--sc/source/core/data/conditio.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx
index e72556f693bf..773d60a58165 100644
--- a/sc/source/core/data/conditio.cxx
+++ b/sc/source/core/data/conditio.cxx
@@ -845,8 +845,6 @@ bool ScConditionEntry::IsDuplicate( double nArg, const rtl::OUString& rStr, cons
return false;
}
}
-
- return false;
}
bool ScConditionEntry::IsValid( double nArg, const ScAddress& rAddr ) const