summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2019-10-17 19:03:42 -0400
committerHenry Castro <hcastro@collabora.com>2019-10-18 16:47:10 +0200
commit4b4f3948905debae125cd7368ad6a252a0b90751 (patch)
tree978ec0ad3f1d3449de0677fcb99f20f8ff60533d /include/vcl
parent712c1ea7d31e3e89c87f7e019f5c224c924dfcbd (diff)
lok: dump as property tree the valueset control
In order to create a container element at client side dialog using DialogWizard. It is required to send the items of the valueset control. Change-Id: Ib0fdc444c7126e6888e37c8a01f8e7f04c641d18 Reviewed-on: https://gerrit.libreoffice.org/81001 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/image.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index 8ee5faff27a7..31e38ba049da 100644
--- a/include/vcl/image.hxx
+++ b/include/vcl/image.hxx
@@ -69,7 +69,7 @@ public:
bool operator==( const Image& rImage ) const;
bool operator!=( const Image& rImage ) const { return !(Image::operator==( rImage )); }
- SAL_DLLPRIVATE OUString GetStock() const;
+ OUString GetStock() const;
void Draw(OutputDevice* pOutDev, const Point& rPos, DrawImageFlags nStyle, const Size* pSize = nullptr);