summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfribtext.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/lwpfribtext.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/lwpfribtext.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribtext.cxx16
1 files changed, 1 insertions, 15 deletions
diff --git a/lotuswordpro/source/filter/lwpfribtext.cxx b/lotuswordpro/source/filter/lwpfribtext.cxx
index c87818f3007c..1f8d391ad816 100644
--- a/lotuswordpro/source/filter/lwpfribtext.cxx
+++ b/lotuswordpro/source/filter/lwpfribtext.cxx
@@ -57,10 +57,7 @@
* @file
* For LWP filter architecture prototype
************************************************************************/
-/*************************************************************************
- * Change History
- Jan 2005 Created
- ************************************************************************/
+
#include "lwpglobalmgr.hxx"
#include "lwpfribtext.hxx"
#include "lwpcharsetmgr.hxx"
@@ -159,8 +156,6 @@ void LwpFribDocVar::Read(LwpObjectStream* pObjStrm, sal_uInt16 /*len*/)
/**
* @short: register style for doc field (text style,date style)
- * @param:
- * @param:
*/
void LwpFribDocVar::RegisterStyle(LwpFoundry* pFoundry)
{
@@ -171,7 +166,6 @@ void LwpFribDocVar::RegisterStyle(LwpFoundry* pFoundry)
case DATECREATED:
case DATELASTREVISION:
{
-// m_TimeStyle = LwpTools::RegisterDefaultTimeStyle();
RegisterDefaultTimeStyle();
}
break;
@@ -185,8 +179,6 @@ void LwpFribDocVar::RegisterStyle(LwpFoundry* pFoundry)
/**
* @short: register default time style for doc field
- * @param:
- * @param:
*/
void LwpFribDocVar::RegisterDefaultTimeStyle()
{
@@ -218,8 +210,6 @@ void LwpFribDocVar::RegisterTotalTimeStyle()
/**
* @short: convert the doc info field
- * @param:
- * @param:
*/
void LwpFribDocVar::XFConvert(XFContentContainer* pXFPara)
{
@@ -400,8 +390,6 @@ void LwpFribDocVar::XFConvert(XFContentContainer* pXFPara)
}
/**
* @short: Read unicode
- * @param:
- * @param:
*/
void LwpFribUnicode::Read(LwpObjectStream* pObjStrm, sal_uInt16 len)
{
@@ -435,8 +423,6 @@ void LwpFribUnicode::XFConvert(XFContentContainer* pXFPara,LwpStory* pStory)
/**
* @short: Read page number
- * @param:
- * @param:
*/
void LwpFribPageNumber::Read(LwpObjectStream* pObjStrm, sal_uInt16 /*len*/)
{