diff options
author | Niklas Nebel <nn@openoffice.org> | 2011-03-15 13:33:14 +0100 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2011-03-15 13:33:14 +0100 |
commit | 907f0c4466f7cb788eddfe0b68562168434a758e (patch) | |
tree | 85061bbe3796cbef636f5216e8de317c4a0bab04 /sc | |
parent | ad6f39dd32a8159a6551251305c7cba4b9f341fb (diff) |
calc66: warnings
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/token.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx index c7126fb16aa8..83ee5d365e63 100644 --- a/sc/source/core/tool/token.cxx +++ b/sc/source/core/tool/token.cxx @@ -564,7 +564,6 @@ sal_Bool ScToken::Is3DRef() const case svExternalSingleRef: case svExternalDoubleRef: return sal_True; - break; default: { // added to avoid warnings |