diff options
author | jp <jp@openoffice.org> | 2001-03-08 20:28:23 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-03-08 20:28:23 +0000 |
commit | 9567064f53842eff82e7b0736d0dd23cfee66c03 (patch) | |
tree | d242a697fc016bb575e12225d48f9ee865eb892c /sw/inc/swtable.hxx | |
parent | 47884ef9a7cc48f00bd32dca5bb55e45ef4f5de6 (diff) |
change: old data transfer API to the new
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r-- | sw/inc/swtable.hxx | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index 23ea03e1aa93..f98cdfcd89da 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swtable.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $ + * last change: $Author: jp $ $Date: 2001-03-08 21:17:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,8 +64,8 @@ #ifndef _SVMEMPOOL_HXX //autogen #include <tools/mempool.hxx> #endif -#ifndef _SO2REF_HXX //autogen -#include <so3/so2ref.hxx> +#ifndef _TOOLS_REF_HXX +#include <tools/ref.hxx> #endif #ifndef _SVARRAY_HXX //autogen #include <svtools/svarray.hxx> @@ -116,8 +116,7 @@ class SwUndoTblCpyTbl; #ifndef SW_DECL_SWSERVEROBJECT_DEFINED #define SW_DECL_SWSERVEROBJECT_DEFINED -class SvPseudoObject; -SO2_DECL_REF( SwServerObject ) +SV_DECL_REF( SwServerObject ) #endif SV_DECL_PTRARR_DEL(SwTableLines, SwTableLine*, 10, 20); @@ -249,7 +248,7 @@ public: SwTableNode* GetTableNode() const; // Daten Server-Methoden - void SetRefObject( SvPseudoObject* ); + void SetRefObject( SwServerObject* ); const SwServerObject* GetObject() const { return &refObj; } SwServerObject* GetObject() { return &refObj; } BOOL IsServer() const { return refObj.Is(); } |