parent
ec75bae72d
commit
30dcf4c5de
4 changed files with 0 additions and 26 deletions
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Events" script:language="StarBasic" script:moduleType="normal">Sub execOnDocumentLoad
|
||||
Dim fixCompatibilityOption As Boolean
|
||||
fixCompatibilityOption = true
|
||||
If fixCompatibilityOption Then
|
||||
Dim oDocSettings As Object
|
||||
oDocSettings = ThisComponent.createInstance( "com.sun.star.document.Settings" )
|
||||
oDocSettings.setPropertyValue("AddParaSpacingToTableCells", false)
|
||||
EndIf
|
||||
End Sub
|
||||
</script:module>
|
|
@ -11,5 +11,4 @@
|
|||
<library:element library:name="MakeUp"/>
|
||||
<library:element library:name="PageStyles"/>
|
||||
<library:element library:name="Translations"/>
|
||||
<library:element library:name="Events"/>
|
||||
</library:library>
|
Loading…
Add table
Add a link
Reference in a new issue