Grammalecte  Diff

Differences From Artifact [df677fbd72]:

To Artifact [b4674c5ea1]:



1


2
3


4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# Grammalecte AppLauncher


# by Olivier R.
# License: MPL 2



import unohelper
import uno
import traceback

import helpers

from com.sun.star.task import XJobExecutor


xDesktop = None


class AppLauncher (unohelper.Base, XJobExecutor):
    def __init__ (self, ctx):
>
|
>
>
|

>
>



|


<
<







1
2
3
4
5
6
7
8
9
10
11
12
13
14


15
16
17
18
19
20
21
"""
Grammalecte AppLauncher
Service to avoid creating a service for each feature (which would slows LO start-up)
"""

# License: MPL 2

import traceback

import unohelper
import uno
from com.sun.star.task import XJobExecutor

import helpers




xDesktop = None


class AppLauncher (unohelper.Base, XJobExecutor):
    def __init__ (self, ctx):