summaryrefslogtreecommitdiffstats
path: root/sc/inc/stlsheet.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-26 16:05:01 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-04 21:29:35 +0200
commitc29633988bc1877c5f6e2a89be4840c70afde418 (patch)
tree6efa539f0a7498627bc4be3fea6aba98b003b9d0 /sc/inc/stlsheet.hxx
parentsal_Bool->bool in svl::SvxSearchItem (diff)
downloadcore-c29633988bc1877c5f6e2a89be4840c70afde418.tar.gz
core-c29633988bc1877c5f6e2a89be4840c70afde418.zip
sal_Bool->bool in svl::SfxStyleSheetBase
Change-Id: Id506fa56d07be56d63715703e354625715275933
Diffstat (limited to 'sc/inc/stlsheet.hxx')
-rw-r--r--sc/inc/stlsheet.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/stlsheet.hxx b/sc/inc/stlsheet.hxx
index 2e5c13072869..c66d53642b4e 100644
--- a/sc/inc/stlsheet.hxx
+++ b/sc/inc/stlsheet.hxx
@@ -51,17 +51,17 @@ public:
ScStyleSheet( const ScStyleSheet& rStyle );
- virtual sal_Bool SetParent ( const String& rParentName );
+ virtual bool SetParent ( const String& rParentName );
virtual SfxItemSet& GetItemSet ();
- virtual sal_Bool IsUsed () const;
- virtual sal_Bool HasFollowSupport () const;
- virtual sal_Bool HasParentSupport () const;
+ virtual bool IsUsed () const;
+ virtual bool HasFollowSupport () const;
+ virtual bool HasParentSupport () const;
virtual const String& GetName() const;
virtual const String& GetParent() const;
virtual const String& GetFollow() const;
- virtual sal_Bool SetName( const String& );
+ virtual bool SetName( const String& );
void SetUsage( ScStyleSheet::Usage eUse ) const
{ eUsage = eUse; }