summaryrefslogtreecommitdiff
path: root/sc/inc/consoli.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/consoli.hxx')
-rw-r--r--sc/inc/consoli.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/consoli.hxx b/sc/inc/consoli.hxx
index 8811f5b55b13..3b1b65d89862 100644
--- a/sc/inc/consoli.hxx
+++ b/sc/inc/consoli.hxx
@@ -32,7 +32,6 @@ struct ScReferenceEntry // without constructor !
SCTAB nTab;
};
-
//! Use delta value for data?
class ScReferenceList // without constructor !
@@ -53,7 +52,6 @@ public:
void AddEntry( SCCOL nCol, SCROW nRow, SCTAB nTab );
};
-
// Sequence:
// 1) create ScConsData
// 2) Parameter (Size/Flags)
@@ -63,7 +61,6 @@ public:
// perhaps AddName after each area
// 6) OutputToDocument
-
//! Use structure ScDocument if a certain size is exceeded?
class ScConsData
@@ -112,8 +109,6 @@ public:
SCROW GetInsertCount() const;
};
-
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */