offapi/com/sun/star/drawing/GenericDrawPage.idl |    2 +-
 offapi/com/sun/star/frame/XFrame2.idl           |    2 ++
 offapi/com/sun/star/style/PageProperties.idl    |    6 ++----
 offapi/com/sun/star/table/CellProperties.idl    |    4 +++-
 4 files changed, 8 insertions(+), 6 deletions(-)

New commits:
commit 30faedfa35f6fbcd2c02f872903bc5d0ac36103a
Author:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
AuthorDate: Mon Aug 19 14:44:50 2024 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Mon Aug 19 16:02:42 2024 +0200

    tdf#161347 Harmonise API docs for UserDefinedAttributes a bit
    
    Change-Id: I85ce6e42d292b85ca0a54652dd733b14137afe9d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172033
    Tested-by: Jenkins
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/offapi/com/sun/star/drawing/GenericDrawPage.idl 
b/offapi/com/sun/star/drawing/GenericDrawPage.idl
index 90fde7602fc3..ee46bd26cdbd 100644
--- a/offapi/com/sun/star/drawing/GenericDrawPage.idl
+++ b/offapi/com/sun/star/drawing/GenericDrawPage.idl
@@ -113,7 +113,7 @@ published service GenericDrawPage
         They will be saved to and restored from automatic styles inside xml 
files.
 
         @see com::sun::star::xml::AttributeContainer
-    */
+     */
     [optional, property] com::sun::star::container::XNameContainer 
UserDefinedAttributes;
 
 
diff --git a/offapi/com/sun/star/frame/XFrame2.idl 
b/offapi/com/sun/star/frame/XFrame2.idl
index d1a143623d02..8ab0e8f3267a 100644
--- a/offapi/com/sun/star/frame/XFrame2.idl
+++ b/offapi/com/sun/star/frame/XFrame2.idl
@@ -26,6 +26,8 @@ module com {  module sun {  module star {  module frame {
 published interface XFrame2
 {
     /** contains user defined attributes.
+
+        @see com::sun::star::xml::AttributeContainer
      */
     [attribute, readonly] com::sun::star::container::XNameContainer 
UserDefinedAttributes;
 
diff --git a/offapi/com/sun/star/style/PageProperties.idl 
b/offapi/com/sun/star/style/PageProperties.idl
index ea66bdc4e20f..80586ac79725 100644
--- a/offapi/com/sun/star/style/PageProperties.idl
+++ b/offapi/com/sun/star/style/PageProperties.idl
@@ -146,11 +146,9 @@ published service PageProperties
      */
     [optional , property] com::sun::star::text::XTextColumns TextColumns;
 
-    /** contains user defined  attributes.
+    /** contains user defined attributes.
 
-        <p>This com::sun::star::container::XNameContainer
-        supports the service
-        com::sun::star::xml::AttributeContainer.</p>
+        @see com::sun::star::xml::AttributeContainer
      */
     [property] com::sun::star::container::XNameContainer UserDefinedAttributes;
 
diff --git a/offapi/com/sun/star/table/CellProperties.idl 
b/offapi/com/sun/star/table/CellProperties.idl
index 0c1c33e9fa7f..ed00fcf496cf 100644
--- a/offapi/com/sun/star/table/CellProperties.idl
+++ b/offapi/com/sun/star/table/CellProperties.idl
@@ -166,7 +166,9 @@ published service CellProperties
 
         <p>This property is used i.e. by the XML filters to load and
         restore unknown attributes.</p>
-        */
+
+        @see com::sun::star::xml::AttributeContainer
+     */
     [optional, property] com::sun::star::container::XNameContainer
         UserDefinedAttributes;
 

Reply via email to