From 34180700b2686c97cdce0b52ca9578a41a153035 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 29 Sep 2015 12:40:47 +0200 Subject: loplugin:removeunusedmethods, remove unused stuff Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350 --- include/svtools/accessibilityoptions.hxx | 1 - include/svtools/grfmgr.hxx | 3 --- 2 files changed, 4 deletions(-) (limited to 'include/svtools') diff --git a/include/svtools/accessibilityoptions.hxx b/include/svtools/accessibilityoptions.hxx index 66ddf499b229..15484c717cdc 100644 --- a/include/svtools/accessibilityoptions.hxx +++ b/include/svtools/accessibilityoptions.hxx @@ -39,7 +39,6 @@ public: // get & set config entries bool GetIsForPagePreviews() const; - bool GetIsHelpTipsDisappear() const; bool GetIsAllowAnimatedGraphics() const; bool GetIsAllowAnimatedText() const; bool GetIsAutomaticFontColor() const; 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 -- cgit