From 8d481730c1936e159b628effe6de4dd043cdebb8 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Fri, 8 Jan 2016 17:26:26 +1100 Subject: [PATCH] vcl: document parameter of loadImage Change-Id: Icbd617c3ce1571a867e0ebe749d40125275631a6 --- include/vcl/imagerepository.hxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/vcl/imagerepository.hxx b/include/vcl/imagerepository.hxx index f6c50f2e457d..f24c49a633b4 100644 --- a/include/vcl/imagerepository.hxx +++ b/include/vcl/imagerepository.hxx @@ -44,6 +44,9 @@ namespace vcl will take the image upon successful return. @param bSearchLanguageDependent determines whether a language-dependent image is to be searched. + @param loadMissing + if set to true, then load a default image if no image can be found, + otherwise don't load anything @return whether or not the image could be loaded successfully. */