From 9f878c69f3da944261989d59f46bd26cc61b0fe1 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 7 May 2023 19:17:00 +0200 Subject: [PATCH] framework/inc/taskcreatordefs.hxx: these are bool and not sal_Bool (2) Thank you Mike for having spotted it! :-) Change-Id: I210edf2e05eb6ba02ac9cdd999c4f2233819cfa4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151476 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- framework/inc/taskcreatordefs.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/inc/taskcreatordefs.hxx b/framework/inc/taskcreatordefs.hxx index b7a223527d4f..d4cdcb13189c 100644 --- a/framework/inc/taskcreatordefs.hxx +++ b/framework/inc/taskcreatordefs.hxx @@ -29,7 +29,7 @@ inline constexpr OUStringLiteral ARGUMENT_PARENTFRAME = u"ParentFrame"; // XFram */ inline constexpr OUStringLiteral ARGUMENT_FRAMENAME = u"FrameName"; // OUString -/// [bool] If it's set to sal_True we will make the new created frame visible. +/// [bool] If it's set to true we will make the new created frame visible. inline constexpr OUStringLiteral ARGUMENT_MAKEVISIBLE = u"MakeVisible"; // bool /** [bool] If not "ContainerWindow" property is set it force creation of a