summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-20 18:26:26 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-12-24 07:08:19 +0100
commitaba8e26120a6cabe65d43a3f089ee802cfbbe338 (patch)
tree47397432d62a94453da98cef31d628d586d5fa16
parentUpdate git submodules (diff)
downloadcore-aba8e26120a6cabe65d43a3f089ee802cfbbe338.tar.gz
core-aba8e26120a6cabe65d43a3f089ee802cfbbe338.zip
Fix grammar
Change-Id: I5536e94dfd502558b00a0ed3d9d97fdf00eb4854 Reviewed-on: https://gerrit.libreoffice.org/85625 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index c284285d5b4f..3d47c93732e1 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -3036,7 +3036,7 @@ void DomainMapper::lcl_startShape(uno::Reference<drawing::XShape> const& xShape)
if (m_pImpl->m_nTableDepth > 0) //if we had a table
{
uno::Reference<beans::XPropertySet> xShapePropSet(xShape, uno::UNO_QUERY);
- sal_Int16 nCurrentHorOriRel; //A temp variable for storaging the current setting
+ sal_Int16 nCurrentHorOriRel; //A temp variable to store the current setting
xShapePropSet->getPropertyValue("HoriOrientRelation") >>= nCurrentHorOriRel;
//and the correction:
if (nCurrentHorOriRel == text::RelOrientation::PAGE_FRAME)