summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-01-20 14:49:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-22 12:41:59 +0100
commit1414bbf06f376cad4409ff23a635b0605b45ead3 (patch)
tree5ee19b414452609a982fc4b9a948cbbd5b2f7629 /include/vcl/toolkit
parent90f2a582a2d5e435012ec38e50022f41b04ae882 (diff)
find-can-be-private-symbols
update the script to use python3, and run it Change-Id: I9c2a86e1f7a2eb889dcf214f2a2f6a31ceb1f59e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109710 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/toolkit')
-rw-r--r--include/vcl/toolkit/svlbitm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/toolkit/svlbitm.hxx b/include/vcl/toolkit/svlbitm.hxx
index ccb0f64301e5..6ed70b37d093 100644
--- a/include/vcl/toolkit/svlbitm.hxx
+++ b/include/vcl/toolkit/svlbitm.hxx
@@ -59,7 +59,7 @@ namespace o3tl
struct SvLBoxButtonData_Impl;
-class VCL_DLLPUBLIC SvLBoxButtonData
+class SvLBoxButtonData
{
private:
Link<SvLBoxButtonData*,void> aLink;
@@ -69,8 +69,8 @@ private:
bool bDataOk;
std::vector<Image> aBmps; // indices s. constants BMP_...
- VCL_DLLPRIVATE void SetWidthAndHeight();
- VCL_DLLPRIVATE void InitData( bool _bRadioBtn, const Control* pControlForSettings );
+ void SetWidthAndHeight();
+ void InitData( bool _bRadioBtn, const Control* pControlForSettings );
public:
// include creating default images (CheckBox or RadioButton)
SvLBoxButtonData( const Control* pControlForSettings, bool _bRadioBtn );