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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 28 06:31:02 UTC 2020


 svx/source/svdraw/svdpntv.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 19f7cd18d56427dffcd85a9ebd2588f28ddf3cbd
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Feb 27 23:07:04 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Feb 28 07:30:31 2020 +0100

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

diff --git a/svx/source/svdraw/svdpntv.cxx b/svx/source/svdraw/svdpntv.cxx
index 32feb27b3f4f..181a2bfe1fdb 100644
--- a/svx/source/svdraw/svdpntv.cxx
+++ b/svx/source/svdraw/svdpntv.cxx
@@ -66,7 +66,7 @@ using namespace ::com::sun::star;
 
 SdrPaintWindow* SdrPaintView::FindPaintWindow(const OutputDevice& rOut) const
 {
-    // back to loop - there is more to test than a std::find_if and a lamba can do
+    // back to loop - there is more to test than a std::find_if and a lambda can do
     for(auto& candidate : maPaintWindows)
     {
         if(&(candidate->GetOutputDevice()) == &rOut)


More information about the Libreoffice-commits mailing list