Kaydet (Commit) 187a5137 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1202981 Non-virtual destructor

Change-Id: Iabf91e6c8e450b72b83de51c6a1fb6986f88b430
üst 46401db8
......@@ -1107,9 +1107,8 @@ public:
void SetBaseURI( const OUString& rBaseURI ) { maBaseURI = rBaseURI; };
const OUString& GetBaseURI() { return maBaseURI; };
EscherGraphicProvider( sal_uInt32 nFlags = _E_GRAPH_PROV_DO_NOT_ROTATE_METAFILES );
~EscherGraphicProvider();
EscherGraphicProvider( sal_uInt32 nFlags = _E_GRAPH_PROV_DO_NOT_ROTATE_METAFILES );
virtual ~EscherGraphicProvider();
};
struct EscherShapeListEntry;
......@@ -1604,7 +1603,7 @@ public:
/** Returns the graphic provider from the global object that has been
passed to the constructor.
*/
inline EscherGraphicProvider& GetGraphicProvider() { return *mxGlobal; }
EscherGraphicProvider& GetGraphicProvider() { return *mxGlobal; }
/** Called if a picture shall be written and no picture stream is set at
class ImplEscherExSdr.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment