LocationTest.java (7c448b18) LocationTest.java (509df7cb)
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

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

148 * directly after its creation.
149 * @param object This array of arbitrary objects will be passed to the
150 * component after its creation.
151 * @throws Exception Every exception will not be handled, but will be
152 * passed to the caller.
153 */
154 public void initialize( Object[] object )
155 throws com.sun.star.uno.Exception {
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

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

148 * directly after its creation.
149 * @param object This array of arbitrary objects will be passed to the
150 * component after its creation.
151 * @throws Exception Every exception will not be handled, but will be
152 * passed to the caller.
153 */
154 public void initialize( Object[] object )
155 throws com.sun.star.uno.Exception {
156 /* The component describes what arguments its expected and in which
157 * order!At this point you can read the objects and can intialize
156 /* The component describes what arguments it expects and in which
157 * order! At this point you can read the objects and can initialize
158 * your component using these objects.
159 */
160 }
161}
158 * your component using these objects.
159 */
160 }
161}