From 224fc966096e9fc52d8e41fbae211e3999edd945 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 1 Dec 2022 15:41:29 +0200 Subject: loplugin:unusedfields make some fields private Change-Id: Ia30e3b7f10ae11c7a74e6860ac0a6115caaa439f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143529 Tested-by: Jenkins Reviewed-by: Noel Grandin --- toolkit/inc/helper/msgbox.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toolkit/inc/helper') diff --git a/toolkit/inc/helper/msgbox.hxx b/toolkit/inc/helper/msgbox.hxx index 9259719ce3a2..7c2b26ee1e89 100644 --- a/toolkit/inc/helper/msgbox.hxx +++ b/toolkit/inc/helper/msgbox.hxx @@ -53,10 +53,9 @@ class MessBox : public ButtonDialog Image maImage; bool mbHelpBtn; MessBoxStyle mnMessBoxStyle; - -protected: OUString maMessText; +protected: void ImplInitButtons(); void ImplPosControls(); -- cgit