summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/sprite.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/sprite.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/inc/sprite.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/sprite.hxx b/sd/source/ui/inc/sprite.hxx
index 782e4ed0fb4a..9df19b96501e 100644..100755
--- a/sd/source/ui/inc/sprite.hxx
+++ b/sd/source/ui/inc/sprite.hxx
@@ -50,7 +50,7 @@ public:
Sprite( List* pListOfBmpEx );
~Sprite();
- BOOL StartMoving( OutputDevice* pOut,
+ sal_Bool StartMoving( OutputDevice* pOut,
OutputDevice* pBottomLayer = NULL,
BitmapEx* pTopLayer = NULL,
MetaFile** ppTopMtf = NULL,
@@ -75,10 +75,10 @@ protected:
Marker* pObjStartMarker;
Marker* pObjEndMarker;
List* pListOfBmpEx;
- ULONG nLastTime;
- BOOL bClipRegion;
+ sal_uLong nLastTime;
+ sal_Bool bClipRegion;
- BOOL ImplPrepareMoveTo();
+ sal_Bool ImplPrepareMoveTo();
void ImplDrawSprite( OutputDevice* pOut, const Point& rPt, const Size& rSz );
};