[Libreoffice-commits] core.git: framework/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 19 06:06:29 UTC 2019
framework/source/helper/uielementwrapperbase.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 18adaf99179408205516c7e76d731b234ecdc8c0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:43:09 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed Jun 19 08:05:46 2019 +0200
Fix typo
Change-Id: Id0af0141be1fc09241a5ed564585f88ea452b17a
Reviewed-on: https://gerrit.libreoffice.org/74322
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/framework/source/helper/uielementwrapperbase.cxx b/framework/source/helper/uielementwrapperbase.cxx
index d0489f6ea0b7..f83b29cb943f 100644
--- a/framework/source/helper/uielementwrapperbase.cxx
+++ b/framework/source/helper/uielementwrapperbase.cxx
@@ -188,7 +188,7 @@ css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL UIElementWrapperBas
const css::uno::Sequence< css::beans::Property > UIElementWrapperBase::impl_getStaticPropertyDescriptor()
{
// Create a property array to initialize sequence!
- // Table of all predefined properties of this class. Its used from OPropertySetHelper-class!
+ // Table of all predefined properties of this class. It's used from OPropertySetHelper-class!
// Don't forget to change the defines (see begin of this file), if you add, change or delete a property in this list!!!
// It's necessary for methods of OPropertySetHelper.
// ATTENTION:
More information about the Libreoffice-commits
mailing list