summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docsh.cxx')
-rw-r--r--sc/source/ui/docshell/docsh.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index d700e16a7d9a..84b80ac77f25 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -1715,12 +1715,6 @@ bool ScDocShell::SaveAs( SfxMedium& rMedium )
return bRet;
}
-bool ScDocShell::IsInformationLost()
-{
- //FIXME: If we have time build a correct own way how to handle this
- return SfxObjectShell::IsInformationLost();
-}
-
namespace {
// Xcl-like column width measured in characters of standard font.
@@ -2464,11 +2458,6 @@ bool ScDocShell::ConvertTo( SfxMedium &rMed )
return bRet;
}
-bool ScDocShell::SaveCompleted( const uno::Reference < embed::XStorage >& xStor )
-{
- return SfxObjectShell::SaveCompleted( xStor );
-}
-
bool ScDocShell::DoSaveCompleted( SfxMedium * pNewStor, bool bRegisterRecent )
{
bool bRet = SfxObjectShell::DoSaveCompleted( pNewStor, bRegisterRecent );