diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-06 19:58:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-01-07 16:06:13 +0100 |
commit | c85c31b59a58accfb3766760705816d3dd4ecfd8 (patch) | |
tree | 5031b39c940ce7c36c9e629ce1e6d8b817003ba3 /framework | |
parent | 70d6e8e10700a891bae0cfe50fbbeaa91fa3664e (diff) |
Fix typo
Change-Id: I0cf1ab7a86fd3b9323f1b5d219b6943b2f61884c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86300
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/taskcreatordefs.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/taskcreatordefs.hxx b/framework/inc/taskcreatordefs.hxx index b0044d958462..1b63cd28105b 100644 --- a/framework/inc/taskcreatordefs.hxx +++ b/framework/inc/taskcreatordefs.hxx @@ -28,7 +28,7 @@ const char ARGUMENT_PARENTFRAME[] = "ParentFrame"; // XFrame */ const char ARGUMENT_FRAMENAME[] = "FrameName"; // OUString -/// [sal_Bool] If its set to sal_True we will make the new created frame visible. +/// [sal_Bool] If it's set to sal_True we will make the new created frame visible. const char ARGUMENT_MAKEVISIBLE[] = "MakeVisible"; // sal_Bool /** [sal_Bool] If not "ContainerWindow" property is set it force creation of a |