summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpoverride.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 12:32:31 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 12:33:13 +0200
commit81d873336bc55a6854fdc0b2a53faada0c552e1f (patch)
tree18cf222d9b870061cb6e7e597ab0b37e0302e005 /lotuswordpro/source/filter/lwpoverride.cxx
parentin remainingSize consider that its is possible to seek past the end (diff)
downloadcore-81d873336bc55a6854fdc0b2a53faada0c552e1f.tar.gz
core-81d873336bc55a6854fdc0b2a53faada0c552e1f.zip
remove pointless comments in lotuswordpro
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
Diffstat (limited to 'lotuswordpro/source/filter/lwpoverride.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpoverride.cxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/lotuswordpro/source/filter/lwpoverride.cxx b/lotuswordpro/source/filter/lwpoverride.cxx
index 60eea052226f..01f170bde004 100644
--- a/lotuswordpro/source/filter/lwpoverride.cxx
+++ b/lotuswordpro/source/filter/lwpoverride.cxx
@@ -57,10 +57,6 @@
* @file
* For LWP filter architecture prototype
************************************************************************/
-/*************************************************************************
- * Change History
- Jan 2005 Created
- ************************************************************************/
#include <memory>
@@ -499,24 +495,15 @@ void LwpAmikakeOverride::Read(LwpObjectStream* pStrm)
}
}
-void LwpAlignmentOverride::Override(LwpAlignmentOverride* other)//add by 1-24
+void LwpAlignmentOverride::Override(LwpAlignmentOverride* other)
{
if (m_nOverride & AO_TYPE)
{
other->OverrideAlignment(m_nAlignType);
}
-/* if (m_nOverride & AO_POSITION)
- {
- Other->OverridePosition(GetPosition());
- }
- if (m_nOverride & AO_CHAR)
- {
- Other->OverrideAlignChar(GetAlignChar());
- }
-*/
}
-void LwpAlignmentOverride::OverrideAlignment(AlignType val)//add by 1-24
+void LwpAlignmentOverride::OverrideAlignment(AlignType val)
{
m_nAlignType = val;
m_nOverride |= AO_TYPE;