diff options
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 0fde2c6d2116..a3da669968ec 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -285,7 +285,6 @@ struct SwRangeDescriptor void Normalize(); }; -class SwTableProperties_Impl; class SwXTextTable : public cppu::WeakImplHelper < css::text::XTextTable, @@ -308,13 +307,6 @@ private: const SfxItemPropertySet* m_pPropSet; - // Descriptor-interface - SwTableProperties_Impl* pTableProps; - OUString m_sTableName; - bool bIsDescriptor; - unsigned short nRows; - unsigned short nColumns; - bool m_bFirstRowAsLabel; bool m_bFirstColumnAsLabel; |