summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index b55daeb3881c..b4dbee9b670d 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;