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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 1 18:43:09 UTC 2020


 oox/source/ppt/pptshape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ad5fd2c16a366ac08acadb68538bd04855a10a1d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 1 19:21:54 2020 +0200
Commit:     Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Wed Apr 1 20:42:35 2020 +0200

    Fix typo
    
    Change-Id: I805ca9fd60b2ad11005bf0eea30f360cffb6166a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91527
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>

diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx
index a736afd66e27..335e37335879 100644
--- a/oox/source/ppt/pptshape.cxx
+++ b/oox/source/ppt/pptshape.cxx
@@ -420,7 +420,7 @@ namespace
 // 3. ph with nSecondSubType and the same oSubTypeIndex
 // 4. ph with nSecondSubType
 // 5. ph with the same oSubTypeIndex
-// It appears 3 and 1 has the same highest prority.
+// It appears 3 and 1 has the same highest priority.
 
 oox::drawingml::ShapePtr PPTShape::findPlaceholder( sal_Int32 nFirstSubType, sal_Int32 nSecondSubType,
     const OptValue< sal_Int32 >& oSubTypeIndex, std::vector< oox::drawingml::ShapePtr >& rShapes, bool bMasterOnly )


More information about the Libreoffice-commits mailing list