This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new 8864f12 Add .DIB as an extension for BMP files. 8864f12 is described below commit 8864f12085ab313266f266c250ea3082973d7076 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 (cherry picked from commit 91d03466ff74ce4b0f42e9a352b5388c9f858dee) --- 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>