From d10ef0dfd965c711e69a5bd0482c1c5c513de5b9 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 18 May 2004 13:38:25 +0000 Subject: INTEGRATION: CWS swundo01 (1.6.292); FILE MERGED 2003/08/15 13:46:18 hbrinkm 1.6.292.1: #111835# --- sw/inc/tox.hxx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'sw/inc/tox.hxx') diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index e244ace7cd3a..892d2cd18967 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tox.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2004-05-17 16:11:16 $ + * last change: $Author: kz $ $Date: 2004-05-18 14:38:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -507,9 +507,6 @@ enum SwTOOElements class SwTOXBase : public SwClient { - // not implemented - SwTOXBase& operator=(const SwTOXBase& rSource); - SwForm aForm; // description of the lines String aName; // unique name String aTitle; // title @@ -629,6 +626,7 @@ public: void SetSortAlgorithm(const String& rSet) {sSortAlgorithm = rSet;} // #i21237# void AdjustTabStops(SwDoc & rDoc, BOOL bDefaultRightTabStop); + SwTOXBase& operator=(const SwTOXBase& rSource); }; @@ -809,9 +807,6 @@ inline void SwTOXBase::AdjustTabStops(SwDoc & rDoc, BOOL bDefaultRightTabStop) inline void SwTOXBase::SetCreate(USHORT nCreate) { nCreateType = nCreate; } -inline void SwTOXBase::SetTitle(const String& rTitle) - { aTitle = rTitle; } - inline void SwTOXBase::SetTOXForm(const SwForm& rForm) { aForm = rForm; } -- cgit