diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-16 16:40:39 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-19 08:34:08 +0100 |
commit | f4dc137734a7e0aaefdc854acd124cc2dbba72ec (patch) | |
tree | 6e993a51a3dbfac05a9557aa8939a5a6d956e740 /offapi/com/sun/star | |
parent | 2f049ebdb343eeb377720e27463c1975a83a1985 (diff) |
Fix typos
Change-Id: I6d51e4eb4a49a30193b904b2c7d62df1e16ea3d9
Reviewed-on: https://gerrit.libreoffice.org/63475
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/drawing/XShapeGrouper.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/drawing/XShapeGrouper.idl b/offapi/com/sun/star/drawing/XShapeGrouper.idl index f724c0f35d94..2716377ecfa6 100644 --- a/offapi/com/sun/star/drawing/XShapeGrouper.idl +++ b/offapi/com/sun/star/drawing/XShapeGrouper.idl @@ -60,7 +60,7 @@ published interface XShapeGrouper: com::sun::star::uno::XInterface @param aGroup moves all Shapes from this GroupShape to the parent XShapes of the GroupShape. - The GroupShape is than removed from the + The GroupShape is then removed from the GenericDrawPage and disposed. */ void ungroup( [in] com::sun::star::drawing::XShapeGroup aGroup ); |