summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 16:09:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 16:09:23 +0000
commit6c434754a57c59b88cd4977f94b3b8649a9d15b2 (patch)
tree526da01d676b35bcb4f2023ca22b514f2f7a2e86
parentf90e24c601d2f4a2ab19c43ff775c22e91eb78ec (diff)
INTEGRATION: CWS os51 (1.6.430); FILE MERGED
2005/01/21 15:49:06 os 1.6.430.1: #i39813# controls area redesigned
-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;