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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 14 05:38:45 UTC 2019


 framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af64c87144bcb951f789553a0490297ec8c4dc38
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:19 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jun 14 07:37:41 2019 +0200

    Fix typo
    
    Change-Id: Ibd59292948c23eede5968c4a62df3dca0899d0d5
    Reviewed-on: https://gerrit.libreoffice.org/74010
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx b/framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx
index 5f6700a68a70..d05d8a173160 100644
--- a/framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx
+++ b/framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx
@@ -180,7 +180,7 @@ void SAL_CALL ActionTriggerSeparatorPropertySet::getFastPropertyValue(
 {
     // Define static member to give structure of properties to baseclass "OPropertySetHelper".
     // "impl_getStaticPropertyDescriptor" is a non exported and static function, who will define a static propertytable.
-    // "rrue" say: Table is sorted by name.
+    // "true" indicates: Table is sorted by name.
     static OPropertyArrayHelper ourInfoHelper( impl_getStaticPropertyDescriptor(), true );
 
     return ourInfoHelper;


More information about the Libreoffice-commits mailing list