summaryrefslogtreecommitdiffstats
path: root/scp2/source/ooo/file_library_ooo.scp
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-08-29 13:38:49 -0700
committerAndras Timar <atimar@suse.com>2013-08-29 13:39:41 -0700
commita794f66071796fcfa2f6ad7c3c6214325ac30258 (patch)
tree538eed43f11eaf1d346139ac141408f6b6276d29 /scp2/source/ooo/file_library_ooo.scp
parenttake out MSI CustomAction dlls from AutoInstall (diff)
downloadcore-a794f66071796fcfa2f6ad7c3c6214325ac30258.tar.gz
core-a794f66071796fcfa2f6ad7c3c6214325ac30258.zip
scp2: remove obsolete DONTRENAMEINPATCH flag
Change-Id: I4e40f29df1583c551fb7606d41b609d529db036a
Diffstat (limited to 'scp2/source/ooo/file_library_ooo.scp')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp8
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 583e458a1a9e..39dc1cc166d3 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -41,7 +41,7 @@ End
File gid_File_Lib_Cli_Oootypes_Assembly
TXT_FILE_BODY;
- Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
+ Styles = (PACKED, ASSEMBLY);
Name = "cli_oootypes.dll";
Dir = gid_Brand_Dir_Program;
Assemblyname = "cli_oootypes";
@@ -57,7 +57,7 @@ End
#if defined _MSC_VER
File gid_File_Lib_Policy_Cli_Oootypes_Assembly
TXT_FILE_BODY;
- Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
+ Styles = (PACKED, ASSEMBLY);
Name = "${CLI_OOOTYPES_POLICY_ASSEMBLY}.dll";
Dir = gid_Brand_Dir_Program;
Assemblyname = "${CLI_OOOTYPES_POLICY_ASSEMBLY}";
@@ -74,7 +74,7 @@ End
File gid_File_Lib_Policy_Cli_Oootypes_Config
TXT_FILE_BODY;
- Styles = (PACKED, ASSIGNCOMPOMENT, DONTRENAMEINPATCH);
+ Styles = (PACKED, ASSIGNCOMPOMENT);
Name = "cli_oootypes.config";
Dir = gid_Brand_Dir_Program;
AssignComponent = gid_File_Lib_Policy_Cli_Oootypes_Assembly;
@@ -509,7 +509,7 @@ End
File gid_File_Lib_sn_tools
LIB_FILE_BODY;
- Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY, DONTRENAMEINPATCH);
+ Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
Dir = SCP2_OOO_LIB_DIR;
Name = "sn_tools.dll";
End