summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlinerIteratorImpl.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-17 13:26:54 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-17 13:26:54 +0100
commit23951d3a0d99d72547df9850b31aaa0087aca0fe (patch)
tree95eb07c53cfe1c18949752f83589f157b1e0695e /sd/source/ui/inc/OutlinerIteratorImpl.hxx
parent3d6bed44c8ca414f60c03223482b9f7b94d56c14 (diff)
removetooltypes01: #i112600# Fix problems with autodoc TRUE/FALSE
Diffstat (limited to 'sd/source/ui/inc/OutlinerIteratorImpl.hxx')
-rwxr-xr-xsd/source/ui/inc/OutlinerIteratorImpl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/OutlinerIteratorImpl.hxx b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
index 2c338fbaed6b..320f5c6878d9 100755
--- a/sd/source/ui/inc/OutlinerIteratorImpl.hxx
+++ b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
@@ -59,7 +59,7 @@ public:
@param pViewShellWeak
Some information has to be taken from the view shell.
@param bDirectionIsForward
- This flag defines the iteration direction. When <sal_True/> then
+ This flag defines the iteration direction. When <TRUE/> then
the direction is forwards otherwise it is backwards.
*/
IteratorImplBase (SdDrawDocument* pDocument,
@@ -99,7 +99,7 @@ public:
@param rIterator
The iterator to compare to.
@return
- When both iterators ar equal <sal_True/> is returned, <sal_False/> otherwise.
+ When both iterators ar equal <TRUE/> is returned, <FALSE/> otherwise.
*/
virtual bool operator== (const IteratorImplBase& rIterator) const;
/** This method is used by the equality operator. Additionaly to the
@@ -110,7 +110,7 @@ public:
@param aType
The type of the iterator.
@return
- Returns <sal_True/> when both iterators point to the same object.
+ Returns <TRUE/> when both iterators point to the same object.
*/
virtual bool IsEqual (const IteratorImplBase& rIterator, IteratorType aType) const;
/** Reverse the direction of iteration. The current object stays the same.
@@ -169,7 +169,7 @@ private:
@param aType
The type of the iterator.
@return
- Returns <sal_True/> when both iterators point to the same object.
+ Returns <TRUE/> when both iterators point to the same object.
*/
virtual bool IsEqual (const IteratorImplBase& rIterator, IteratorType aType) const;