summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/notxtfrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/notxtfrm.hxx')
-rw-r--r--sw/source/core/inc/notxtfrm.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/inc/notxtfrm.hxx b/sw/source/core/inc/notxtfrm.hxx
index d5fae730fd61..97ebb7d72400 100644
--- a/sw/source/core/inc/notxtfrm.hxx
+++ b/sw/source/core/inc/notxtfrm.hxx
@@ -58,21 +58,21 @@ public:
virtual void Modify( SfxPoolItem*, SfxPoolItem* );
virtual void Paint( SwRect const&,
SwPrintData const*const pPrintData = NULL ) const;
- virtual BOOL GetCharRect( SwRect &, const SwPosition&,
+ virtual sal_Bool GetCharRect( SwRect &, const SwPosition&,
SwCrsrMoveState* = 0) const;
- BOOL GetCrsrOfst(SwPosition* pPos, Point& aPoint,
+ sal_Bool GetCrsrOfst(SwPosition* pPos, Point& aPoint,
SwCrsrMoveState* = 0) const;
const Size &GetGrfSize() const { return GetSize(); }
- void GetGrfArea( SwRect &rRect, SwRect * = 0, BOOL bMirror = TRUE ) const;
+ void GetGrfArea( SwRect &rRect, SwRect * = 0, sal_Bool bMirror = sal_True ) const;
- BOOL IsTransparent() const;
+ sal_Bool IsTransparent() const;
void StopAnimation( OutputDevice* = 0 ) const;
- BOOL HasAnimation() const;
+ sal_Bool HasAnimation() const;
// Routinen fuer den Grafik-Cache
- USHORT GetWeight() { return nWeight; }
+ sal_uInt16 GetWeight() { return nWeight; }
};
#endif