This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new e9a1250 Fixed typos e9a1250 is described below commit e9a12502a997c3049aa7661799e26f4929152b2f Author: mseidel <msei...@apache.org> AuthorDate: Sat Jul 4 23:25:02 2020 +0200 Fixed typos (cherry picked from commit 21947a4234354251e0dcd67df73217cd91d99f61) --- .../com/sun/star/util/DataEditorEventType.idl | 10 ++++----- main/offapi/com/sun/star/util/Endianness.idl | 12 +++++------ .../star/util/OfficeInstallationDirectories.idl | 10 ++++----- main/offapi/com/sun/star/util/PathSubstitution.idl | 12 +++++------ main/offapi/com/sun/star/util/RevisionTag.idl | 12 +++++------ main/offapi/com/sun/star/util/SearchFlags.idl | 10 ++++----- main/offapi/com/sun/star/util/SortDescriptor.idl | 12 +++++------ main/offapi/com/sun/star/util/XCancellable.idl | 10 ++++----- main/offapi/com/sun/star/util/XChangesBatch.idl | 10 ++++----- .../offapi/com/sun/star/util/XCloseBroadcaster.idl | 10 ++++----- main/offapi/com/sun/star/util/XCloseListener.idl | 10 ++++----- main/offapi/com/sun/star/util/XCloseable.idl | 24 +++++++++++----------- .../offapi/com/sun/star/util/XLocalizedAliases.idl | 10 ++++----- main/offapi/com/sun/star/util/XModifiable2.idl | 10 ++++----- .../star/util/XOfficeInstallationDirectories.idl | 12 +++++------ main/offapi/com/sun/star/util/XTextSearch.idl | 14 ++++++------- main/offapi/com/sun/star/util/XURLTransformer.idl | 10 ++++----- 17 files changed, 99 insertions(+), 99 deletions(-) diff --git a/main/offapi/com/sun/star/util/DataEditorEventType.idl b/main/offapi/com/sun/star/util/DataEditorEventType.idl index 2c0e14e..298bbd2 100644 --- a/main/offapi/com/sun/star/util/DataEditorEventType.idl +++ b/main/offapi/com/sun/star/util/DataEditorEventType.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -35,7 +35,7 @@ published enum DataEditorEventType */ DONE, - /** specifies that the data editing was cancelled by the user (data not stored). + /** specifies that the data editing was canceled by the user (data not stored). */ CANCELED }; diff --git a/main/offapi/com/sun/star/util/Endianness.idl b/main/offapi/com/sun/star/util/Endianness.idl index b56c06b..419d7cd 100644 --- a/main/offapi/com/sun/star/util/Endianness.idl +++ b/main/offapi/com/sun/star/util/Endianness.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -25,7 +25,7 @@ module com { module sun { module star { module util { -/** These constans describe the endiannes of data structures.<p> +/** These constants describe the endiannes of data structures.<p> The endianness specifies the order in which the bytes of larger types are laid out in memory.<p> @@ -42,7 +42,7 @@ constants Endianness lengths always starts with the least significant byte, and ends with the most significant one.<p> */ - const byte LITTLE=0; + const byte LITTLE=0; /** Big endian.<p> diff --git a/main/offapi/com/sun/star/util/OfficeInstallationDirectories.idl b/main/offapi/com/sun/star/util/OfficeInstallationDirectories.idl index a7bc080..ede2fdf 100644 --- a/main/offapi/com/sun/star/util/OfficeInstallationDirectories.idl +++ b/main/offapi/com/sun/star/util/OfficeInstallationDirectories.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -44,7 +44,7 @@ module com { module sun { module star { module util { persistent and re-read later. In many cases, storing the reference directly would destroy the relocatability of an office installation and the possibility to share one office user data directory among parallel office - installtions. + installations. @since OpenOffice 2.0 */ diff --git a/main/offapi/com/sun/star/util/PathSubstitution.idl b/main/offapi/com/sun/star/util/PathSubstitution.idl index 0b19b4f..d595a7f 100644 --- a/main/offapi/com/sun/star/util/PathSubstitution.idl +++ b/main/offapi/com/sun/star/util/PathSubstitution.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -45,7 +45,7 @@ module com { module sun { module star { module util { /** A service to support the substitution and resubstitution of path variables. <p> - A path variable must be specified with the following synatx: "$("<variable-name>")". + A path variable must be specified with the following syntax: "$("<variable-name>")". Path variables are not case sensitive and are always provided as a UCB-complient URL's (for example: "file:///c:/temp" or "file:///usr/install"). This is mandatory to support an optional remote file system.<br> @@ -86,7 +86,7 @@ module com { module sun { module star { module util { The only exceptions are: $(lang), $(langid) and $(vlang). Therefore the service implementation should only substitute variables which are located at the start of a provided path string or are part of a multi-path. - This special service is not designed to be a text substiution but shall + This special service is not designed to be a text substitution but shall provide (a) valid substituted path(s). </p> diff --git a/main/offapi/com/sun/star/util/RevisionTag.idl b/main/offapi/com/sun/star/util/RevisionTag.idl index 0ce737d..ce7465e 100644 --- a/main/offapi/com/sun/star/util/RevisionTag.idl +++ b/main/offapi/com/sun/star/util/RevisionTag.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -31,7 +31,7 @@ module com { module sun { module star { module util { //============================================================================= -/** represents the information that describes a revision of something, f.e. a document +/** represents the information that describes a revision of something, e.g. a document */ struct RevisionTag { @@ -41,7 +41,7 @@ struct RevisionTag DateTime TimeStamp; //------------------------------------------------------------------------- - /** contains an identifier for the author that created the revision( can be empty ) + /** contains an identifier for the author that created the revision ( can be empty ) */ string Author; diff --git a/main/offapi/com/sun/star/util/SearchFlags.idl b/main/offapi/com/sun/star/util/SearchFlags.idl index b58fb3b..9c2471c 100644 --- a/main/offapi/com/sun/star/util/SearchFlags.idl +++ b/main/offapi/com/sun/star/util/SearchFlags.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -98,7 +98,7 @@ published constants SearchFlags /** Flag for "Weighted Levenshtein Distance" search / Relaxed checking of limit, split weigh pools. - <p> If not specified (<b>strict</b>), the search is sucessful if + <p> If not specified (<b>strict</b>), the search is successful if the WLD is within a calculated limit where each insertion, deletion and replacement adds a weight to a common pool of weights. This is the mathematically correct WLD. </p> diff --git a/main/offapi/com/sun/star/util/SortDescriptor.idl b/main/offapi/com/sun/star/util/SortDescriptor.idl index 9020e78..e2d4053 100644 --- a/main/offapi/com/sun/star/util/SortDescriptor.idl +++ b/main/offapi/com/sun/star/util/SortDescriptor.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -56,7 +56,7 @@ published service SortDescriptor //------------------------------------------------------------------------- /** specifies the sorting order. - The sorting order may be defined for sepearte keys in specific + The sorting order may be defined for separate keys in specific implementations. For those this property may not need to be set. @see <type scope"com::sun::star::text">TextSortDescriptor</type> @@ -90,7 +90,7 @@ published service SortDescriptor //------------------------------------------------------------------------- /** specifies the algorithm for the compare operator (collator). - The collator algorithm may be defined for sepearte keys in specific + The collator algorithm may be defined for separate keys in specific implementations. For those this property may not need to be set. @see <type scope"com::sun::star::text">TextSortDescriptor</type> diff --git a/main/offapi/com/sun/star/util/XCancellable.idl b/main/offapi/com/sun/star/util/XCancellable.idl index 5626933..5edf1fb 100644 --- a/main/offapi/com/sun/star/util/XCancellable.idl +++ b/main/offapi/com/sun/star/util/XCancellable.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -34,7 +34,7 @@ module com { module sun { module star { module util { //============================================================================= -/** offers the possibility of cancelling a job. +/** offers the possibility of canceling a job. <p>This is supported by objects which represent a job. */ diff --git a/main/offapi/com/sun/star/util/XChangesBatch.idl b/main/offapi/com/sun/star/util/XChangesBatch.idl index e1982ba..17c92a3 100644 --- a/main/offapi/com/sun/star/util/XChangesBatch.idl +++ b/main/offapi/com/sun/star/util/XChangesBatch.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -45,7 +45,7 @@ module com { module sun { module star { module util { <p>An object implementing this interface allows other interfaces to change its state locally. It will keep a list of pending changes until such changes - are committed or cancelled. </p> + are committed or canceled. </p> <p>Only when they are explicitly committed will these changes take effect persistently or globally. </p> diff --git a/main/offapi/com/sun/star/util/XCloseBroadcaster.idl b/main/offapi/com/sun/star/util/XCloseBroadcaster.idl index 45cf24c..e1a41d6 100644 --- a/main/offapi/com/sun/star/util/XCloseBroadcaster.idl +++ b/main/offapi/com/sun/star/util/XCloseBroadcaster.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -64,7 +64,7 @@ published interface XCloseBroadcaster: com::sun::star::uno::XInterface /** removes the specified listener @param Listener - the listener which isn't interested on closing events anylonger + the listener which isn't interested on closing events any longer */ [oneway] void removeCloseListener( [in] XCloseListener Listener ); }; diff --git a/main/offapi/com/sun/star/util/XCloseListener.idl b/main/offapi/com/sun/star/util/XCloseListener.idl index df5ab06..8f585f2 100644 --- a/main/offapi/com/sun/star/util/XCloseListener.idl +++ b/main/offapi/com/sun/star/util/XCloseListener.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -113,7 +113,7 @@ published interface XCloseListener: com::sun::star::lang::XEventListener <p> Now the listened object is closed really. Listener has to accept that; - should deregister himself and relaese all references to it. + should deregister himself and release all references to it. It's not allowed nor possible to disagree with that by throwing any exception. </p> diff --git a/main/offapi/com/sun/star/util/XCloseable.idl b/main/offapi/com/sun/star/util/XCloseable.idl index 5e8bcc8..0085be1 100644 --- a/main/offapi/com/sun/star/util/XCloseable.idl +++ b/main/offapi/com/sun/star/util/XCloseable.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -46,14 +46,14 @@ module com { module sun { module star { module util { <li>closed (if it supports <member>XCloseable::close()</member>)</li> </ul> First version gives the object no chance to disagree with that (e.g. if a - process is still running and can't be really cancelled). Last version + process is still running and can't be really canceled). Last version provides this possibility, but can't guarantee real termination of called object. It depends from the environment of an object, if one or both mechanism are necessary. </p> <p> Base interface <type>XCloseBroadcaster</type> makes it possible that any listener - which is interrested on life time of listened object ... + which is interested on life time of listened object... <ul> <li>can get a notification about closing of it</li> <li>or can have a veto to break that.</li> @@ -72,13 +72,13 @@ published interface XCloseable: XCloseBroadcaster <p> Must definitely be called before <member scope="com::sun::star::lang">XComponent::dispose()</member>. But nobody can guarantee real closing of called object - because it can disagree with that if any - still running processes can't be cancelled yet. It's not allowed to block this call till internal - operations will be finished here. They must be cancelled or call must return imediatly by throwing - the <type>CloseVetoException</type>. Otherwise (if nothing exist to disagree) it must return normaly. + still running processes can't be canceled yet. It's not allowed to block this call till internal + operations will be finished here. They must be canceled or call must return immediately by throwing + the <type>CloseVetoException</type>. Otherwise (if nothing exist to disagree) it must return normally. </p> <p> - Before any internal processes will be cancelled, all registered <type>XCloseListener</type> + Before any internal processes will be canceled, all registered <type>XCloseListener</type> must be notified. Any of them can disagree with a <type>CloseVetoException</type> too. It's forbidden to catch this exception inside the called close() method because the caller must get this information! @@ -92,14 +92,14 @@ published interface XCloseable: XCloseBroadcaster If it is set to <TRUE/> the caller gives up his ownership. If a XCloseListener throw the veto exception he will be the new owner of the closing object. This information is passed to the listener by a parameter of his notification method <member>XCloseListener::queryClosing()</member>. After his operations was finished - he MUST try to close it again. If the closing object itselfs disagree by an exception and the parameter + he MUST try to close it again. If the closing object itself disagrees by an exception and the parameter <var>DeliverOwnership</var> was set to <TRUE/> the object will be his own owner with all consequences of that. <br><strong>Note:</strong><br> There is no way to get the ownership back if it was delivered! </p> <p> - If this method was already called on an object it should return without any reaction. Normaly it's possible to throw + If this method was already called on an object it should return without any reaction. Normally it's possible to throw a <type scope="com::sun::star::lang">DisposedException</type> for already disposed or closed objects (which represent a <type scope="com::sun::star::uno">RuntimeException</type> and can be thrown by every interface call), but it shouldn't be used here. The veto exception should be the only way to indicates the result. diff --git a/main/offapi/com/sun/star/util/XLocalizedAliases.idl b/main/offapi/com/sun/star/util/XLocalizedAliases.idl index b3434b5..bc7571b 100644 --- a/main/offapi/com/sun/star/util/XLocalizedAliases.idl +++ b/main/offapi/com/sun/star/util/XLocalizedAliases.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -63,7 +63,7 @@ published interface XLocalizedAliases: com::sun::star::uno::XInterface [in]string alias) raises (com::sun::star::container::NoSuchElementException); //------------------------------------------------------------------------- - /** retrieves a registered porgrammatic name identified by an alias. + /** retrieves a registered programmatic name identified by an alias. */ string lookupAlias([in]com::sun::star::lang::Locale locale, [in]string Alias) diff --git a/main/offapi/com/sun/star/util/XModifiable2.idl b/main/offapi/com/sun/star/util/XModifiable2.idl index 9592e4c..0bc3617 100644 --- a/main/offapi/com/sun/star/util/XModifiable2.idl +++ b/main/offapi/com/sun/star/util/XModifiable2.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -44,7 +44,7 @@ module com { module sun { module star { module util { This interface allows to prevent changing of the modified state of the object. It is introduced for performance optimizations, to allow to prevent unnecessary updates, for example while importing a document. - Please use this interface very carefuly. + Please use this interface very carefully. </p> */ published interface XModifiable2: com::sun::star::util::XModifiable diff --git a/main/offapi/com/sun/star/util/XOfficeInstallationDirectories.idl b/main/offapi/com/sun/star/util/XOfficeInstallationDirectories.idl index 88720d3..0901238 100644 --- a/main/offapi/com/sun/star/util/XOfficeInstallationDirectories.idl +++ b/main/offapi/com/sun/star/util/XOfficeInstallationDirectories.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -95,8 +95,8 @@ published interface XOfficeInstallationDirectories : com::sun::star::uno::XInter current office installation directory or office user data directory. @param URL - The URL for that an absolaute URL is requested. In case the URL does - not contain the opaque relocation placholder used by + The URL for that an absolute URL is requested. In case the URL does + not contain the opaque relocation placeholder used by <code>makeRelocatableURL</code>, the input URL will be returned unchanged. diff --git a/main/offapi/com/sun/star/util/XTextSearch.idl b/main/offapi/com/sun/star/util/XTextSearch.idl index c9b354f..40c6fa6 100644 --- a/main/offapi/com/sun/star/util/XTextSearch.idl +++ b/main/offapi/com/sun/star/util/XTextSearch.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -46,14 +46,14 @@ published interface XTextSearch : com::sun::star::uno::XInterface */ void setOptions ([in] SearchOptions options); //------------------------------------------------------------------------- - /** search forward in the searchStr, starts at startPos and ends by endpos. + /** search forward in the searchStr, starts at startPos and ends by endPos. The result is returned in the SearchResult. */ SearchResult searchForward ([in] string searchStr, [in] long startPos, [in] long endPos ); //------------------------------------------------------------------------- - /** search backward in the searchStr, starts at startPos and ends by endpos. - The endpos must be lower then the startpos, because the function searches backward! + /** search backward in the searchStr, starts at startPos and ends by endPos. + The endPos must be lower then the startPos, because the function searches backward! The result is returned in the SearchResult. */ diff --git a/main/offapi/com/sun/star/util/XURLTransformer.idl b/main/offapi/com/sun/star/util/XURLTransformer.idl index bb425a6..cb34292 100644 --- a/main/offapi/com/sun/star/util/XURLTransformer.idl +++ b/main/offapi/com/sun/star/util/XURLTransformer.idl @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -62,7 +62,7 @@ published interface XURLTransformer: com::sun::star::uno::XInterface @returns <TRUE/> if parsing was successfully (means if given URL was syntactically correct) - or <FALSE/> otherwhise. + or <FALSE/> otherwise. */ boolean parseStrict( [inout] com::sun::star::util::URL aURL );