diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-07 16:36:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-07 16:36:33 +0200 |
commit | a7c157e801928d2d113ec654c1d4fd61e7b7d6b5 (patch) | |
tree | f627a30e44a5f98ea6709c9422b453bd3f9e3128 /sc | |
parent | 006b76a785a9829bfb19f068eb49414611fe0611 (diff) |
-Werror=non-virtual-dtor
Change-Id: Iac56ada41977e58e6e36d6efc31125f1d1ae1dec
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/orcusfilters.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/orcusfilters.hxx b/sc/inc/orcusfilters.hxx index 2464edebd91f..b7e31986bb5d 100644 --- a/sc/inc/orcusfilters.hxx +++ b/sc/inc/orcusfilters.hxx @@ -20,6 +20,8 @@ class ScDocument; class ScOrcusFilters { public: + virtual ~ScOrcusFilters() {} + virtual bool importCSV(ScDocument& rDoc, const rtl::OUString& rPath) const = 0; }; |