summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-02-12 11:42:44 +0000
committerOliver Specht <os@openoffice.org>2001-02-12 11:42:44 +0000
commit363840842dd8c77e03976d69014b016100c4ff30 (patch)
tree806e70600838d24262ffaa13738a59a091d64bf3 /sw/source/ui
parent3dd935b5e7e511e9ec3f51d42a2e1134c0ab64de (diff)
use delayed mode in configitems
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index 69c43e975ada..5f96da35eaf2 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbinsdlg.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: jp $ $Date: 2001-02-08 14:30:09 $
+ * last change: $Author: os $ $Date: 2001-02-12 12:42:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -383,7 +383,7 @@ SwInsertDBColAutoPilot::SwInsertDBColAutoPilot( SwView& rView,
Reference<sdbcx::XColumnsSupplier> xColSupp,
const SwInsDBData& rData )
: SfxModalDialog( rView.GetWindow(), SW_RES( DLG_AP_INSERT_DB_SEL )),
- ConfigItem(C2U("Office.Writer/InsertData/DataSet")),
+ ConfigItem(C2U("Office.Writer/InsertData/DataSet"), CONFIG_MODE_DELAYED_UPDATE),
aFtInsertData( this, SW_RES( FT_INSERT_DATA )),
aRbAsTable( this, SW_RES( RB_AS_TABLE )),
aRbAsField( this, SW_RES( RB_AS_FIELD )),