diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-12-01 15:41:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-12-01 21:28:53 +0100 |
commit | 224fc966096e9fc52d8e41fbae211e3999edd945 (patch) | |
tree | 6ce0a574a0fc53ad7c647690505495026c64f035 /toolkit | |
parent | 8e33793d72a0561ebcf19ca22df814bb347813b7 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/helper/msgbox.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
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(); |