From 347fe07246fcd8f844edf43dc9ce973e4e0a15a8 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Mon, 30 Sep 2024 12:31:03 +0100 Subject: wina11y: sal_Bool -> bool Change-Id: I348e293981bbaeec650a463c958c5e301a804422 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174272 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- winaccessibility/inc/AccObject.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winaccessibility/inc') diff --git a/winaccessibility/inc/AccObject.hxx b/winaccessibility/inc/AccObject.hxx index 62a4cb67ca1a..5c92f6de9edb 100644 --- a/winaccessibility/inc/AccObject.hxx +++ b/winaccessibility/inc/AccObject.hxx @@ -62,7 +62,7 @@ private: DWORD GetMSAAStateFromUNO(sal_Int64 xState);//translate state from UNO to MSAA value css::accessibility::XAccessibleSelection* GetXAccessibleSelection(); - void GetExpandedState(sal_Bool* isExpandable, sal_Bool* isExpanded); + void GetExpandedState(bool* isExpandable, bool* isExpanded); static OUString GetMAccessibleValueFromAny(css::uno::Any pAny); public: -- cgit