[Libreoffice-commits] .: filter/source

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Jun 6 12:24:45 PDT 2011


 filter/source/config/fragments/fcfg_draw.mk |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit dea12a652d1f5ae1fbad578c0ef6ced2cd741fa8
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Jun 6 21:21:30 2011 +0200

    Trying to finally get the visio filter registration right

diff --git a/filter/source/config/fragments/fcfg_draw.mk b/filter/source/config/fragments/fcfg_draw.mk
index 71d6b0b..4165fa3 100644
--- a/filter/source/config/fragments/fcfg_draw.mk
+++ b/filter/source/config/fragments/fcfg_draw.mk
@@ -8,7 +8,8 @@ T4_DRAW = \
     pdf_Portable_Document_Format\
     draw8 \
     draw8_template \
-    draw_WordPerfect_Graphics
+    draw_WordPerfect_Graphics \
+    draw_Visio_Document
 
 # -----------------------------------------------
 # count = 9
@@ -18,7 +19,8 @@ F4_DRAW = \
     draw_pdf_Export \
     draw8 \
     draw8_template \
-    WordPerfectGraphics
+    WordPerfectGraphics \
+    VisioDocument
 
 
 # -----------------------------------------------


More information about the Libreoffice-commits mailing list