summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-08-02 11:23:58 +0000
committerOliver Specht <os@openoffice.org>2001-08-02 11:23:58 +0000
commitab09be0774b6e2f36b481c0b9510aadc28bb094d (patch)
treed3375a99c75b085c3a8f48dc89bce873a37d92df /extensions
parentae14c504ad04098989d80c8e344a974e5f553672 (diff)
#90398# focus initially at the first dialog control
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/datman.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index 70cf6d8cee8d..3007ef6c794e 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: datman.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: os $ $Date: 2001-07-11 07:53:41 $
+ * last change: $Author: os $ $Date: 2001-08-02 12:23:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -377,10 +377,6 @@ Reference< XNameAccess > getColumns(const Reference< XForm > & xForm)
--------------------------------------------------*/
class MappingDialog_Impl : public ModalDialog
{
- OKButton aOKBT;
- CancelButton aCancelBT;
- HelpButton aHelpBT;
-
FixedLine aMapGB;
FixedText aIdentifierFT;
ListBox aIdentifierLB;
@@ -445,6 +441,10 @@ class MappingDialog_Impl : public ModalDialog
FixedText aCustom5FT;
ListBox aCustom5LB;
+ OKButton aOKBT;
+ CancelButton aCancelBT;
+ HelpButton aHelpBT;
+
ListBox* aListBoxes[COLUMN_COUNT];
String sNone;
@@ -720,14 +720,14 @@ IMPL_LINK(MappingDialog_Impl, OkHdl, OKButton*, EMPTYARG)
--------------------------------------------------*/
class DBChangeDialog_Impl : public ModalDialog
{
- OKButton aOKBT;
- CancelButton aCancelBT;
- HelpButton aHelpBT;
-
FixedLine aSelectionGB;
SvTabListBox aSelectionLB;
HeaderBar aSelectionHB;
+ OKButton aOKBT;
+ CancelButton aCancelBT;
+ HelpButton aHelpBT;
+
DBChangeDialogConfig_Impl aConfig;
String aEntryST;
String aURLST;