[Libreoffice-commits] core.git: framework/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 7 15:06:45 UTC 2020


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

New commits:
commit c85c31b59a58accfb3766760705816d3dd4ecfd8
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 6 19:58:32 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jan 7 16:06:13 2020 +0100

    Fix typo
    
    Change-Id: I0cf1ab7a86fd3b9323f1b5d219b6943b2f61884c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86300
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list