diff options
-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 |