summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
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/ui/docshell
parent211990642306d08a388682b4ac84a5776b3afbd7 (diff)
Bin commented-out unreachable 'break' statements
Change-Id: If0f47a78bbffec5c2ebd33c552d0d8a300b48eb1
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r--sc/source/ui/docshell/impex.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index ca4a6ef912a1..75c75665a37c 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -285,7 +285,6 @@ bool ScImportExport::ImportString( const OUString& rText, sal_uLong nFmt )
return ImportStream( aStrm, OUString(), nFmt );
// ImportStream must handle RTL_TEXTENCODING_UNICODE
}
- //break;
default:
{
rtl_TextEncoding eEnc = osl_getThreadTextEncoding();