summaryrefslogtreecommitdiff
path: root/include/svl/cenumitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/cenumitm.hxx')
-rw-r--r--include/svl/cenumitm.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/cenumitm.hxx b/include/svl/cenumitm.hxx
index e9507292a1cf..87a0b36716b3 100644
--- a/include/svl/cenumitm.hxx
+++ b/include/svl/cenumitm.hxx
@@ -68,7 +68,7 @@ public:
/// if not included.
virtual sal_uInt16 GetPosByValue(sal_uInt16 nValue) const;
- virtual sal_Bool IsEnabled(sal_uInt16 nValue) const;
+ virtual bool IsEnabled(sal_uInt16 nValue) const;
virtual sal_uInt16 GetEnumValue() const = 0;
@@ -76,7 +76,7 @@ public:
virtual bool HasBoolValue() const;
- virtual sal_Bool GetBoolValue() const;
+ virtual bool GetBoolValue() const;
virtual void SetBoolValue(sal_Bool bValue);
};