diff options
Diffstat (limited to 'include/basic/sbxobj.hxx')
-rw-r--r-- | include/basic/sbxobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxobj.hxx b/include/basic/sbxobj.hxx index 33ffc98c77d9..d9fd229c1d94 100644 --- a/include/basic/sbxobj.hxx +++ b/include/basic/sbxobj.hxx @@ -38,7 +38,7 @@ protected: OUString aClassName; // Classname OUString aDfltPropName; virtual bool LoadData( SvStream&, sal_uInt16 ) override; - virtual bool StoreData( SvStream& ) const override; + virtual std::pair<bool, sal_uInt32> StoreData( SvStream& ) const override; virtual ~SbxObject() override; virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override; virtual bool IsOptionCompatible() const; // Module's Option Compatible |