diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 12:26:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 12:26:43 +0000 |
commit | bfc37bf5b54bc0feaddbdd24ad59514dd49d1a67 (patch) | |
tree | d6c1b04d6694ae2f25fd3f30e7564ed2ec6075af /solenv/bin/modules/par2script | |
parent | b6253bb90b63ca2cfde5f366153892b691a713e3 (diff) |
INTEGRATION: CWS scp2officecfg (1.4.14); FILE MERGED
2004/06/09 14:11:52 jb 1.4.14.1: #i25937# Remove support for ConfigurationItem
Diffstat (limited to 'solenv/bin/modules/par2script')
-rw-r--r-- | solenv/bin/modules/par2script/globals.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/bin/modules/par2script/globals.pm b/solenv/bin/modules/par2script/globals.pm index c078384b1f8c..fbee443ba598 100644 --- a/solenv/bin/modules/par2script/globals.pm +++ b/solenv/bin/modules/par2script/globals.pm @@ -2,9 +2,9 @@ # # $RCSfile: globals.pm,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: svesik $ $Date: 2004-04-20 12:35:23 $ +# last change: $Author: obo $ $Date: 2004-07-05 13:26:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,10 +77,10 @@ BEGIN $parfilelist = ""; @allitems = ("Installation", "ScpAction", "HelpText", "Directory", "DataCarrier", "StarRegistry", "File", - "Shortcut", "Custom", "Procedure", "Module", "ConfigurationItem", "Profile", "ProfileItem", + "Shortcut", "Custom", "Procedure", "Module", "Profile", "ProfileItem", "Folder", "FolderItem", "RegistryItem", "StarRegistryItem"); - @items_with_moduleid = ("ConfigurationItem", "Profile", "ProfileItem", + @items_with_moduleid = ("Profile", "ProfileItem", "FolderItem", "RegistryItem", "StarRegistryItem"); $logging = 0; |