core.git: cui/source cui/uiconfig

2024-03-30 Thread Glen Campbell (via logerrit)
 cui/source/tabpages/paragrph.cxx |4 
 cui/uiconfig/ui/paraindentspacing.ui |1 +
 2 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 9d28e7964bf0730dc03d40adfbab95dd9b5d087c
Author: Glen Campbell 
AuthorDate: Wed Mar 27 12:15:40 2024 -0400
Commit: Adolfo Jayme Barrientos 
CommitDate: Sat Mar 30 15:59:26 2024 +0100

tdf#145081 Line spacing style type "Fixed" is not on the style sheet dialog

Change-Id: I0dd668a2bedb16fe39793c5350c1d5a251949a65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165400
Reviewed-by: Vernon, Stuart Foote 
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx
index d0c38140653a..6972b2d14e83 100644
--- a/cui/source/tabpages/paragrph.cxx
+++ b/cui/source/tabpages/paragrph.cxx
@@ -1188,7 +1188,6 @@ void SvxStdParagraphTabPage::PageCreated(const 
SfxAllItemSet& aSet)
 */
 const SfxUInt16Item* pPageWidthItem = 
aSet.GetItem(SID_SVXSTDPARAGRAPHTABPAGE_PAGEWIDTH, false);
 const SfxUInt32Item* pFlagSetItem = 
aSet.GetItem(SID_SVXSTDPARAGRAPHTABPAGE_FLAGSET, false);
-const SfxUInt32Item* pLineDistItem = 
aSet.GetItem(SID_SVXSTDPARAGRAPHTABPAGE_ABSLINEDIST, false);
 
 if (pPageWidthItem)
 nWidth = pPageWidthItem->GetValue();
@@ -1205,9 +1204,6 @@ void SvxStdParagraphTabPage::PageCreated(const 
SfxAllItemSet& aSet)
 EnableAutoFirstLine();
 }
 
-if(pLineDistItem)
-EnableAbsLineDist(pLineDistItem->GetValue());
-
 if (pFlagSetItem)
 {
 if  (( 0x0008 & pFlagSetItem->GetValue()) == 0x0008 )
diff --git a/cui/uiconfig/ui/paraindentspacing.ui 
b/cui/uiconfig/ui/paraindentspacing.ui
index a11482a8b58a..333ca695c5a4 100644
--- a/cui/uiconfig/ui/paraindentspacing.ui
+++ b/cui/uiconfig/ui/paraindentspacing.ui
@@ -387,6 +387,7 @@
   Proportional
   At least
   Leading
+  Fixed
 
   
   


Glen Campbell license statement

2024-03-29 Thread Glen Campbell
All of my past & future contributions to LibreOffice may be
licensed under the MPLv2/LGPLv3+ dual license.