summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:48:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:45:16 +0200
commit07002fba499d855a525d6c53612ef6ec0614c465 (patch)
tree07fb2a12058154cedd3df3c99f562607d13e802f /offapi/com/sun/star/drawing
parenta688bb9c891ddf54b1a4bb14c9bfcc07dd350377 (diff)
Fix typos
Change-Id: I92483c0234a53c87a8addab2f145615aeff9353e Reviewed-on: https://gerrit.libreoffice.org/77316 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r--offapi/com/sun/star/drawing/XCustomShapeEngine.idl2
-rw-r--r--offapi/com/sun/star/drawing/XSlideRenderer.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/XCustomShapeEngine.idl b/offapi/com/sun/star/drawing/XCustomShapeEngine.idl
index c0142d309a61..e4f8f7d3bd04 100644
--- a/offapi/com/sun/star/drawing/XCustomShapeEngine.idl
+++ b/offapi/com/sun/star/drawing/XCustomShapeEngine.idl
@@ -36,7 +36,7 @@ interface XCustomShapeEngine: com::sun::star::uno::XInterface
/**
@returns
- a the shape that is representing the CustomShape
+ the shape that is representing the CustomShape
*/
com::sun::star::drawing::XShape render();
diff --git a/offapi/com/sun/star/drawing/XSlideRenderer.idl b/offapi/com/sun/star/drawing/XSlideRenderer.idl
index 309876b35dae..d5f051602afd 100644
--- a/offapi/com/sun/star/drawing/XSlideRenderer.idl
+++ b/offapi/com/sun/star/drawing/XSlideRenderer.idl
@@ -39,7 +39,7 @@ interface XSlideRenderer
The reason for not using the given size directly as preview size and
thus possibly changing the aspect ratio is that
a) a different aspect ratio is not used often, and
- b) leaving the adaption of the actual preview size (according to the
+ b) leaving the adaptation of the actual preview size (according to the
aspect ratio of the slide) to the slide renderer is more convenient
to the caller than having to this himself.