filter/source/msfilter/svdfppt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 92375bf7f5cdf0de45fdd9f46c906262acb8274a Author: Mike Kaganski <[email protected]> AuthorDate: Sat Oct 18 10:14:37 2025 +0200 Commit: Mike Kaganski <[email protected]> CommitDate: Sat Oct 18 15:55:14 2025 +0200 Schriftgrad -> font size Change-Id: I889512a1afb81661497437bf80d7c7f5b3426c5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192608 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx index 3f21eea2d14f..1d5f21fddf27 100644 --- a/filter/source/msfilter/svdfppt.cxx +++ b/filter/source/msfilter/svdfppt.cxx @@ -5589,7 +5589,7 @@ void PPTPortionObj::ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, T } } } - if ( GetAttrib( PPT_CharAttr_FontHeight, nVal, nDestinationInstance ) ) // Schriftgrad in Point + if ( GetAttrib( PPT_CharAttr_FontHeight, nVal, nDestinationInstance ) ) // Font size in Point { sal_uInt32 nHeight = rManager.ScalePoint( nVal ); rSet.Put( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT ) );
