summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docsh3.cxx')
-rw-r--r--sc/source/ui/docshell/docsh3.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx
index 4bbcb5fa9827..23ce64cc8085 100644
--- a/sc/source/ui/docshell/docsh3.cxx
+++ b/sc/source/ui/docshell/docsh3.cxx
@@ -62,7 +62,7 @@
#include "globstr.hrc"
#include "markdata.hxx"
-//------------------------------------------------------------------
+
//
// Redraw - Benachrichtigungen
@@ -216,7 +216,7 @@ void ScDocShell::UpdatePaintExt( sal_uInt16& rExtFlags, SCCOL nStartCol, SCROW n
UpdatePaintExt( rExtFlags, ScRange( nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab ) );
}
-//------------------------------------------------------------------
+
void ScDocShell::LockPaint_Impl(bool bDoc)
{
@@ -337,7 +337,7 @@ void ScDocShell::UnlockDocument()
}
}
-//------------------------------------------------------------------
+
void ScDocShell::SetInplace( bool bInplace )
{
@@ -403,7 +403,7 @@ double ScDocShell::GetOutputFactor() const
return nPrtToScreenFactor;
}
-//---------------------------------------------------------------------
+
void ScDocShell::InitOptions(bool bForLoading) // called from InitNew and Load
{
@@ -439,7 +439,7 @@ void ScDocShell::InitOptions(bool bForLoading) // called from InitNew and L
aDocument.SetLanguage( (LanguageType) nDefLang, (LanguageType) nCjkLang, (LanguageType) nCtlLang );
}
-//---------------------------------------------------------------------
+
Printer* ScDocShell::GetDocumentPrinter() // fuer OLE
{
@@ -568,7 +568,7 @@ sal_uInt16 ScDocShell::SetPrinter( SfxPrinter* pNewPrinter, sal_uInt16 nDiffFlag
return 0;
}
-//---------------------------------------------------------------------
+
ScChangeAction* ScDocShell::GetChangeAction( const ScAddress& rPos )
{
@@ -668,7 +668,7 @@ void ScDocShell::ExecuteChangeCommentDialog( ScChangeAction* pAction, Window* pP
delete pDlg;
}
-//---------------------------------------------------------------------
+
void ScDocShell::CompareDocument( ScDocument& rOtherDoc )
{
@@ -731,11 +731,11 @@ void ScDocShell::CompareDocument( ScDocument& rOtherDoc )
SetDocumentModified();
}
-//---------------------------------------------------------------------
+
//
// Merge (Aenderungen zusammenfuehren)
//
-//---------------------------------------------------------------------
+
static inline sal_Bool lcl_Equal( const ScChangeAction* pA, const ScChangeAction* pB, sal_Bool bIgnore100Sec )
{