summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-11 22:25:27 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-14 22:53:44 +0200
commitf8abb1bbe90d8cf2b8bb440f2764d5a369a84d11 (patch)
tree320624fc255a4b66ba327304117300500fba9d8f
parent3d8ba42941a5a37ff42c4b4f277287b1e6a4d739 (diff)
Fix typo
Change-Id: I14151a92ce51f2228534f9eab69959a182a4dfed Reviewed-on: https://gerrit.libreoffice.org/75581 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/oox/drawingml/drawingmltypes.hxx4
1 files changed, 2 insertions, 2 deletions
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 */