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 <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user