diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-31 11:54:13 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-31 11:56:47 +0100 |
commit | 26bddf3e80865d847f52e649ab60f97269177a3e (patch) | |
tree | dfd5e2a98813352ec65d290135e563aa6329b24f /scp2 | |
parent | cad751d28c356ef302f8eeb0d112a8a0e16dedbc (diff) |
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
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 10 |
1 files changed, 0 insertions, 10 deletions
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; |