diff options
Diffstat (limited to 'cui/source/inc/cfg.hxx')
-rw-r--r-- | cui/source/inc/cfg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index 73b0514ca4b2..4cb324e85186 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -70,7 +70,7 @@ public: void SetFrame(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame); }; -class SaveInData : public ImageProvider +class SaveInData { private: @@ -138,7 +138,7 @@ public: com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > m_aSeparatorSeq; - Image GetImage( const OUString& rCommandURL ) SAL_OVERRIDE; + Image GetImage( const OUString& rCommandURL ); virtual bool HasURL( const OUString& aURL ) = 0; virtual bool HasSettings() = 0; |