summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abspilot.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 16:24:40 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 16:24:40 +0000
commit47a17ded46f1b24d55064b91d18a3c32c9220aee (patch)
tree5ed0a3c1a2387895c8eff8585a9f522bd71bdbc6 /extensions/source/abpilot/abspilot.cxx
parent4a743aa5b185d0cea7a87aeaaf58dcfa9f6aef6a (diff)
INTEGRATION: CWS dba22 (1.9.4); FILE MERGED
2005/01/04 14:04:47 oj 1.9.4.1: #i39737# create datasource before return next state
Diffstat (limited to 'extensions/source/abpilot/abspilot.cxx')
-rw-r--r--extensions/source/abpilot/abspilot.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index 6dff1f12c..fc53a6333 100644
--- a/extensions/source/abpilot/abspilot.cxx
+++ b/extensions/source/abpilot/abspilot.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: abspilot.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 11:57:34 $
+ * last change: $Author: kz $ $Date: 2005-01-21 17:24:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -517,7 +517,12 @@ namespace abp
case STATE_SELECT_ABTYPE:
if ( needAdminInvokationPage() )
+ {
+ // ........................................................
+ // create the new data source
+ implCreateDataSource( );
return STATE_INVOKE_ADMIN_DIALOG;
+ }
// _NO_ break !!!
case STATE_INVOKE_ADMIN_DIALOG: