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.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 329e38e9634f..0c2b700a8f57 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -166,8 +166,6 @@ static const sal_Char pFilterHtml[] = "HTML (StarCalc)";
static const sal_Char pFilterHtmlWebQ[] = "calc_HTML_WebQuery";
static const sal_Char pFilterRtf[] = "Rich Text Format (StarCalc)";
-
-
#define ScDocShell
#include "scslots.hxx"
@@ -181,8 +179,6 @@ SFX_IMPL_OBJECTFACTORY( ScDocShell, SvGlobalName(SO3_SC_CLASSID), SFXOBJECTSHELL
TYPEINIT1( ScDocShell, SfxObjectShell ); // SfxInPlaceObject: No TypeInfo?
-
-
void ScDocShell::FillClass( SvGlobalName* pClassName,
sal_uInt32* pFormat,
OUString* /* pAppName */,
@@ -211,8 +207,6 @@ void ScDocShell::FillClass( SvGlobalName* pClassName,
}
}
-
-
void ScDocShell::DoEnterHandler()
{
ScTabViewShell* pViewSh = ScTabViewShell::GetActiveViewShell();
@@ -221,8 +215,6 @@ void ScDocShell::DoEnterHandler()
SC_MOD()->InputEnterHandler();
}
-
-
SCTAB ScDocShell::GetSaveTab()
{
SCTAB nTab = 0;
@@ -2683,8 +2675,6 @@ ScDocShell::ScDocShell( const ScDocShell& rShell ) :
// InitItems and CalcOutputFactor are called now in Load/ConvertFrom/InitNew
}
-
-
ScDocShell::ScDocShell( const sal_uInt64 i_nSfxCreationFlags ) :
SfxObjectShell( i_nSfxCreationFlags ),
aDocument ( SCDOCMODE_DOCUMENT, this ),
@@ -2732,8 +2722,6 @@ ScDocShell::ScDocShell( const sal_uInt64 i_nSfxCreationFlags ) :
// InitItems and CalcOutputFactor are called now in Load/ConvertFrom/InitNew
}
-
-
ScDocShell::~ScDocShell()
{
ResetDrawObjectShell(); // If the Drawing Layer still tries to access it, access it
@@ -2770,8 +2758,6 @@ ScDocShell::~ScDocShell()
#endif
}
-
-
::svl::IUndoManager* ScDocShell::GetUndoManager()
{
return aDocument.GetUndoManager();