summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpcelllayout.hxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-04 00:13:34 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-04 19:56:52 +0100
commitb68c65fbc96ecbc2e133c5c961fd5eb0d3ff653f (patch)
tree8cb00f87af5e714b2dcf632171d6c5f56ae5086d /lotuswordpro/source/filter/lwpcelllayout.hxx
parentcppcheck: this can be const (diff)
downloadcore-b68c65fbc96ecbc2e133c5c961fd5eb0d3ff653f.tar.gz
core-b68c65fbc96ecbc2e133c5c961fd5eb0d3ff653f.zip
Remove useless comments in filters.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'lotuswordpro/source/filter/lwpcelllayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpcelllayout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpcelllayout.hxx b/lotuswordpro/source/filter/lwpcelllayout.hxx
index e6c954a76aec..78c6229f0e0f 100644
--- a/lotuswordpro/source/filter/lwpcelllayout.hxx
+++ b/lotuswordpro/source/filter/lwpcelllayout.hxx
@@ -141,7 +141,7 @@ protected:
LeaderDotType cType;
OUString m_CellStyleNames[enumCellBorderTopLimit];
- OUString m_NumfmtName;//Add by , to support number color,2005/11/30
+ OUString m_NumfmtName;//Add to support number color
private:
LwpCellList* GetCellList(LwpFoundry* pFoundry, LwpObjectID aTableID, sal_uInt16 nRow, sal_uInt8 nCol);
};