summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docsh2.cxx')
-rw-r--r--sc/source/ui/docshell/docsh2.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx
index bbda71a56c23..cbf967aaf74c 100644
--- a/sc/source/ui/docshell/docsh2.cxx
+++ b/sc/source/ui/docshell/docsh2.cxx
@@ -32,8 +32,6 @@
using namespace com::sun::star;
-
-
bool ScDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor )
{
bool bRet = SfxObjectShell::InitNew( xStor );
@@ -62,8 +60,6 @@ bool ScDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor )
return bRet;
}
-
-
bool ScDocShell::IsEmpty() const
{
return bIsEmpty;
@@ -75,8 +71,6 @@ void ScDocShell::SetEmpty(bool bSet)
bIsEmpty = bSet;
}
-
-
void ScDocShell::InitItems()
{
// Fill AllItemSet for Controller with needed Items:
@@ -145,8 +139,6 @@ void ScDocShell::InitItems()
}
}
-
-
void ScDocShell::ResetDrawObjectShell()
{
ScDrawLayer* pDrawLayer = aDocument.GetDrawLayer();
@@ -154,8 +146,6 @@ void ScDocShell::ResetDrawObjectShell()
pDrawLayer->SetObjectShell( NULL );
}
-
-
void ScDocShell::Activate()
{
}
@@ -166,8 +156,6 @@ void ScDocShell::Deactivate()
}
-
-
ScDrawLayer* ScDocShell::MakeDrawLayer()
{
ScDrawLayer* pDrawLayer = aDocument.GetDrawLayer();