summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/documen4.cxx')
-rw-r--r--sc/source/core/data/documen4.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/core/data/documen4.cxx b/sc/source/core/data/documen4.cxx
index 3972f8e830f4..6e3cd333b685 100644
--- a/sc/source/core/data/documen4.cxx
+++ b/sc/source/core/data/documen4.cxx
@@ -892,8 +892,6 @@ void ScDocument::DeleteConditionalFormat(sal_uLong nOldIndex, SCTAB nTab)
maTabs[nTab]->DeleteConditionalFormat(nOldIndex);
}
-
-
bool ScDocument::HasDetectiveOperations() const
{
return pDetOpList && pDetOpList->Count();
@@ -919,12 +917,8 @@ void ScDocument::SetDetOpList(ScDetOpList* pNew)
pDetOpList = pNew;
}
-
-
// Vergleich von Dokumenten
-
-
// Pfriemel-Faktoren
#define SC_DOCCOMP_MAXDIFF 256
#define SC_DOCCOMP_MINGOOD 128
@@ -1382,6 +1376,4 @@ void ScDocument::CompareDocument( ScDocument& rOtherDoc )
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */