summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/rtfparse.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/rtfparse.hxx')
-rw-r--r--sc/source/filter/inc/rtfparse.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/rtfparse.hxx b/sc/source/filter/inc/rtfparse.hxx
index ed627fcb6239..a22d603d7a5d 100644
--- a/sc/source/filter/inc/rtfparse.hxx
+++ b/sc/source/filter/inc/rtfparse.hxx
@@ -30,8 +30,8 @@ struct ScRTFCellDefault
{
SfxItemSet aItemSet;
SCCOL nCol;
- sal_uInt16 nTwips; // rechter Rand der Zelle
- SCCOL nColOverlap; // MergeCell wenn >1, merged cells wenn 0
+ sal_uInt16 nTwips; // right border of cell
+ SCCOL nColOverlap; // MergeCell if >1, merged cells if 0
ScRTFCellDefault( SfxItemPool* pPool )
: aItemSet(*pPool)