[Libreoffice-commits] core.git: include/oox
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jul 14 20:54:41 UTC 2019
include/oox/drawingml/drawingmltypes.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f8abb1bbe90d8cf2b8bb440f2764d5a369a84d11
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 11 22:25:27 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jul 14 22:53:44 2019 +0200
Fix typo
Change-Id: I14151a92ce51f2228534f9eab69959a182a4dfed
Reviewed-on: https://gerrit.libreoffice.org/75581
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/oox/drawingml/drawingmltypes.hxx b/include/oox/drawingml/drawingmltypes.hxx
index 2abe05767d6a..5e3517b58524 100644
--- a/include/oox/drawingml/drawingmltypes.hxx
+++ b/include/oox/drawingml/drawingmltypes.hxx
@@ -90,11 +90,11 @@ typedef std::shared_ptr< TableProperties > TablePropertiesPtr;
} // namespace table
-/** converts the attributes from an CT_TLPoint into an awt Point with 1/1000% */
+/** converts the attributes from a CT_TLPoint into an awt Point with 1/1000% */
css::awt::Point GetPointPercent( const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttribs );
-/** converts the attributes from an CT_Size2D into an awt Size with 1/100th mm */
+/** converts the attributes from a CT_Size2D into an awt Size with 1/100th mm */
css::awt::Size GetSize2D( const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttributes );
/** converts the attributes from a CT_RelativeRect to an IntegerRectangle2D */
More information about the Libreoffice-commits
mailing list