summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc/wrtswtbl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/inc/wrtswtbl.hxx')
-rw-r--r--sw/source/filter/inc/wrtswtbl.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/sw/source/filter/inc/wrtswtbl.hxx b/sw/source/filter/inc/wrtswtbl.hxx
index de63e3e691f7..1e4e6463779d 100644
--- a/sw/source/filter/inc/wrtswtbl.hxx
+++ b/sw/source/filter/inc/wrtswtbl.hxx
@@ -34,18 +34,13 @@ class SvxBrushItem;
namespace editeng { class SvxBorderLine; }
-//---------------------------------------------------------------------------
// Code aus dem HTML-Filter fuers schreiben von Tabellen
-//---------------------------------------------------------------------------
#define COLFUZZY 20
#define ROWFUZZY 20
#define COL_DFLT_WIDTH ((2*COLFUZZY)+1)
#define ROW_DFLT_HEIGHT (2*ROWFUZZY)+1
-
-//-----------------------------------------------------------------------
-
class SW_DLLPUBLIC SwWriteTableCell
{
const SwTableBox *pBox; // SwTableBox der Zelle
@@ -61,7 +56,6 @@ class SW_DLLPUBLIC SwWriteTableCell
sal_uInt16 nRowSpan; // ueberspannte Zeilen
sal_uInt16 nColSpan; // ueberspannte Spalten
-
bool bPrcWidthOpt;
public:
@@ -97,9 +91,6 @@ public:
typedef boost::ptr_vector<SwWriteTableCell> SwWriteTableCells;
-
-//-----------------------------------------------------------------------
-
class SW_DLLPUBLIC SwWriteTableRow
{
SwWriteTableCells aCells; // Alle Zellen der Rows
@@ -168,9 +159,6 @@ public:
~SwWriteTableRows() { DeleteAndDestroyAll(); }
};
-
-//-----------------------------------------------------------------------
-
class SW_DLLPUBLIC SwWriteTableCol
{
sal_uInt32 nPos; // End Position der Spalte
@@ -230,8 +218,6 @@ public:
~SwWriteTableCols() { DeleteAndDestroyAll(); }
};
-//-----------------------------------------------------------------------
-
class SW_DLLPUBLIC SwWriteTable
{
protected:
@@ -312,7 +298,6 @@ protected:
sal_uInt16 GetLeftSpace( sal_uInt16 nCol ) const;
sal_uInt16 GetRightSpace(size_t nCol, sal_uInt16 nColSpan) const;
-
public:
SwWriteTable( const SwTableLines& rLines, long nWidth, sal_uInt32 nBWidth,
bool bRel, sal_uInt16 nMaxDepth = USHRT_MAX,
@@ -324,9 +309,6 @@ public:
const SwWriteTableRows& GetRows() const { return aRows; }
};
-
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */