OfficeResourceLoader.idl (d1766043) OfficeResourceLoader.idl (96af39f7)
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

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

61 <li><em>string</em>: denotes a string resource</li>
62 </ul>
63 </p>
64
65 <p>Since the numeric resource identifiers are highly build-dependent (e.g. can change with any next
66 OpenOffice.org build), you are <strong>strongly</strong> discouraged from using the <type>OfficeResoureLoader</type>
67 service in a component which targets more than one particular OpenOffice.org build.</p>
68
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

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

61 <li><em>string</em>: denotes a string resource</li>
62 </ul>
63 </p>
64
65 <p>Since the numeric resource identifiers are highly build-dependent (e.g. can change with any next
66 OpenOffice.org build), you are <strong>strongly</strong> discouraged from using the <type>OfficeResoureLoader</type>
67 service in a component which targets more than one particular OpenOffice.org build.</p>
68
69 @since OOo 2.0.3
69 @since OpenOffice 2.0.3
70*/
71singleton OfficeResourceLoader : XResourceBundleLoader;
72
73//=============================================================================
74}; }; }; };
75//=============================================================================
76
77#endif
70*/
71singleton OfficeResourceLoader : XResourceBundleLoader;
72
73//=============================================================================
74}; }; }; };
75//=============================================================================
76
77#endif