summaryrefslogtreecommitdiff
path: root/sw/inc/unotbl.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-08-20 08:01:58 +0000
committerThomas Lange <tl@openoffice.org>2002-08-20 08:01:58 +0000
commit8618cf01bf8373fefe64dec075fa09d71cdca9f0 (patch)
treeb4fe964da6126dfd0af68b633e1a8eff0a5b6a81 /sw/inc/unotbl.hxx
parent91131661cda83a82965a8a7a4cb827b3bcf6f823 (diff)
#101720# member for cell name removed from SwXCell
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r--sw/inc/unotbl.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index 492510e15c0e..cdccea91f34d 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotbl.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: tl $ $Date: 2002-05-06 13:11:23 $
+ * last change: $Author: tl $ $Date: 2002-08-20 09:01:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,7 +134,6 @@ class SwXCell : public SwXCellBaseClass,
SfxItemPropertySet aPropSet;
- const String sCellName; //kann auch leer sein!
SwTableBox* pBox; // only set in non-XML import
const SwStartNode* pStartNode; // only set in XML import
@@ -146,8 +145,7 @@ protected:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextCursor > createCursor()throw(::com::sun::star::uno::RuntimeException);
sal_Bool IsValid();
public:
- SwXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, const String& rCellName,
- sal_uInt16 nPos=USHRT_MAX );
+ SwXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, sal_uInt16 nPos=USHRT_MAX );
SwXCell(SwFrmFmt* pTblFmt, const SwStartNode& rStartNode); // XML import interface
virtual ~SwXCell();