framework/inc/taskcreatordefs.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9f878c69f3da944261989d59f46bd26cc61b0fe1
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sun May 7 19:17:00 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun May 7 19:17:43 2023 +0200

    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 <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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

Reply via email to