include/oox/drawingml/drawingmltypes.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f8abb1bbe90d8cf2b8bb440f2764d5a369a84d11
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jul 11 22:25:27 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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 */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to