diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-12-09 11:35:23 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-12-09 14:38:45 +0100 |
commit | 16976c40821f9d5a8c98ea801e749e5198640e29 (patch) | |
tree | db7ed9058fad25ed7bd0c70f9c342d61f83919ab /offapi | |
parent | ae3dcef7049d3dd8ca171909c66ddb5d74ce9f94 (diff) |
Move dot into its place
Appeared on a separate paragraph before.
Change-Id: I738f4874074996c96218bf60162bfa76c8c6cf8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107465
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/XShapeGrouper.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/XShapeGrouper.idl b/offapi/com/sun/star/drawing/XShapeGrouper.idl index 2716377ecfa6..1fe63b1c5c42 100644 --- a/offapi/com/sun/star/drawing/XShapeGrouper.idl +++ b/offapi/com/sun/star/drawing/XShapeGrouper.idl @@ -39,8 +39,8 @@ published interface XShapeGrouper: com::sun::star::uno::XInterface <p>Grouping of objects in text documents works only if none of the objects has an anchor of type - com::sun::star::text::TextContentAnchorType::AS_CHARACTER - </p>. + com::sun::star::text::TextContentAnchorType::AS_CHARACTER . + </p> @param xShapes the Shapes that will be grouped. They |