summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-10 16:56:19 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-14 07:37:41 +0200
commitaf64c87144bcb951f789553a0490297ec8c4dc38 (patch)
tree005932c72dccff2234f89a0f2a5737cf64e71799 /framework
parente9897b670a129b5ac4c602bc0727de59a2a529c4 (diff)
Fix typo
Change-Id: Ibd59292948c23eede5968c4a62df3dca0899d0d5 Reviewed-on: https://gerrit.libreoffice.org/74010 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx2
1 files changed, 1 insertions, 1 deletions
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;