Factory.java (a5b190bf) Factory.java (c86fe57e)
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

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

29import com.sun.star.registry.XRegistryKey;
30
31import com.sun.star.uno.UnoRuntime;
32
33
34/** Factory helper class supporting com.sun.star.lang.XServiceInfo and
35 com.sun.star.lang.XSingleComponentFactory.
36
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

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

29import com.sun.star.registry.XRegistryKey;
30
31import com.sun.star.uno.UnoRuntime;
32
33
34/** Factory helper class supporting com.sun.star.lang.XServiceInfo and
35 com.sun.star.lang.XSingleComponentFactory.
36
37 @attention
37 Attention:
38 <br>
38 This factory implementation does not support lang.XSingleServiceFactory.
39*/
40public class Factory
41 extends ComponentBase
42 implements XSingleComponentFactory, XServiceInfo
43{
44 private static final boolean DEBUG = false;
45

--- 219 unchanged lines hidden ---
39 This factory implementation does not support lang.XSingleServiceFactory.
40*/
41public class Factory
42 extends ComponentBase
43 implements XSingleComponentFactory, XServiceInfo
44{
45 private static final boolean DEBUG = false;
46

--- 219 unchanged lines hidden ---