svx/sdi/svx.sdi |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit bd246eb4735aaf8afe78b6a350d6edd50e50b12e
Author:     Pranam Lashkari <[email protected]>
AuthorDate: Mon Aug 18 19:40:43 2025 +0530
Commit:     Pranam Lashkari <[email protected]>
CommitDate: Thu Sep 4 12:40:22 2025 +0200

    svx: added parameters for writer page margin uno commands
    
    Change-Id: Ic395e94b1fd3560f20403bc27dd520d0d1f68956
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189889
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>
    (cherry picked from commit 8a9eea0d01b9a8ad0eaf476788ca0a200a7712dd)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190502
    Tested-by: Jenkins
    Reviewed-by: Pranam Lashkari <[email protected]>

diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 6653e532c2e6..6a35d81da2e1 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -6500,7 +6500,9 @@ SvxPageItem Orientation SID_ATTR_PAGE_ORIENTATION
 
 
 SvxLongULSpaceItem PageULMargin SID_ATTR_PAGE_ULSPACE
-
+(
+    SvxLongULSpaceItem Page SID_ATTR_PAGE_ULSPACE
+)
 [
     AutoUpdate = FALSE,
     FastCall = FALSE,
@@ -6519,7 +6521,9 @@ SvxLongULSpaceItem PageULMargin SID_ATTR_PAGE_ULSPACE
 
 
 SvxLongLRSpaceItem PageLRMargin SID_ATTR_PAGE_LRSPACE
-
+(
+    SvxLongLRSpaceItem Page SID_ATTR_PAGE_LRSPACE
+)
 [
     AutoUpdate = FALSE,
     FastCall = FALSE,
  • core.git: svx/sdi Pranam Lashkari (via logerrit)

Reply via email to