summaryrefslogtreecommitdiff
path: root/include/vcl/imagerepository.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/imagerepository.hxx')
-rw-r--r--include/vcl/imagerepository.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/vcl/imagerepository.hxx b/include/vcl/imagerepository.hxx
index c7cbbefe1cd5..5983825f4236 100644
--- a/include/vcl/imagerepository.hxx
+++ b/include/vcl/imagerepository.hxx
@@ -43,17 +43,13 @@ 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.
*/
static bool loadImage(
const OUString& _rName,
BitmapEx& _out_rImage,
- bool bSearchLanguageDependent,
- bool loadMissing = false
+ bool bSearchLanguageDependent
);
static bool loadDefaultImage(