sc/source/filter/inc/xistyle.hxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 0af60a8c7c98069d8f070f8bf2eea368ca129c4f Author: Henry Castro <hcas...@collabora.com> AuthorDate: Tue Feb 28 09:44:27 2023 -0400 Commit: Henry Castro <hcas...@collabora.com> CommitDate: Thu Jun 22 20:17:28 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 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; }