Only for writer documents
This commit is contained in:
parent
b4f564676a
commit
fd046e8ebf
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,9 @@
|
|||
If fixCompatibilityOption Then
|
||||
Dim oDocSettings As Object
|
||||
oDocSettings = ThisComponent.createInstance( "com.sun.star.document.Settings" )
|
||||
oDocSettings.setPropertyValue("AddParaSpacingToTableCells", false)
|
||||
If oDocSettings.supportsService("com.sun.star.text.DocumentSettings") Then
|
||||
oDocSettings.setPropertyValue("AddParaSpacingToTableCells", false)
|
||||
EndIf
|
||||
EndIf
|
||||
End Sub
|
||||
</script:module>
|
Loading…
Add table
Add a link
Reference in a new issue