summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 17:26:26 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 17:39:01 +1100
commit8d481730c1936e159b628effe6de4dd043cdebb8 (patch)
tree03a9b4b1febb178c40f9f2f22733b7f864ab0d0f /include
parentbb7a9dc584cdf4ebe2137c5474571eaef311038b (diff)
vcl: document parameter of loadImage
Change-Id: Icbd617c3ce1571a867e0ebe749d40125275631a6
Diffstat (limited to 'include')
-rw-r--r--include/vcl/imagerepository.hxx3
1 files changed, 3 insertions, 0 deletions
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.
*/