summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrpaint.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 16:22:43 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 16:22:43 +0000
commitb3cd512d2800db5376829f54dccded5424f170e2 (patch)
tree8eea7b8cd7399a436959eb8c0e62922710fef498 /sw/source/core/text/itrpaint.hxx
parentf05e8d9fb4e370fd7914140110fae581436576fe (diff)
INTEGRATION: CWS ooo20031110 (1.5.400); FILE MERGED
2003/11/07 12:03:05 waratah 1.5.400.1: #i21906# add sal_Bool to some subroutine definitions
Diffstat (limited to 'sw/source/core/text/itrpaint.hxx')
-rw-r--r--sw/source/core/text/itrpaint.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/itrpaint.hxx b/sw/source/core/text/itrpaint.hxx
index 2757a1089ff4..72cc7ed4cac8 100644
--- a/sw/source/core/text/itrpaint.hxx
+++ b/sw/source/core/text/itrpaint.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: itrpaint.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fme $ $Date: 2002-11-14 08:55:19 $
+ * last change: $Author: rt $ $Date: 2003-12-01 17:22:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,7 @@ public:
void PaintMultiPortion( const SwRect &rPaint, SwMultiPortion& rMulti );
#endif
inline void SetPaintDrop( const sal_Bool bNew ) { bPaintDrop = bNew; }
- inline IsPaintDrop() const { return bPaintDrop; }
+ inline sal_Bool IsPaintDrop() const { return bPaintDrop; }
inline SwTxtPaintInfo &GetInfo()
{ return (SwTxtPaintInfo&)SwTxtIter::GetInfo(); }
inline const SwTxtPaintInfo &GetInfo() const