diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
commit | 5b0209b525d535fbf0483ca207e612d6984bb749 (patch) | |
tree | 5ae9c9fc35b52accee4560691ead372dfff1577c /sc/inc/stlsheet.hxx | |
parent | 97108cefedb26b46352cad27fb7c1548911f7d85 (diff) | |
parent | 08332b36175750c7bdee8ce197eeb0371cf11e66 (diff) |
CWS gnumake3: pull in cws removetooltypes01
Diffstat (limited to 'sc/inc/stlsheet.hxx')
-rw-r--r-- | sc/inc/stlsheet.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/stlsheet.hxx b/sc/inc/stlsheet.hxx index aabaeb61b..c34b3c7e4 100644 --- a/sc/inc/stlsheet.hxx +++ b/sc/inc/stlsheet.hxx @@ -59,17 +59,17 @@ public: ScStyleSheet( const ScStyleSheet& rStyle ); - virtual BOOL SetParent ( const String& rParentName ); + virtual sal_Bool SetParent ( const String& rParentName ); virtual SfxItemSet& GetItemSet (); - virtual BOOL IsUsed () const; - virtual BOOL HasFollowSupport () const; - virtual BOOL HasParentSupport () const; + virtual sal_Bool IsUsed () const; + virtual sal_Bool HasFollowSupport () const; + virtual sal_Bool HasParentSupport () const; virtual const String& GetName() const; virtual const String& GetParent() const; virtual const String& GetFollow() const; - virtual BOOL SetName( const String& ); + virtual sal_Bool SetName( const String& ); void SetUsage( ScStyleSheet::Usage eUse ) const { eUsage = eUse; } @@ -82,7 +82,7 @@ protected: ScStyleSheet( const String& rName, ScStyleSheetPool& rPool, SfxStyleFamily eFamily, - USHORT nMask ); + sal_uInt16 nMask ); virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); }; |