summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/crossedoutitem.hxx2
-rw-r--r--include/editeng/postitem.hxx2
-rw-r--r--include/editeng/udlnitem.hxx2
-rw-r--r--include/editeng/wghtitem.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/crossedoutitem.hxx b/include/editeng/crossedoutitem.hxx
index 6163545edaef..badb98b0e4e4 100644
--- a/include/editeng/crossedoutitem.hxx
+++ b/include/editeng/crossedoutitem.hxx
@@ -58,7 +58,7 @@ public:
{SfxEnumItem::SetValue(nNewVal); }
virtual bool HasBoolValue() const;
- virtual sal_Bool GetBoolValue() const;
+ virtual bool GetBoolValue() const;
virtual void SetBoolValue( sal_Bool bVal );
inline SvxCrossedOutItem& operator=(const SvxCrossedOutItem& rCross)
diff --git a/include/editeng/postitem.hxx b/include/editeng/postitem.hxx
index 88a9651b0e72..8b2636685feb 100644
--- a/include/editeng/postitem.hxx
+++ b/include/editeng/postitem.hxx
@@ -56,7 +56,7 @@ public:
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
virtual bool HasBoolValue() const;
- virtual sal_Bool GetBoolValue() const;
+ virtual bool GetBoolValue() const;
virtual void SetBoolValue( sal_Bool bVal );
inline SvxPostureItem& operator=(const SvxPostureItem& rPost) {
diff --git a/include/editeng/udlnitem.hxx b/include/editeng/udlnitem.hxx
index 8b6499758ccd..19367483f746 100644
--- a/include/editeng/udlnitem.hxx
+++ b/include/editeng/udlnitem.hxx
@@ -58,7 +58,7 @@ public:
void SetValue( sal_uInt16 nNewVal )
{SfxEnumItem::SetValue(nNewVal); }
virtual bool HasBoolValue() const;
- virtual sal_Bool GetBoolValue() const;
+ virtual bool GetBoolValue() const;
virtual void SetBoolValue( sal_Bool bVal );
virtual bool operator==( const SfxPoolItem& ) const;
diff --git a/include/editeng/wghtitem.hxx b/include/editeng/wghtitem.hxx
index c4dc9ac26a58..f8946508f1b5 100644
--- a/include/editeng/wghtitem.hxx
+++ b/include/editeng/wghtitem.hxx
@@ -56,7 +56,7 @@ public:
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
virtual bool HasBoolValue() const;
- virtual sal_Bool GetBoolValue() const;
+ virtual bool GetBoolValue() const;
virtual void SetBoolValue( sal_Bool bVal );
inline SvxWeightItem& operator=(const SvxWeightItem& rWeight) {