summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/grfmgr.hxx1
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 ); }