diff options
Diffstat (limited to 'vcl/inc/image.h')
-rw-r--r-- | vcl/inc/image.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/image.h b/vcl/inc/image.h index e37ada46ef15..c25015624ec4 100644 --- a/vcl/inc/image.h +++ b/vcl/inc/image.h @@ -48,6 +48,11 @@ public: return maStockName.getLength() > 0; } + OUString getStock() const + { + return maStockName; + } + /// get size in co-ordinates not scaled for HiDPI Size getSizePixel(); /// Legacy - the original bitmap |