include/svx/unoapi.hxx         |    4 ++--
 svx/source/unodraw/unoprov.cxx |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit d14cd26011bcd8c9efc448bbcbd71bb468906177
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jul 20 18:30:23 2019 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Jul 29 11:16:58 2019 +0200

    Fix typo
    
    "an API", to complete:
    https://gerrit.libreoffice.org/#/c/75984/
    
    Change-Id: I441f89b44a96957ea254823b9f28086fa289cc54
    Reviewed-on: https://gerrit.libreoffice.org/76036
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/include/svx/unoapi.hxx b/include/svx/unoapi.hxx
index e2b0f5ae830f..fc26f3f96784 100644
--- a/include/svx/unoapi.hxx
+++ b/include/svx/unoapi.hxx
@@ -55,7 +55,7 @@ SVX_DLLPUBLIC css::uno::Reference< css::drawing::XDrawPage > 
GetXDrawPageForSdrP
 SVX_DLLPUBLIC SdrPage* GetSdrPageFromXDrawPage( const css::uno::Reference< 
css::drawing::XDrawPage >& xDrawPage ) throw() ;
 
 /**
- * Maps the vcl MapUnit enum to a API constant MeasureUnit.
+ * Maps the vcl MapUnit enum to an API constant MeasureUnit.
  * Returns false if conversion is not supported.
  */
 SVX_DLLPUBLIC bool SvxMapUnitToMeasureUnit( const MapUnit nVcl, short& eApi ) 
throw();
@@ -67,7 +67,7 @@ SVX_DLLPUBLIC bool SvxMapUnitToMeasureUnit( const MapUnit 
nVcl, short& eApi ) th
 SVX_DLLPUBLIC bool SvxMeasureUnitToFieldUnit( const short eApi, FieldUnit& 
nVcl ) throw();
 
 /**
- * Maps the vcl MapUnit enum to a API constant MeasureUnit.
+ * Maps the vcl MapUnit enum to an API constant MeasureUnit.
  * Returns false if conversion is not supported.
  */
 SVX_DLLPUBLIC bool SvxFieldUnitToMeasureUnit( const FieldUnit nVcl, short& 
eApi ) throw();
diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx
index bc71c7f54c39..25b6486b01b1 100644
--- a/svx/source/unodraw/unoprov.cxx
+++ b/svx/source/unodraw/unoprov.cxx
@@ -931,7 +931,7 @@ const SvxItemPropertySet* 
SvxUnoPropertyMapProvider::GetPropertySet(sal_uInt16 n
     return aSetArr[nPropertyId].get();
 }
 
-/** maps the vcl MapUnit enum to a API constant MeasureUnit.
+/** maps the vcl MapUnit enum to an API constant MeasureUnit.
     Returns false if conversion is not supported.
 */
 bool SvxMapUnitToMeasureUnit( const MapUnit eVcl, short& eApi ) throw()
@@ -983,7 +983,7 @@ bool SvxMeasureUnitToFieldUnit( const short eApi, 
FieldUnit& eVcl ) throw()
     return true;
 }
 
-/** maps the vcl MapUnit enum to a API constant MeasureUnit.
+/** maps the vcl MapUnit enum to an API constant MeasureUnit.
     Returns false if conversion is not supported.
 */
 bool SvxFieldUnitToMeasureUnit( const FieldUnit eVcl, short& eApi ) throw()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to