summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-29 10:42:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-29 11:39:29 +0100
commita9dde7c69bfef7fd6092c4903befbccfa7af3c5d (patch)
tree30da628415766e8c232b4e64bee9b69a4fe5d8af /writerfilter
parent576dd7742fda417f737ba309bd788e61fbb4033e (diff)
coverity#1210401 Non-virtual destructor
Change-Id: I6ec9104fc1ec5f2fff951b6a06df7865941cafb4
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/PropertyMap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/PropertyMap.hxx b/writerfilter/source/dmapper/PropertyMap.hxx
index 1769d5b90c3d..571181fee319 100644
--- a/writerfilter/source/dmapper/PropertyMap.hxx
+++ b/writerfilter/source/dmapper/PropertyMap.hxx
@@ -322,7 +322,7 @@ class ParagraphProperties
public:
ParagraphProperties();
ParagraphProperties(const ParagraphProperties&);
- ~ParagraphProperties();
+ virtual ~ParagraphProperties();
bool operator==(const ParagraphProperties&); //does not compare the starting/ending range, m_sParaStyleName and m_nDropCapLength