diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-18 12:56:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-18 12:56:53 +0000 |
commit | 9e0bef286a59617702143647cd6bef0e4d5d4ff5 (patch) | |
tree | 1760e717fba757e1a102be914e49f3fa16d12678 /sw/inc/dbfld.hxx | |
parent | 3e7150ea50d6ed6453908aee73c3c099506da516 (diff) |
INTEGRATION: CWS swundo01 (1.4.126); FILE MERGED
2004/01/06 14:51:22 hbrinkm 1.4.126.1: #111840#
Diffstat (limited to 'sw/inc/dbfld.hxx')
-rw-r--r-- | sw/inc/dbfld.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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; |