diff --git a/Events.xcu b/Events.xcu deleted file mode 100644 index 2277a09..0000000 --- a/Events.xcu +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - vnd.sun.star.script:Standard.Module1.Main?language=Basic&location=application - - - - - diff --git a/META-INF/manifest.xml b/META-INF/manifest.xml index 417fa9f..1b9f359 100644 --- a/META-INF/manifest.xml +++ b/META-INF/manifest.xml @@ -2,6 +2,5 @@ - diff --git a/ePublishing/Events.xba b/ePublishing/Events.xba deleted file mode 100644 index 3bafeb3..0000000 --- a/ePublishing/Events.xba +++ /dev/null @@ -1,12 +0,0 @@ - - -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 - \ No newline at end of file diff --git a/ePublishing/script.xlb b/ePublishing/script.xlb index 67b4031..ea7d1b6 100644 --- a/ePublishing/script.xlb +++ b/ePublishing/script.xlb @@ -11,5 +11,4 @@ - \ No newline at end of file