diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-18 13:38:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-18 13:38:25 +0000 |
commit | d10ef0dfd965c711e69a5bd0482c1c5c513de5b9 (patch) | |
tree | 2be0f06032f51a93dc0c51e03b04d1713a5bbbe2 | |
parent | 90bfb4ed1a39b12dbdfffa466e88bc40efa1a182 (diff) |
INTEGRATION: CWS swundo01 (1.6.292); FILE MERGED
2003/08/15 13:46:18 hbrinkm 1.6.292.1: #111835#
-rw-r--r-- | sw/inc/tox.hxx | 11 |
1 files changed, 3 insertions, 8 deletions
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; } |