diff options
author | Henry Castro <hcastro@collabora.com> | 2023-02-28 09:44:27 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2023-06-22 20:17:28 +0200 |
commit | 0af60a8c7c98069d8f070f8bf2eea368ca129c4f (patch) | |
tree | f70bd8962f9557360d5c90aacebec510403529da /sc | |
parent | 079cd3429ace2f9568d42368bb0c56487335d44d (diff) |
sc: filter: excel: add getter function LineBreak
Signed-off-by: Henry Castro <hcastro@collabora.com>
Change-Id: I17646ed53f663fd72a10437d7a3a4407df0c176e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148003
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153468
Tested-by: Jenkins
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/xistyle.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |