summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/svdraw/svdpntv.cxx2
1 files changed, 1 insertions, 1 deletions
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)