diff options
Diffstat (limited to 'include/basic/sbx.hxx')
-rw-r--r-- | include/basic/sbx.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx index 20249eda8f48..96dc1ac35fd3 100644 --- a/include/basic/sbx.hxx +++ b/include/basic/sbx.hxx @@ -74,8 +74,8 @@ class BASIC_DLLPUBLIC SbxInfo : public SvRefBase void operator=(SbxInfo const&) = delete; protected: - bool LoadData( SvStream&, sal_uInt16 ); - bool StoreData( SvStream& ) const; + void LoadData( SvStream&, sal_uInt16 ); + void StoreData( SvStream& ) const; virtual ~SbxInfo(); public: SbxInfo(); |