ExtensionManager.idl (d1766043) ExtensionManager.idl (34c958ab)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31
32/** the ExtensionManager service.
33
34 The component context entry is
35 <code>
36 /singletons/com.sun.star.deployment.ExtensionManager
37 </code>.
38
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31
32/** the ExtensionManager service.
33
34 The component context entry is
35 <code>
36 /singletons/com.sun.star.deployment.ExtensionManager
37 </code>.
38
39 @since OOo 3.3
39 @since OpenOffice 3.3
40*/
41singleton ExtensionManager : XExtensionManager;
42
43}; }; }; };
44
45#endif
40*/
41singleton ExtensionManager : XExtensionManager;
42
43}; }; }; };
44
45#endif