Author: mseidel Date: Sun May 5 00:43:53 2019 New Revision: 1858627 URL: http://svn.apache.org/viewvc?rev=1858627&view=rev Log: Fixed typo
Modified: openoffice/trunk/main/comphelper/inc/comphelper/extract.hxx Modified: openoffice/trunk/main/comphelper/inc/comphelper/extract.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/comphelper/inc/comphelper/extract.hxx?rev=1858627&r1=1858626&r2=1858627&view=diff ============================================================================== --- openoffice/trunk/main/comphelper/inc/comphelper/extract.hxx (original) +++ openoffice/trunk/main/comphelper/inc/comphelper/extract.hxx Sun May 5 00:43:53 2019 @@ -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,19 +7,20 @@ * 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. - * + * *************************************************************/ + #ifndef _COMPHELPER_EXTRACT_HXX_ #define _COMPHELPER_EXTRACT_HXX_ @@ -34,11 +35,11 @@ namespace cppu { /** - * Sets enum from int32 value. This function does NOT check for valid enum values! + * Sets enum from int32 value. This function does NOT check for valid enum values! *<BR> * @param nEnum int32 enum value * @param rType enum type - * @return enum or emoty any. + * @return enum or empty any. */ inline ::com::sun::star::uno::Any SAL_CALL int2enum( sal_Int32 nEnum, const ::com::sun::star::uno::Type & rType ) @@ -105,7 +106,7 @@ inline ::com::sun::star::uno::Any SAL_CA } /** - * Extracts interface from an any. If given any does not hold the demanded interface, + * Extracts interface from an any. If given any does not hold the demanded interface, * it will be queried for it. * If no interface is available, the out ref will be cleared. *<BR>