diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-05 14:09:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-05 15:00:54 +0000 |
commit | 3cd39b91f872ca32b09a362de2cb0efaf0e2ba3b (patch) | |
tree | 43cdb5f4e075c00eb6b63648ed825a1281192e8e /include | |
parent | 4f5cd607e30633ca51263c2f45c4753e8990302f (diff) |
move ImageList to framework
this can probably be replaced by a std::*map<Image>
Change-Id: Ic36c5f406f5ea51cb9ff135858e319e0877179c7
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/ImageTree.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/ImageTree.hxx b/include/vcl/ImageTree.hxx index 80a6f3b5970c..43df2c9a43d8 100644 --- a/include/vcl/ImageTree.hxx +++ b/include/vcl/ImageTree.hxx @@ -54,7 +54,7 @@ public: VCL_DLLPUBLIC OUString getImageUrl( OUString const & name, OUString const & style, OUString const & lang); - bool loadImage( + VCL_DLLPUBLIC bool loadImage( OUString const & name, OUString const & style, BitmapEx & bitmap, bool localized, const ImageLoadFlags eFlags = ImageLoadFlags::NONE); |