summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2023-02-28 09:44:27 -0400
committerHenry Castro <hcastro@collabora.com>2023-05-07 15:30:25 +0200
commit8093d66087c8cc829df628fcf7a5c963fdd87da7 (patch)
treebc59770e77373dc6ac1ae165721e12007d13d9ac
parentf13f89b97ce0a9d394c06cc4c8cedbeb6f7278a6 (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/+/151429 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
-rw-r--r--sc/source/filter/inc/xistyle.hxx1
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; }