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, 6 insertions, 6 deletions
diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx
index 60ba753e5ce0..6428c22ed57e 100644
--- a/sc/source/ui/docshell/docsh2.cxx
+++ b/sc/source/ui/docshell/docsh2.cxx
@@ -32,7 +32,7 @@
using namespace com::sun::star;
-//------------------------------------------------------------------
+
sal_Bool ScDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor )
{
@@ -62,7 +62,7 @@ sal_Bool ScDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor )
return bRet;
}
-//------------------------------------------------------------------
+
bool ScDocShell::IsEmpty() const
{
@@ -75,7 +75,7 @@ void ScDocShell::SetEmpty(bool bSet)
bIsEmpty = bSet;
}
-//------------------------------------------------------------------
+
void ScDocShell::InitItems()
{
@@ -145,7 +145,7 @@ void ScDocShell::InitItems()
}
}
-//------------------------------------------------------------------
+
void ScDocShell::ResetDrawObjectShell()
{
@@ -154,7 +154,7 @@ void ScDocShell::ResetDrawObjectShell()
pDrawLayer->SetObjectShell( NULL );
}
-//------------------------------------------------------------------
+
void ScDocShell::Activate()
{
@@ -165,7 +165,7 @@ void ScDocShell::Deactivate()
{
}
-//------------------------------------------------------------------
+
ScDrawLayer* ScDocShell::MakeDrawLayer()