summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/htmlpars.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-04-06 08:26:03 +0000
committerDaniel Rentz <dr@openoffice.org>2001-04-06 08:26:03 +0000
commit5d3cf8fc4b587de20ef848a5b5ec763d42c0c09c (patch)
tree71bd08a8141328155070498d8649b5cb6d21c737 /sc/source/filter/inc/htmlpars.hxx
parent0084ede44fd8aba9800ec276420551ec1ade4831 (diff)
fixed a problem with table positioning in nested tables
Diffstat (limited to 'sc/source/filter/inc/htmlpars.hxx')
-rw-r--r--sc/source/filter/inc/htmlpars.hxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/sc/source/filter/inc/htmlpars.hxx b/sc/source/filter/inc/htmlpars.hxx
index 98fd7125d626..0cf5d408c845 100644
--- a/sc/source/filter/inc/htmlpars.hxx
+++ b/sc/source/filter/inc/htmlpars.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: htmlpars.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2001-04-05 10:55:14 $
+ * last change: $Author: dr $ $Date: 2001-04-06 09:26:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,7 +158,7 @@ private:
USHORT CalcSpan( ScHTMLTableDataKey eCRKey, ULONG nIndex, USHORT nSpan ) const;
void SetMaxCount( Table& rDataTab, ULONG nIndex, USHORT nCount );
- inline void ChangeDocCoord( short nColDiff, short nRowDiff );
+ void ChangeDocCoord( short nColDiff, short nRowDiff );
void RecalcSizeDim( ScHTMLTableDataKey eCRKey );
@@ -212,12 +212,6 @@ inline void ScHTMLTableData::SetCellCoord( USHORT nCol, USHORT nRow )
nLastRow = Max( nLastRow, nRow );
}
-inline void ScHTMLTableData::ChangeDocCoord( short nColDiff, short nRowDiff )
-{
- nDocCol += nColDiff;
- nDocRow += nRowDiff;
-}
-
class ScHTMLTableDataTable : private Table