diff options
Diffstat (limited to 'include/comphelper/ofopxmlhelper.hxx')
-rw-r--r-- | include/comphelper/ofopxmlhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/ofopxmlhelper.hxx b/include/comphelper/ofopxmlhelper.hxx index bd831158acb3..0c759bbbb382 100644 --- a/include/comphelper/ofopxmlhelper.hxx +++ b/include/comphelper/ofopxmlhelper.hxx @@ -62,7 +62,7 @@ class COMPHELPER_DLLPUBLIC OFOPXMLHelper : public cppu::WeakImplHelper1 < com::s throw( ::com::sun::star::uno::Exception ); public: - ~OFOPXMLHelper(); + virtual ~OFOPXMLHelper(); // returns sequence of elements, where each element is described by sequence of tags, // where each tag is described by StringPair ( First - name, Second - value ) |