diff options
Diffstat (limited to 'padmin/source/helper.hxx')
-rw-r--r-- | padmin/source/helper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/padmin/source/helper.hxx b/padmin/source/helper.hxx index ea0babe61cf9..d229766c1836 100644 --- a/padmin/source/helper.hxx +++ b/padmin/source/helper.hxx @@ -49,7 +49,7 @@ public: MultiListBox( pParent, rResId ) {} ~DelMultiListBox() {} - virtual long Notify( NotifyEvent& rEvent ); + virtual bool Notify( NotifyEvent& rEvent ); Link setDelPressedLink( const Link& rLink ) { @@ -68,7 +68,7 @@ public: ListBox( pParent, rResId ) {} ~DelListBox() {} - virtual long Notify( NotifyEvent& rEvent ); + virtual bool Notify( NotifyEvent& rEvent ); Link setDelPressedLink( const Link& rLink ) { |