From fbb3b083d43a2e2bad19f144bca44b2f82a8938d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 14 Mar 2024 12:39:02 +0200 Subject: replace VCL_DLLPRIVATE with SAL_DLLPRIVATE it is always SAL_DLLPRIVATE, and we are already using SAL_DLLPRIVATE mostly, so just be consistent Change-Id: I7df969506a9b7a078921400cf245cede3c60c5f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164805 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/wizardmachine.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/vcl/wizardmachine.hxx') diff --git a/include/vcl/wizardmachine.hxx b/include/vcl/wizardmachine.hxx index 3a3e6061a7c1..a691f8ff46bd 100644 --- a/include/vcl/wizardmachine.hxx +++ b/include/vcl/wizardmachine.hxx @@ -326,8 +326,8 @@ namespace vcl DECL_DLLPRIVATE_LINK(OnFinish, weld::Button&, void); DECL_DLLPRIVATE_LINK(OnCancel, weld::Button&, void); - VCL_DLLPRIVATE void implUpdateTitle(); - VCL_DLLPRIVATE void implConstruct( const WizardButtonFlags _nButtonFlags ); + SAL_DLLPRIVATE void implUpdateTitle(); + SAL_DLLPRIVATE void implConstruct( const WizardButtonFlags _nButtonFlags ); }; -- cgit