This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 91d0346  Add .DIB as an extension for BMP files.
91d0346 is described below

commit 91d03466ff74ce4b0f42e9a352b5388c9f858dee
Author: Damjan Jovanovic <dam...@apache.org>
AuthorDate: Mon Oct 7 04:09:43 2019 +0200

    Add .DIB as an extension for BMP files.
    
    Closes #i10687# Cannot insert .dib pictures in documents.
    
    Patch by: me
---
 main/filter/source/config/fragments/types/bmp_MS_Windows.xcu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/filter/source/config/fragments/types/bmp_MS_Windows.xcu 
b/main/filter/source/config/fragments/types/bmp_MS_Windows.xcu
index c026e9a..c227d59 100644
--- a/main/filter/source/config/fragments/types/bmp_MS_Windows.xcu
+++ b/main/filter/source/config/fragments/types/bmp_MS_Windows.xcu
@@ -22,7 +22,7 @@
        <node oor:name="bmp_MS_Windows" oor:op="replace" >
                <prop 
oor:name="DetectService"><value>com.sun.star.comp.draw.FormatDetector</value></prop>
                <prop oor:name="URLPattern"/>
-               <prop oor:name="Extensions"><value>bmp</value></prop>
+               <prop oor:name="Extensions"><value>bmp dib</value></prop>
                <prop oor:name="MediaType"><value>image/x-MS-bmp</value></prop>
                <prop oor:name="Preferred"><value>false</value></prop>
         <prop oor:name="PreferredFilter"><value>BMP - MS Windows</value></prop>

Reply via email to