summaryrefslogtreecommitdiff
path: root/include/editeng/udlnitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/udlnitem.hxx')
-rw-r--r--include/editeng/udlnitem.hxx2
1 files changed, 1 insertions, 1 deletions
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;