summaryrefslogtreecommitdiff
path: root/sc/source/core/data/drwlayer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/drwlayer.cxx')
-rw-r--r--sc/source/core/data/drwlayer.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx
index eff38fa156f7..b7d654a54825 100644
--- a/sc/source/core/data/drwlayer.cxx
+++ b/sc/source/core/data/drwlayer.cxx
@@ -95,7 +95,7 @@ SfxObjectShell* ScDrawLayer::pGlobalDrawPersist = NULL;
sal_Bool bDrawIsInUndo = false; //! Member
-// -----------------------------------------------------------------------
+
ScUndoObjData::ScUndoObjData( SdrObject* pObjP, const ScAddress& rOS, const ScAddress& rOE,
const ScAddress& rNS, const ScAddress& rNE ) :
@@ -133,7 +133,7 @@ void ScUndoObjData::Redo()
}
}
-// -----------------------------------------------------------------------
+
ScTabDeletedHint::ScTabDeletedHint( SCTAB nTabNo ) :
nTab( nTabNo )
@@ -153,7 +153,7 @@ ScTabSizeChangedHint::~ScTabSizeChangedHint()
{
}
-// -----------------------------------------------------------------------
+
#define MAXMM 10000000
@@ -187,7 +187,7 @@ static void lcl_ReverseTwipsToMM( Rectangle& rRect )
ReverseTwipsToMM( rRect.Bottom() );
}
-// -----------------------------------------------------------------------
+
ScDrawLayer::ScDrawLayer( ScDocument* pDocument, const OUString& rName ) :