summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-13 10:11:47 +0000
committerjp <jp@openoffice.org>2000-11-13 10:11:47 +0000
commit72c68cf946775dd4bf9868595ef4decdbe8930dd (patch)
treef0d1cc09d2956b0487311c278bb84ae01788d3ba /sw
parent7c481892ea6a7c4f9a4441c89b7ab8fe7b1c7981 (diff)
remove IniManager
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dbui/dbmgr.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/source/ui/dbui/dbmgr.cxx b/sw/source/ui/dbui/dbmgr.cxx
index 65dfdff6b2d8..0ffb6fd7e732 100644
--- a/sw/source/ui/dbui/dbmgr.cxx
+++ b/sw/source/ui/dbui/dbmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbmgr.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: os $ $Date: 2000-11-13 08:25:50 $
+ * last change: $Author: jp $ $Date: 2000-11-13 11:06:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,9 +121,6 @@
#ifndef _SFXENUMITEM_HXX //autogen
#include <svtools/eitem.hxx>
#endif
-#ifndef _SFXINIMGR_HXX //autogen
-#include <svtools/iniman.hxx>
-#endif
#ifndef _SFX_PRINTER_HXX //autogen
#include <sfx2/printer.hxx>
#endif
@@ -707,9 +704,13 @@ String lcl_FindColumn(const String& sFormatStr,USHORT &nUsedPos, BYTE &nSepara
inline String lcl_GetDBInsertMode( String sDBName )
{
sDBName.SearchAndReplace( DB_DELIM, '.');
+ return aEmptyStr;
+#if 0
+//JP 13.11.00: must be change to the new configuration
return SFX_APP()->GetIniManager()->Get( String::CreateFromAscii(
RTL_CONSTASCII_STRINGPARAM( "DataBaseFormatInfo" )),
FALSE, FALSE, sDBName );
+#endif
}