summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography')
-rw-r--r--extensions/source/bibliography/general.hxx40
1 files changed, 25 insertions, 15 deletions
diff --git a/extensions/source/bibliography/general.hxx b/extensions/source/bibliography/general.hxx
index e6b222906875..49ffd3e6710c 100644
--- a/extensions/source/bibliography/general.hxx
+++ b/extensions/source/bibliography/general.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: general.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: gt $ $Date: 2002-05-17 09:43:10 $
+ * last change: $Author: vg $ $Date: 2005-02-16 17:09:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,33 +123,43 @@ class BibGeneralPage: public BibGeneralPageBaseClass, public BibTabPage
Window aControlParentWin;
FixedText aIdentifierFT;
FixedText aAuthTypeFT;
+ FixedText aYearFT;
FixedText aAuthorFT;
- FixedText aMonthFT;
- FixedText aYearFT;
+ FixedText aTitleFT;
FixedText aPublisherFT;
+ FixedText aAddressFT;
FixedText aISBNFT;
- FixedText aAddressFT;
- FixedText aAnnoteFT;
- FixedText aBooktitleFT;
FixedText aChapterFT;
- FixedText aEditionFT;
+ FixedText aPagesFT;
+ FixedLine aFirstFL;
+
FixedText aEditorFT;
+ FixedText aEditionFT;
+
+ FixedText aBooktitleFT;
+ FixedText aVolumeFT;
FixedText aHowpublishedFT;
+
+ FixedText aOrganizationsFT;
FixedText aInstitutionFT;
+ FixedText aSchoolFT;
+
+ FixedText aReportTypeFT;
+ FixedText aMonthFT;
+ FixedLine aSecondFL;
+
FixedText aJournalFT;
- FixedText aNoteFT;
FixedText aNumberFT;
- FixedText aOrganizationsFT;
- FixedText aPagesFT;
- FixedText aSchoolFT;
FixedText aSeriesFT;
- FixedText aTitleFT;
- FixedText aReportTypeFT;
- FixedText aVolumeFT;
+
+ FixedText aAnnoteFT;
+ FixedText aNoteFT;
FixedText aURLFT;
+ FixedLine aThirdFL;
+
FixedText aCustom1FT;
FixedText aCustom2FT;
FixedText aCustom3FT;