summaryrefslogtreecommitdiff
path: root/include/vcl/wizardmachine.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-03-14 12:39:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-03-14 14:31:37 +0100
commitfbb3b083d43a2e2bad19f144bca44b2f82a8938d (patch)
tree671b38205e7494718c1dc8ddd56e54319878636f /include/vcl/wizardmachine.hxx
parent873af30a36504751c6923d4235abd4de040e0001 (diff)
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/wizardmachine.hxx')
-rw-r--r--include/vcl/wizardmachine.hxx4
1 files changed, 2 insertions, 2 deletions
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 );
};