sw/source/filter/ww8/docxattributeoutput.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 67f42de08bb5d075d554cf5aa1a4c106fe9e4f5c
Author: Eilidh McAdam <eil...@lanedo.com>
Date:   Thu Nov 15 13:57:47 2012 +0000

    Export finely dashed borders to docx.
    
    Change-Id: I4a65f8e874abe406a9cd2d3a088ea52f0850088f
    Reviewed-on: https://gerrit.libreoffice.org/1124
    Reviewed-by: Fridrich Strba <fridr...@documentfoundation.org>
    Tested-by: Fridrich Strba <fridr...@documentfoundation.org>

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index b55daeb..b4dbee9 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -1398,6 +1398,9 @@ static void impl_borderLine( FSHelperPtr pSerializer, 
sal_Int32 elementToken, co
             case table::BorderLineStyle::INSET:
                 pVal = ( sal_Char* )"inset";
                 break;
+            case table::BorderLineStyle::FINE_DASHED:
+                pVal = ( sal_Char* )"dashSmallGap";
+                break;
             case table::BorderLineStyle::NONE:
             default:
                 break;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to