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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Feb 20 06:14:08 UTC 2019


 sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fc0afe0cfd1318e7b0b775517267d3824b9226c8
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Feb 15 13:22:04 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Feb 20 07:13:46 2019 +0100

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

diff --git a/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx b/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx
index fc45c039f56d..48eebfb1b429 100644
--- a/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx
+++ b/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx
@@ -169,7 +169,7 @@ void CacheCompactionByCompression::Run()
     if (mrCache.GetSize() <= mnMaximalCacheSize)
         return;
 
-    SAL_INFO("sd.sls", OSL_THIS_FUNC << ": bitmap cache uses to much space: " << mrCache.GetSize() << " > " << mnMaximalCacheSize);
+    SAL_INFO("sd.sls", OSL_THIS_FUNC << ": bitmap cache uses too much space: " << mrCache.GetSize() << " > " << mnMaximalCacheSize);
 
     ::std::unique_ptr< ::sd::slidesorter::cache::BitmapCache::CacheIndex> pIndex (
         mrCache.GetCacheIndex());


More information about the Libreoffice-commits mailing list