summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-02-22 08:40:36 +0000
committerOliver Specht <os@openoffice.org>2002-02-22 08:40:36 +0000
commitdbcf1b816c2e017a0d33fcb588b8ddb17eeba587 (patch)
treef75402c5a07a2f5b2a177033d29a30adcd7f3ab9
parent72e6185d371697e70e922e4fc5d0eeeca0e1f6a4 (diff)
#97191# tab order of column arrangement dialog corrected
-rw-r--r--extensions/source/bibliography/datman.cxx56
1 files changed, 28 insertions, 28 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index 8c06a6b6240c..d97d5d257aea 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: datman.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: fs $ $Date: 2002-01-30 17:14:44 $
+ * last change: $Author: os $ $Date: 2002-02-22 09:40:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -380,52 +380,52 @@ class MappingDialog_Impl : public ModalDialog
ListBox aIdentifierLB;
FixedText aAuthorityTypeFT;
ListBox aAuthorityTypeLB;
+ FixedText aYearFT;
+ ListBox aYearLB;
FixedText aAuthorFT;
ListBox aAuthorLB;
FixedText aTitleFT;
ListBox aTitleLB;
- FixedText aMonthFT;
- ListBox aMonthLB;
- FixedText aYearFT;
- ListBox aYearLB;
+ FixedText aPublisherFT;
+ ListBox aPublisherLB;
+ FixedText aAddressFT;
+ ListBox aAddressLB;
FixedText aISBNFT;
ListBox aISBNLB;
- FixedText aBooktitleFT;
- ListBox aBooktitleLB;
FixedText aChapterFT;
ListBox aChapterLB;
- FixedText aEditionFT;
- ListBox aEditionLB;
+ FixedText aPagesFT;
+ ListBox aPagesLB;
FixedText aEditorFT;
ListBox aEditorLB;
+ FixedText aEditionFT;
+ ListBox aEditionLB;
+ FixedText aBooktitleFT;
+ ListBox aBooktitleLB;
+ FixedText aVolumeFT;
+ ListBox aVolumeLB;
FixedText aHowpublishedFT;
ListBox aHowpublishedLB;
+ FixedText aOrganizationsFT;
+ ListBox aOrganizationsLB;
FixedText aInstitutionFT;
ListBox aInstitutionLB;
+ FixedText aSchoolFT;
+ ListBox aSchoolLB;
+ FixedText aReportTypeFT;
+ ListBox aReportTypeLB;
+ FixedText aMonthFT;
+ ListBox aMonthLB;
FixedText aJournalFT;
ListBox aJournalLB;
- FixedText aNoteFT;
- ListBox aNoteLB;
- FixedText aAnnoteFT;
- ListBox aAnnoteLB;
FixedText aNumberFT;
ListBox aNumberLB;
- FixedText aOrganizationsFT;
- ListBox aOrganizationsLB;
- FixedText aPagesFT;
- ListBox aPagesLB;
- FixedText aPublisherFT;
- ListBox aPublisherLB;
- FixedText aAddressFT;
- ListBox aAddressLB;
- FixedText aSchoolFT;
- ListBox aSchoolLB;
FixedText aSeriesFT;
ListBox aSeriesLB;
- FixedText aReportTypeFT;
- ListBox aReportTypeLB;
- FixedText aVolumeFT;
- ListBox aVolumeLB;
+ FixedText aAnnoteFT;
+ ListBox aAnnoteLB;
+ FixedText aNoteFT;
+ ListBox aNoteLB;
FixedText aURLFT;
ListBox aURLLB;
FixedText aCustom1FT;