summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplaypiece.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwplaypiece.cxx')
-rw-r--r--lotuswordpro/source/filter/lwplaypiece.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/lotuswordpro/source/filter/lwplaypiece.cxx b/lotuswordpro/source/filter/lwplaypiece.cxx
index 22651e2de1cf..34a1e381e99c 100644
--- a/lotuswordpro/source/filter/lwplaypiece.cxx
+++ b/lotuswordpro/source/filter/lwplaypiece.cxx
@@ -67,9 +67,6 @@ LwpRotor::LwpRotor()
: m_nRotation(0)
{}
-LwpRotor::~LwpRotor()
-{}
-
void LwpRotor:: Read(LwpObjectStream *pStrm)
{
m_nRotation = pStrm->QuickReadInt16();
@@ -252,9 +249,6 @@ LwpColumnInfo::LwpColumnInfo()
, m_nGap(0)
{}
-LwpColumnInfo::~LwpColumnInfo()
-{}
-
void LwpColumnInfo:: Read(LwpObjectStream *pStrm)
{
m_nWidth = pStrm->QuickReadInt32();
@@ -328,9 +322,6 @@ LwpJoinStuff::LwpJoinStuff()
, m_nScaling(0)
{}
-LwpJoinStuff::~LwpJoinStuff()
-{}
-
void LwpJoinStuff:: Read(LwpObjectStream *pStrm)
{
m_nWidth = pStrm->QuickReadInt32();