summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/fldmgr.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-02-21 11:27:37 +0000
committerOliver Specht <os@openoffice.org>2001-02-21 11:27:37 +0000
commit199b49e0058268280baee5b56f739aefdc8c7b08 (patch)
treee64908bf05dcf219288b24f8be9272c5a1ccee9e /sw/source/ui/inc/fldmgr.hxx
parentuse database struct instead of a combined string (diff)
downloadcore-199b49e0058268280baee5b56f739aefdc8c7b08.tar.gz
core-199b49e0058268280baee5b56f739aefdc8c7b08.zip
use database struct instead of a combined string
Diffstat (limited to 'sw/source/ui/inc/fldmgr.hxx')
-rw-r--r--sw/source/ui/inc/fldmgr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/fldmgr.hxx b/sw/source/ui/inc/fldmgr.hxx
index 732dfa51a992..a9794130d051 100644
--- a/sw/source/ui/inc/fldmgr.hxx
+++ b/sw/source/ui/inc/fldmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldmgr.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2000-10-27 11:24:26 $
+ * last change: $Author: os $ $Date: 2001-02-21 12:27:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,7 +193,7 @@ public:
const String &rValue);
// Erfragen von Werten aus Datenbankfeldern (BASIC )
- String GetDataBaseFieldValue(const String &rDBName, const String &rFieldName, SwWrtShell* pSh);
+// String GetDataBaseFieldValue(const String &rDBName, const String &rFieldName, SwWrtShell* pSh);
BOOL IsDBNumeric(const String& rDBName, const String& rTblQryName,
BOOL bIsTable, const String& rFldName);