From 30dcf4c5de7db3a09a1908ff20b6d68c2644f96e Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Tue, 8 Sep 2020 18:43:16 +0200 Subject: [PATCH] Revert "Added on document load event" This reverts commit 9a72d7d7e07ec9bbf70241aeee64625eed7924c8. --- Events.xcu | 12 ------------ META-INF/manifest.xml | 1 - ePublishing/Events.xba | 12 ------------ ePublishing/script.xlb | 1 - 4 files changed, 26 deletions(-) delete mode 100644 Events.xcu delete mode 100644 ePublishing/Events.xba 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