From 3ad771ee7acaf4e64151d30e799339f14bc8bd29 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Fri, 16 Aug 2024 12:09:25 +0500 Subject: Fix some copypaste errors in IDL documentation Change-Id: I1f35df106ac4e41a7cce244b89b05407d7a14651 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171942 Reviewed-by: Mike Kaganski Tested-by: Jenkins --- offapi/com/sun/star/text/BaseFrameProperties.idl | 22 +++++++++++----------- offapi/com/sun/star/text/Shape.idl | 14 +++++++------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/offapi/com/sun/star/text/BaseFrameProperties.idl b/offapi/com/sun/star/text/BaseFrameProperties.idl index 84c78732e8b3..37ce94b62163 100644 --- a/offapi/com/sun/star/text/BaseFrameProperties.idl +++ b/offapi/com/sun/star/text/BaseFrameProperties.idl @@ -67,25 +67,25 @@ published service BaseFrameProperties /** contains the left border of the object. - @see BaseFrame::com::sun::star::table::BorderLine + @see com::sun::star::table::BorderLine */ [property] com::sun::star::table::BorderLine LeftBorder; /** contains the right border of the object. - @see BaseFrame::com::sun::star::table::BorderLine + @see com::sun::star::table::BorderLine */ [property] com::sun::star::table::BorderLine RightBorder; /** contains the top border of the object. - @see BaseFrame::com::sun::star::table::BorderLine + @see com::sun::star::table::BorderLine */ [property] com::sun::star::table::BorderLine TopBorder; /** contains the bottom border of the object. - @see BaseFrame::com::sun::star::table::BorderLine + @see com::sun::star::table::BorderLine */ [property] com::sun::star::table::BorderLine BottomBorder; @@ -160,38 +160,38 @@ published service BaseFrameProperties [property] boolean IsSyncHeightToWidth; /** determines the horizontal orientation of the object. - @see BaseFrame::HoriOrientation + @see com::sun::star::text::HoriOrientation */ [property] short HoriOrient; /** contains the horizontal position of the object (1/100 mm). -

It is only valid if "HoriOrient" is HoriOrientation_NONE.

+

It is only valid if HoriOrient is com::sun::star::text::HoriOrientation::NONE.

*/ [property] long HoriOrientPosition; /** determines the environment of the object to which the orientation is related. - @see BaseFrame::RelOrientation + @see com::sun::star::text::RelOrientation */ [property] short HoriOrientRelation; /** determines the vertical orientation of the object. - @see BaseFrame::VertOrientation + @see com::sun::star::text::VertOrientation */ [property] short VertOrient; /** contains the vertical position of the object (1/100 mm). - It is only valid if TextEmbeddedObject::VertOrient is - VertOrientation::NONE. + It is only valid if VertOrient is + com::sun::star::text::VertOrientation::NONE. */ [property] long VertOrientPosition; /** determines the environment of the object to which the orientation is related. - @see BaseFrame::RelOrientation + @see com::sun::star::text::RelOrientation */ [property] short VertOrientRelation; diff --git a/offapi/com/sun/star/text/Shape.idl b/offapi/com/sun/star/text/Shape.idl index 7d058fa76e6a..7d6239893556 100644 --- a/offapi/com/sun/star/text/Shape.idl +++ b/offapi/com/sun/star/text/Shape.idl @@ -43,38 +43,38 @@ published service Shape [optional, property] com::sun::star::text::TextContentAnchorType AnchorType; /** determines the horizontal orientation of the object. - @see BaseFrame::HoriOrientation + @see com::sun::star::text::HoriOrientation */ [property] short HoriOrient; /** contains the horizontal position of the object (1/100 mm). -

It is only valid if "HoriOrient" is HoriOrientation_NONE.

+

It is only valid if HoriOrient is com::sun::star::text::HoriOrientation::NONE.

*/ [property] long HoriOrientPosition; /** determines the environment of the object to which the orientation is related. - @see BaseFrame::RelOrientation + @see com::sun::star::text::RelOrientation */ [property] short HoriOrientRelation; /** determines the vertical orientation of the object. - @see BaseFrame::VertOrientation + @see com::sun::star::text::VertOrientation */ [property] short VertOrient; /** contains the vertical position of the object (1/100 mm). - It is only valid if TextEmbeddedObject::VertOrient is - VertOrientation::NONE. + It is only valid if VertOrient is + com::sun::star::text::VertOrientation::NONE. */ [property] long VertOrientPosition; /** determines the environment of the object to which the orientation is related. - @see BaseFrame::RelOrientation + @see com::sun::star::text::RelOrientation */ [property] short VertOrientRelation; /** contains the left margin of the object. -- cgit