[Libreoffice-commits] core.git: writerfilter/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 24 06:09:20 UTC 2019


 writerfilter/source/dmapper/DomainMapper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aba8e26120a6cabe65d43a3f089ee802cfbbe338
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Dec 20 18:26:26 2019 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Dec 24 07:08:19 2019 +0100

    Fix grammar
    
    Change-Id: I5536e94dfd502558b00a0ed3d9d97fdf00eb4854
    Reviewed-on: https://gerrit.libreoffice.org/85625
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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)


More information about the Libreoffice-commits mailing list