diff options
author | Robert Roth <robert.roth.off@gmail.com> | 2010-11-01 03:48:31 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-11-01 21:04:41 +0000 |
commit | db8ad987be169af5b394cc0c8bbfed8745b3a330 (patch) | |
tree | 75f2092478238470cb7d5750cad9649cf64a01b3 /sw/inc/htmltbl.hxx | |
parent | 43a36b36986dd2112fc90340e7a8a11ea5369def (diff) |
Bogus comments, commented lines removed, some german comments translated.
Diffstat (limited to 'sw/inc/htmltbl.hxx')
-rw-r--r-- | sw/inc/htmltbl.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sw/inc/htmltbl.hxx b/sw/inc/htmltbl.hxx index 70e30c4a5128..aaedccd9be9b 100644 --- a/sw/inc/htmltbl.hxx +++ b/sw/inc/htmltbl.hxx @@ -92,8 +92,6 @@ public: BOOL HasNoBreakTag() const { return bNoBreakTag; } }; -/* */ - class SwHTMLTableLayoutCell { SwHTMLTableLayoutCnts *pContents; // der Inhalt der Zelle @@ -131,8 +129,6 @@ public: BOOL HasNoWrapOption() const { return bNoWrapOption; } }; -/* */ - class SwHTMLTableLayoutColumn { // Zwischenwerte von AutoLayoutPass1 @@ -185,8 +181,6 @@ public: BOOL HasLeftBorder() const { return bLeftBorder; } }; -/* */ - class SwHTMLTableLayout { Timer aResizeTimer; // Timer fuer DelayedResize @@ -250,9 +244,6 @@ class SwHTMLTableLayout BOOL bMustNotRecalc : 1; // Tabelle darf nicht an Inhalt angepasst // werden -// USHORT GetLeftBorderWidth( USHORT nCol ) const; -// USHORT GetRightBorderWidth( USHORT nCol, USHORT nColSpan ) const; - void AddBorderWidth( ULONG &rMin, ULONG &rMax, ULONG& rAbsMin, USHORT nCol, USHORT nColSpan, BOOL bSwBorders=TRUE ) const; @@ -378,8 +369,6 @@ public: BOOL MayBeInFlyFrame() const { return bMayBeInFlyFrame; } }; -/* */ - inline void SwHTMLTableLayoutCell::SetProtected() { nRowSpan = 1; @@ -388,8 +377,6 @@ inline void SwHTMLTableLayoutCell::SetProtected() pContents = 0; } -/* */ - inline void SwHTMLTableLayoutColumn::MergeMinMaxNoAlign( ULONG nCMin, ULONG nCMax, ULONG nAbsMin ) { @@ -429,8 +416,6 @@ inline void SwHTMLTableLayoutColumn::SetMinMax( ULONG nMn, ULONG nMx ) nMax = nMx; } -/* */ - inline USHORT SwHTMLTableLayout::GetInhCellSpace( USHORT nCol, USHORT nColSpan ) const { |