From 26bddf3e80865d847f52e649ab60f97269177a3e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 31 Oct 2013 11:54:13 +0100 Subject: desktop: stop packaging soffice.bin.manifest It was introduced to get newer File Picker dialogs (i#70927) but the special manifest file for that was not actually used for years; LO 3.5 already includes a generic manifest file that is like any other and probably has zero benefit over the manfiest that is embedded in the soffice.bin binary anyway. Change-Id: I0f41f10ecf26201043a8c9964cdfef95bc348eb8 --- scp2/source/ooo/common_brand.scp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index c2e296d626b6..d2842eca043c 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -550,16 +550,6 @@ End #endif -// use this for high detail file open dialog >= 5.1 windows -#if defined( _MSC_VER ) -File gid_Brand_File_Bin_Soffice_Bin_Manifest - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Brand_Dir_Program; - Name = "soffice.bin.manifest"; -End -#endif - #ifdef WNT File gid_Brand_File_Desktophelper_Txt TXT_FILE_BODY; -- cgit