diff options
Diffstat (limited to 'include/svtools/grfmgr.hxx')
-rw-r--r-- | include/svtools/grfmgr.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx index c72e0ee522a9..6e4999a03c3a 100644 --- a/include/svtools/grfmgr.hxx +++ b/include/svtools/grfmgr.hxx @@ -488,9 +488,6 @@ public: void StopAnimation( OutputDevice* pOut = NULL, long nExtraData = 0L ); - friend SvStream& WriteGraphicObject( SvStream& rOStm, const GraphicObject& rGraphicObj ); - friend SvStream& ReadGraphicObject( SvStream& rIStm, GraphicObject& rGraphicObj ); - static GraphicObject CreateGraphicObjectFromURL( const OUString &rURL ); // will inspect an object ( e.g. a control ) for any 'ImageURL' // properties and return these in a vector. Note: this implementation |