summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-20 18:30:23 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-29 11:16:58 +0200
commitd14cd26011bcd8c9efc448bbcbd71bb468906177 (patch)
tree7afd2dabadd40445642ce224c2f8e2a73a2fa659 /svx
parentc87cf4e76f0cf032a37078fe185adc9b1ca14e06 (diff)
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 <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoprov.cxx4
1 files changed, 2 insertions, 2 deletions
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()