summaryrefslogtreecommitdiff
path: root/sd/inc/OutlinerIterator.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:00 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:09 +0200
commited6b8a100c1aabb342573f252509573bbe124d29 (patch)
tree35874493d9470202b3221aa2a1666b6647494242 /sd/inc/OutlinerIterator.hxx
parent78f6407978aa48c3cbb116bc281940dbf1f2dcbc (diff)
remove whitespaces
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
Diffstat (limited to 'sd/inc/OutlinerIterator.hxx')
-rw-r--r--sd/inc/OutlinerIterator.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx
index c256af00c271..1dd446da7125 100644
--- a/sd/inc/OutlinerIterator.hxx
+++ b/sd/inc/OutlinerIterator.hxx
@@ -61,7 +61,6 @@ enum IteratorLocation {BEGIN,END,CURRENT};
*/
enum IteratorType {SELECTION,SINGLE_VIEW,DOCUMENT};
-
/** This iterator can be used to iterate over all <type>SdrObject</type>
objects of one of three set denoted by the <type>IteratorType</type>:
<ul><li>All objects of the current mark list (selection)
@@ -160,9 +159,6 @@ private:
IteratorImplBase* mpIterator;
};
-
-
-
/** This class wraps the <type>Outliner</type> class and represents it as
a container of <type>SdrObject</type> objects. Its main purpose is to
provide iterators for certain sub-sets of those objects. These sub-sets
@@ -300,9 +296,6 @@ private:
OutlinerContainer& operator= (const OutlinerContainer&) {return *this;};
};
-
-
-
/** Data collection specifying a <type>SdrObject</type> and its position in
a document and view.
*/
@@ -353,10 +346,8 @@ public:
EditMode meEditMode;
};
-
} } // end of namespace ::sd::outliner
-
#endif // _ INCLUDED_SD_INC_OUTLINERITERATOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */