summaryrefslogtreecommitdiffstats
path: root/sc/inc/olinetab.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:47 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:10 +0200
commit37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch)
tree060cf0aafda3f205b3e12508465a5403826d014d /sc/inc/olinetab.hxx
parentremove whitespaces (diff)
downloadcore-37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24.tar.gz
core-37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24.zip
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/inc/olinetab.hxx')
-rw-r--r--sc/inc/olinetab.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/olinetab.hxx b/sc/inc/olinetab.hxx
index 0312c6f3fefe..c46871ad6740 100644
--- a/sc/inc/olinetab.hxx
+++ b/sc/inc/olinetab.hxx
@@ -29,7 +29,6 @@
class ScTable;
-
class ScOutlineEntry
{
SCCOLROW nStart;
@@ -140,7 +139,6 @@ public:
void RemoveAll();
};
-
class ScOutlineTable
{
private:
@@ -164,7 +162,6 @@ public:
bool DeleteRow( SCROW nStartRow, SCSIZE nSize );
};
-
class ScSubOutlineIterator
{
private:
@@ -187,5 +184,4 @@ public:
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */