From 9e0bef286a59617702143647cd6bef0e4d5d4ff5 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 18 May 2004 12:56:53 +0000 Subject: INTEGRATION: CWS swundo01 (1.4.126); FILE MERGED 2004/01/06 14:51:22 hbrinkm 1.4.126.1: #111840# --- sw/inc/dbfld.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc/dbfld.hxx') diff --git a/sw/inc/dbfld.hxx b/sw/inc/dbfld.hxx index 49aeea4165a6..d67fd066480e 100644 --- a/sw/inc/dbfld.hxx +++ b/sw/inc/dbfld.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbfld.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2003-04-17 13:33:12 $ + * last change: $Author: kz $ $Date: 2004-05-18 13:56:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -191,7 +191,7 @@ public: inline const SwDBData& GetRealDBData() { return aDBData; } SwDBData GetDBData(SwDoc* pDoc); - inline void SetDBData(const SwDBData& rDBData) { aDBData = rDBData; } + void SetDBData(const SwDBData& rDBData); // #111840# // Name oder Inhalt virtual String GetCntnt(BOOL bName = FALSE) const; -- cgit