sc/source/filter/inc/xistyle.hxx | 1 + 1 file changed, 1 insertion(+) New commits: commit da1d9d2704f7d3b36be9cc6540d3a318e28abf6f Author: Henry Castro <hcas...@collabora.com> AuthorDate: Tue Feb 28 09:44:27 2023 -0400 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Fri Jun 23 21:05:53 2023 +0200
sc: filter: excel: add getter function LineBreak Signed-off-by: Henry Castro <hcas...@collabora.com> Change-Id: I17646ed53f663fd72a10437d7a3a4407df0c176e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148003 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153468 Tested-by: Jenkins Signed-off-by: Xisco Fauli <xiscofa...@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153488 diff --git a/sc/source/filter/inc/xistyle.hxx b/sc/source/filter/inc/xistyle.hxx index 1d0f0e04c5b1..b4e5250dc37f 100644 --- a/sc/source/filter/inc/xistyle.hxx +++ b/sc/source/filter/inc/xistyle.hxx @@ -387,6 +387,7 @@ public: /** Reads an XF record. */ void ReadXF( XclImpStream& rStrm ); + bool GetLineBreak() const { return maAlignment.mbLineBreak; } sal_uInt8 GetHorAlign() const { return maAlignment.mnHorAlign; } sal_uInt16 GetFontIndex() const { return mnXclFont; }