summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww1
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww1')
-rw-r--r--sw/source/filter/ww1/w1class.cxx4
-rw-r--r--sw/source/filter/ww1/w1class.hxx1
2 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/filter/ww1/w1class.cxx b/sw/source/filter/ww1/w1class.cxx
index ff4a643b4e45..eca934980498 100644
--- a/sw/source/filter/ww1/w1class.cxx
+++ b/sw/source/filter/ww1/w1class.cxx
@@ -476,6 +476,10 @@ sal_uInt16 Ww1SingleSprm::Size(sal_uInt8* /*pSprm*/)
return nCountBytes;
}
+Ww1SingleSprm::~Ww1SingleSprm()
+{
+}
+
sal_uInt16 Ww1SingleSprmTab::Size(sal_uInt8* pSprm) // Doc 24/25, Fastsave-Sprm
{
OSL_ENSURE(nCountBytes==0, "Ww1SingleSprmTab");
diff --git a/sw/source/filter/ww1/w1class.hxx b/sw/source/filter/ww1/w1class.hxx
index 8c253ed23761..9710b1bf0a1e 100644
--- a/sw/source/filter/ww1/w1class.hxx
+++ b/sw/source/filter/ww1/w1class.hxx
@@ -385,6 +385,7 @@ public:
#endif
{
}
+ virtual ~Ww1SingleSprm();
};
class Ww1SingleSprmByteSized : public Ww1SingleSprm {