diff options
Diffstat (limited to 'sw/inc/flddropdown.hxx')
-rw-r--r-- | sw/inc/flddropdown.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/flddropdown.hxx b/sw/inc/flddropdown.hxx index 448bb9e854c9..f44c03af08a5 100644 --- a/sw/inc/flddropdown.hxx +++ b/sw/inc/flddropdown.hxx @@ -215,7 +215,7 @@ public: @retval sal_True the selected item was successfully set @retval sal_True failure (empty selection) */ - sal_Bool SetSelectedItem(const OUString & rItem); + bool SetSelectedItem(const OUString & rItem); /** Sets the name of the field. |