[Libreoffice-commits] .: scp2/source
Tor Lillqvist
tml at kemper.freedesktop.org
Thu May 12 00:29:38 PDT 2011
scp2/source/ooo/common_brand.scp | 16 ----------------
1 file changed, 16 deletions(-)
New commits:
commit d559d4fce17a08cda40d7fcddeb18cbe7d332489
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Thu May 12 10:27:21 2011 +0300
Don't ship rebaseoo.exe and rebasegui.exe, fdo#36679
These are completely useless executables, and some virus scanners
thinks one of them is infected, so why even ship them...
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 5da35ae..3a72af6 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -570,22 +570,6 @@ File gid_Brand_File_Bin_Unopkgexe
End
#endif
-#ifdef WNT
-File gid_Brand_File_Bin_Rebaseoo
- BIN_FILE_BODY;
- Dir = gid_Brand_Dir_Program;
- Styles = (PACKED);
- Name = "rebaseoo.exe";
-End
-
-File gid_Brand_File_Bin_Rebasegui
- BIN_FILE_BODY;
- Dir = gid_Brand_Dir_Program;
- Styles = (PACKED);
- Name = "rebasegui.exe";
-End
-#endif
-
#if defined UNX && !defined MACOSX
File gid_Brand_File_Script_Unopkg
BIN_FILE_BODY;
More information about the Libreoffice-commits
mailing list