diff options
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index ca42479d949c..3e11b048ce0f 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -477,7 +477,7 @@ public: void MoveCreate ( const Point &rPos ); sal_Bool EndCreate ( sal_uInt16 eSdrCreateCmd ); void BreakCreate(); - sal_Bool IsDrawCreate() const; + bool IsDrawCreate() const; void CreateDefaultShape( sal_uInt16 /*SdrObjKind ?*/ eSdrObjectKind, const Rectangle& rRect, sal_uInt16 nSlotId); /// Functions for Rubberbox, ti select Draw-Objects |