summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2024-08-16 12:09:25 +0500
committerMike Kaganski <mike.kaganski@collabora.com>2024-08-16 15:53:49 +0200
commit3ad771ee7acaf4e64151d30e799339f14bc8bd29 (patch)
treea2ef384717d3ecf90e0ae0fde94da7f4b32805ed /offapi
parent3a597235ea95621d386bf85d747f763bda275837 (diff)
Fix some copypaste errors in IDL documentation
Change-Id: I1f35df106ac4e41a7cce244b89b05407d7a14651 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171942 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/BaseFrameProperties.idl22
-rw-r--r--offapi/com/sun/star/text/Shape.idl14
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).
- <p> It is only valid if "HoriOrient" is HoriOrientation_NONE.</p>
+ <p> It is only valid if HoriOrient is com::sun::star::text::HoriOrientation::NONE.</p>
*/
[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).
- <p> It is only valid if "HoriOrient" is HoriOrientation_NONE.</p>
+ <p> It is only valid if HoriOrient is com::sun::star::text::HoriOrientation::NONE.</p>
*/
[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.