summaryrefslogtreecommitdiff
path: root/sc/inc/dociter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r--sc/inc/dociter.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index 212a64440bb8..f0d82fe99573 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -446,7 +446,6 @@ private:
SCROW FindNextNonEmptyRow();
};
-
/** Row-wise value iterator. */
class ScHorizontalValueIterator
{
@@ -480,7 +479,6 @@ public:
// returns all areas with non-default formatting (horizontal)
-
class ScHorizontalAttrIterator
{
private:
@@ -506,10 +504,8 @@ public:
const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow );
};
-
// returns non-empty cells and areas with formatting (horizontal)
-
class SC_DLLPUBLIC ScUsedAreaIterator
{
private:
@@ -595,8 +591,6 @@ private:
const ::std::vector<TabRanges>* mpTabRangesArray;
};
-
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */