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

New commits:
commit 19f7cd18d56427dffcd85a9ebd2588f28ddf3cbd
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Feb 27 23:07:04 2020 +0100
Commit:     Julien Nabet <serval2...@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 <serval2...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to