summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaskaran Singh <jvsg1303@gmail.com>2016-08-06 13:32:26 +0530
committerJaskaran Singh <jvsg1303@gmail.com>2016-08-06 13:32:26 +0530
commitd76bd4688ffaed219557be53d41883ec089eda55 (patch)
tree12b3253e3d758788a7a21bfbdf9a13190ae2b36d
parentAdd test for strikeout in orcus interface (diff)
downloadcore-d76bd4688ffaed219557be53d41883ec089eda55.tar.gz
core-d76bd4688ffaed219557be53d41883ec089eda55.zip
Correct initial values for cell align in orcus interface
Change-Id: I54b7def1d1d1a5b518abc6774495dd371a928ef3
-rw-r--r--sc/source/filter/orcus/interface.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/orcus/interface.cxx b/sc/source/filter/orcus/interface.cxx
index 342a59f8d3db..1245bd17c1e4 100644
--- a/sc/source/filter/orcus/interface.cxx
+++ b/sc/source/filter/orcus/interface.cxx
@@ -941,8 +941,8 @@ ScOrcusStyles::xf::xf():
mnNumberFormatId(0),
mnStyleXf(0),
mbAlignment(false),
- meHor_alignment(SVX_HOR_JUSTIFY_LEFT),
- meVer_alignment(SVX_VER_JUSTIFY_CENTER)
+ meHor_alignment(SVX_HOR_JUSTIFY_RIGHT),
+ meVer_alignment(SVX_VER_JUSTIFY_BOTTOM)
{
}