summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/common_brand.scp
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-01 10:24:40 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-01 10:24:40 +0000
commitbb8479a0e343cf84d5c57025e4fb695f25b6af63 (patch)
tree49bcf946e77d2a6c2410979825fbeac4c366b4f8 /scp2/source/ooo/common_brand.scp
parent8a85666309a50595439851d0089465d40860c9ea (diff)
INTEGRATION: CWS native177 (1.16.28); FILE MERGED
2008/07/24 08:56:36 is 1.16.28.2: #i92002# setting properties for progress bar 2008/07/23 13:52:23 obr 1.16.28.1: #i77328# removed -aqua postfix as there will be no official X11 release of OOo 3.0 on OSX any more
Diffstat (limited to 'scp2/source/ooo/common_brand.scp')
-rw-r--r--scp2/source/ooo/common_brand.scp38
1 files changed, 37 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 42224290a739..80354e984553 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: common_brand.scp,v $
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
* This file is part of OpenOffice.org.
*
@@ -801,6 +801,42 @@ ProfileItem gid_Brand_Profileitem_Soffice_Logo
Value = "1";
End
+ProfileItem gid_Brand_Profileitem_Soffice_ProgressBarColor_So
+ ProfileID = gid_Brand_Profile_Soffice_Ini;
+ ModuleID = gid_Module_Root_Brand;
+ Section = "Bootstrap";
+ Order = 2;
+ Key = "ProgressBarColor";
+ Value = "${PROGRESSBARCOLOR}";
+End
+
+ProfileItem gid_Brand_Profileitem_Soffice_ProgressSize_So
+ ProfileID = gid_Brand_Profile_Soffice_Ini;
+ ModuleID = gid_Module_Root_Brand;
+ Section = "Bootstrap";
+ Order = 3;
+ Key = "ProgressSize";
+ Value = "${PROGRESSSIZE}";
+End
+
+ProfileItem gid_Brand_Profileitem_Soffice_ProgressPosition_So
+ ProfileID = gid_Brand_Profile_Soffice_Ini;
+ ModuleID = gid_Module_Root_Brand;
+ Section = "Bootstrap";
+ Order = 4;
+ Key = "ProgressPosition";
+ Value = "${PROGRESSPOSITION}";
+End
+
+ProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor_So
+ ProfileID = gid_Brand_Profile_Soffice_Ini;
+ ModuleID = gid_Module_Root_Brand;
+ Section = "Bootstrap";
+ Order = 5;
+ Key = "ProgressFrameColor";
+ Value = "${PROGRESSFRAMECOLOR}";
+End
+
#ifdef MACOSX
ProfileItem gid_Brand_ProfileItem_Soffice_Macosxrc
ProfileID = gid_Brand_Profile_Soffice_Ini;