summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/LineProperties.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-22 13:23:30 +0200
committerDavid Tardon <dtardon@redhat.com>2011-01-25 07:03:25 +0100
commitb8250c7382b86bf02927e6224c715e4921c47f6d (patch)
tree393aa47f6158aa3b8aff6c856f45079c45fc454a /offapi/com/sun/star/drawing/LineProperties.idl
parent65203e5978bc0c8803bd0d71fe2d3e2edd60d2b6 (diff)
Some fixes to documentation (part 1)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/drawing/LineProperties.idl')
-rw-r--r--offapi/com/sun/star/drawing/LineProperties.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/LineProperties.idl b/offapi/com/sun/star/drawing/LineProperties.idl
index 87455cf45c3e..364400d8c800 100644
--- a/offapi/com/sun/star/drawing/LineProperties.idl
+++ b/offapi/com/sun/star/drawing/LineProperties.idl
@@ -102,27 +102,27 @@ published service LineProperties
//-------------------------------------------------------------------------
- /** This property contains the name of the line start poly polygon bezier.
+ /** This property contains the name of the line start poly polygon Bezier.
<p>If this string is empty, no line start polygon is rendered.
*/
[optional, property] string LineStartName;
//-------------------------------------------------------------------------
- /** This property contains the name of the line end poly polygon bezier.
+ /** This property contains the name of the line end poly polygon Bezier.
<p>If this string is empty, no line end polygon is rendered.
*/
[optional, property] string LineEndName;
//-------------------------------------------------------------------------
- /** This property contains the line start in the form of a poly polygon bezier.
+ /** This property contains the line start in the form of a poly polygon Bezier.
*/
[optional, property] com::sun::star::drawing::PolyPolygonBezierCoords LineStart;
//-------------------------------------------------------------------------
- /** This property contains the line end in the form of a poly polygon bezier.
+ /** This property contains the line end in the form of a poly polygon Bezier.
*/
[optional, property] com::sun::star::drawing::PolyPolygonBezierCoords LineEnd;