diff options
Diffstat (limited to 'include/svtools/grfmgr.hxx')
-rw-r--r-- | include/svtools/grfmgr.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx index 9b43de5628b8..4aca5db8b269 100644 --- a/include/svtools/grfmgr.hxx +++ b/include/svtools/grfmgr.hxx @@ -329,10 +329,6 @@ protected: SvStream* GetSwapStream() const; void SetSwapState(); - virtual void Load( SvStream& ) SAL_OVERRIDE; - virtual void Save( SvStream& ) SAL_OVERRIDE; - virtual void Assign( const SvDataCopyStream& ) SAL_OVERRIDE; - public: GraphicObject( const GraphicManager* pMgr = NULL ); GraphicObject( const Graphic& rGraphic, const GraphicManager* pMgr = NULL ); |