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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 18 06:08:20 UTC 2019


 xmloff/source/style/impastpl.cxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit e94fa48afcae49c7ef64a9ec6f3f5d59b93ad2a5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 15 09:01:07 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 18 08:07:11 2019 +0200

    Fix typo
    
    Change-Id: I0b7a2b4945124e5c8f3e89b5cdc4a2e5bc68d2bf
    Reviewed-on: https://gerrit.libreoffice.org/72502
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/xmloff/source/style/impastpl.cxx b/xmloff/source/style/impastpl.cxx
index c64a35d26141..f760de29f0a1 100644
--- a/xmloff/source/style/impastpl.cxx
+++ b/xmloff/source/style/impastpl.cxx
@@ -286,7 +286,7 @@ struct ComparePartial
     }
 };
 
-// Adds a array of XMLPropertyState ( vector< XMLPropertyState > ) to list
+// Adds an array of XMLPropertyState ( vector< XMLPropertyState > ) to list
 // if not added, yet.
 
 bool XMLAutoStylePoolParent::Add( XMLAutoStyleFamily& rFamilyData, const vector< XMLPropertyState >& rProperties, OUString& rName, bool bDontSeek )
@@ -312,7 +312,7 @@ bool XMLAutoStylePoolParent::Add( XMLAutoStyleFamily& rFamilyData, const vector<
 }
 
 
-// Adds a array of XMLPropertyState ( vector< XMLPropertyState > ) with a given name.
+// Adds an array of XMLPropertyState ( vector< XMLPropertyState > ) with a given name.
 // If the name exists already, nothing is done. If a style with a different name and
 // the same properties exists, a new one is added (like with bDontSeek).
 
@@ -333,7 +333,7 @@ bool XMLAutoStylePoolParent::AddNamed( XMLAutoStyleFamily& rFamilyData, const ve
 }
 
 
-// Search for a array of XMLPropertyState ( vector< XMLPropertyState > ) in list
+// Search for an array of XMLPropertyState ( vector< XMLPropertyState > ) in list
 
 
 OUString XMLAutoStylePoolParent::Find( const XMLAutoStyleFamily& rFamilyData, const vector< XMLPropertyState >& rProperties ) const
@@ -465,7 +465,7 @@ void SvXMLAutoStylePoolP_Impl::GetRegisteredNames(
     std::copy( aNames.begin(), aNames.end(), rNames.getArray() );
 }
 
-// Adds a array of XMLPropertyState ( vector< XMLPropertyState > ) to list
+// Adds an array of XMLPropertyState ( vector< XMLPropertyState > ) to list
 // if not added, yet.
 
 bool SvXMLAutoStylePoolP_Impl::Add(
@@ -520,7 +520,7 @@ bool SvXMLAutoStylePoolP_Impl::AddNamed(
 }
 
 
-// Search for a array of XMLPropertyState ( vector< XMLPropertyState > ) in list
+// Search for an array of XMLPropertyState ( vector< XMLPropertyState > ) in list
 
 
 OUString SvXMLAutoStylePoolP_Impl::Find( sal_Int32 nFamily,


More information about the Libreoffice-commits mailing list