[Libreoffice-commits] .: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 4 02:58:28 PST 2012


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

New commits:
commit 67f42de08bb5d075d554cf5aa1a4c106fe9e4f5c
Author: Eilidh McAdam <eilidh at 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 <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at 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;


More information about the Libreoffice-commits mailing list