summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-11-07 21:02:44 +0000
committerEike Rathke <erack@redhat.com>2017-11-08 12:24:59 +0100
commit083360df1b33cb8538dd098dbaa498b2b62087ca (patch)
treeccc03c73a5b050c643bfdf3a25aa71364fbac459 /sc/source/ui/docshell/docsh.cxx
parent8fc98bb35b38da07018de1dcaa39be419019b5e6 (diff)
ScImportStarCalc10 appears uncallable
I can't see a mention of "StarCalc 1.0" anywhere in our code which might appear here as a filtername last mention of something like it is... commit cf8f6fe1f9d65eedbc6f4d65ce0fa88831830966 Author: Michael Stahl <mstahl@redhat.com> Date: Tue Feb 5 15:49:26 2013 +0100 officecfg: remove references to binfilter formats Change-Id: Ia6f9ab89489e33ca3680c150fd896035b8dee491 Reviewed-on: https://gerrit.libreoffice.org/44426 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/docshell/docsh.cxx')
-rw-r--r--sc/source/ui/docshell/docsh.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index f9d2cc684d91..f4e19318d23d 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -1089,21 +1089,6 @@ bool ScDocShell::ConvertFrom( SfxMedium& rMedium )
if (aFltName == pFilterXML)
bRet = LoadXML( &rMedium, nullptr );
- else if (aFltName == "StarCalc 1.0")
- {
- SvStream* pStream = rMedium.GetInStream();
- if (pStream)
- {
- ErrCode eError = ScFormatFilter::Get().ScImportStarCalc10( *pStream, &aDocument );
- if (eError != ERRCODE_NONE)
- {
- if (!GetError())
- SetError(eError);
- }
- else
- bRet = true;
- }
- }
else if (aFltName == pFilterLotus)
{
OUString sItStr;