diff options
Diffstat (limited to 'framework/inc/uiconfiguration/graphicnameaccess.hxx')
-rw-r--r-- | framework/inc/uiconfiguration/graphicnameaccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uiconfiguration/graphicnameaccess.hxx b/framework/inc/uiconfiguration/graphicnameaccess.hxx index b18ab5c7d3bc..3bf7ce48c81b 100644 --- a/framework/inc/uiconfiguration/graphicnameaccess.hxx +++ b/framework/inc/uiconfiguration/graphicnameaccess.hxx @@ -32,7 +32,7 @@ namespace framework { public: GraphicNameAccess(); - virtual ~GraphicNameAccess(); + virtual ~GraphicNameAccess() override; void addElement( const OUString& rName, const css::uno::Reference< css::graphic::XGraphic >& rElement ); |