From cd4ff946014207f73fbe0629e70119866cb3b15e Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Mon, 30 Nov 2009 12:07:18 +0100 Subject: fontooocleanup: also remove FontOOo stuff in wizards/source/launcher, thanks cmc --- wizards/source/launcher/FontOOo.xba | 46 ------------------------------------- wizards/source/launcher/makefile.mk | 3 --- wizards/source/launcher/script.xlb | 1 - 3 files changed, 50 deletions(-) delete mode 100644 wizards/source/launcher/FontOOo.xba (limited to 'wizards') diff --git a/wizards/source/launcher/FontOOo.xba b/wizards/source/launcher/FontOOo.xba deleted file mode 100644 index c05e0c11bb2c..000000000000 --- a/wizards/source/launcher/FontOOo.xba +++ /dev/null @@ -1,46 +0,0 @@ - - -Option Explicit - -Sub StartFontOOo - -Dim ThePath as string -Dim aService as object -Dim MyFontOOo as string -dim TheDoc as object -dim args(1) as new com.sun.star.beans.PropertyValue - -on error resume next - -' Find path -aService = CreateUnoService("com.sun.star.util.PathSubstitution") -ThePath =ConvertToURL(aService.substituteVariables("$(prog)", true)) -ThePath=ThePath & "/../share/dict/ooo" - -if fileExists(ThePath & "/FontOOo.lst") then -'read FontOOo.lst file - Open ThePath & "/FontOOo.lst" for input as #1 - line input #1, MyFontOOo - close #1 -else -'create default FontOOo.lst file - Open ThePath & "/FontOOo.lst" for output as #1 - MyFontOOo=ThePath & "/FontOOo.sxw" - print #1, MyFontOOo - close #1 -endif - -'security -if Not fileExists(MyFontOOo) then - MyFontOOo= ThePath & "/FontOOo.sxw" -endif -MyFontOOo=ConvertToURL(MyFontOOo) - -'Opens FontOOo main file -args(0).name="InteractionHandler" -args(0).value="" -args(1).name="MacroExecutionMode" -args(1).value=com.sun.star.document.MacroExecMode.ALWAYS_EXECUTE_NO_WARN '4 -TheDoc=StarDesktop.loadComponentFromURL(MyFontOOo,"_blank",0,args()) - -End Sub diff --git a/wizards/source/launcher/makefile.mk b/wizards/source/launcher/makefile.mk index d20cc073f39a..6efbcc54792e 100644 --- a/wizards/source/launcher/makefile.mk +++ b/wizards/source/launcher/makefile.mk @@ -42,9 +42,6 @@ TARGET=launcher ZIP1TARGET = $(LAUNCHER_ALL_TARGET) XBAFILES = DicOOo.xba -.IF "$(WITH_FONTOOO)" == "YES" -XBAFILES += FontOOo.xba -.ENDIF ZIP1LIST = *.xdl $(XBAFILES) *.xlb # --- Targets ------------------------------------------------------ diff --git a/wizards/source/launcher/script.xlb b/wizards/source/launcher/script.xlb index 88a6e68b5aad..55310d9fb286 100644 --- a/wizards/source/launcher/script.xlb +++ b/wizards/source/launcher/script.xlb @@ -2,5 +2,4 @@ - -- cgit v1.2.3