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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jan 8 13:09:27 UTC 2020


 svl/source/items/stylepool.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 05173782d8fd35f302db471b509c2f8389beeab1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jan 7 19:24:36 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jan 8 14:08:57 2020 +0100

    Fix typo
    
    Change-Id: I01c4bfadfabce128f1e28b0c871da1722b865b6f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86377
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/svl/source/items/stylepool.cxx b/svl/source/items/stylepool.cxx
index 6471212c7ff4..a7089165309f 100644
--- a/svl/source/items/stylepool.cxx
+++ b/svl/source/items/stylepool.cxx
@@ -363,7 +363,7 @@ public:
         DBG_ASSERT( !pIgnorableItems || !pIgnorableItems->Count(),
                     "<StylePoolImpl::StylePoolImpl(..)> - misusage: item set for ignorable item should be empty. Please correct usage." );
         DBG_ASSERT( !mpIgnorableItems || !mpIgnorableItems->Count(),
-                    "<StylePoolImpl::StylePoolImpl(..)> - <SfxItemSet::Clone( sal_False )> does not work as excepted - <mpIgnorableItems> is not empty." );
+                    "<StylePoolImpl::StylePoolImpl(..)> - <SfxItemSet::Clone( sal_False )> does not work as expected - <mpIgnorableItems> is not empty." );
     }
 
     std::shared_ptr<SfxItemSet> insertItemSet( const SfxItemSet& rSet, const OUString* pParentName = nullptr );


More information about the Libreoffice-commits mailing list