diff options
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/grfmgr.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx index abd8b2928d0a..18af8206f31c 100644 --- a/include/svtools/grfmgr.hxx +++ b/include/svtools/grfmgr.hxx @@ -102,7 +102,6 @@ private: public: GraphicAttr(); - ~GraphicAttr(); bool operator==( const GraphicAttr& rAttr ) const; bool operator!=( const GraphicAttr& rAttr ) const { return !( *this == rAttr ); } |