diff options
author | Andre Fischer <af@apache.org> | 2013-07-11 11:07:44 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2013-07-11 11:07:44 +0000 |
commit | 143b635b2a73e807fee1574ddaf1e12481d67a0d (patch) | |
tree | c24116932890a2e84debf806606b3e37ab1d97d1 /scp2/source/ooo | |
parent | cf9b9953dd2e3a8a141dc1a6608a23c71029bdb7 (diff) |
122620: Tweeked the splash screen a little.
Notes
Notes:
ignore: branding
Diffstat (limited to 'scp2/source/ooo')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 0e0d90251e3e..fd14700477ed 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -848,6 +848,15 @@ ProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor_So Value = "${PROGRESSFRAMECOLOR}"; End +ProfileItem gid_Brand_Profileitem_Soffice_ShowProgressFrame_So + ProfileID = gid_Brand_Profile_Soffice_Ini; + ModuleID = gid_Module_Root_Brand; + Section = "Bootstrap"; + Order = 5; + Key = "ShowProgressFrame"; + Value = "${SHOWPROGRESSFRAME}"; +End + ProfileItem gid_Brand_Profileitem_Soffice_NativeProgress_So ProfileID = gid_Brand_Profile_Soffice_Ini; ModuleID = gid_Module_Root_Brand; |