diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-14 22:43:10 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-06-19 08:07:23 +0200 |
commit | 7963df3775e031a3a507890c91dc52a85b1a8b02 (patch) | |
tree | a54cd817ab6fb91520c1a8630775a6d027e7e8f4 | |
parent | 18adaf99179408205516c7e76d731b234ecdc8c0 (diff) |
Fix typo
Change-Id: If44f7ab2c9925b60b2fb75c1178827f2f3ace44e
Reviewed-on: https://gerrit.libreoffice.org/74321
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r-- | framework/source/helper/uiconfigelementwrapperbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/helper/uiconfigelementwrapperbase.cxx b/framework/source/helper/uiconfigelementwrapperbase.cxx index 19d3cdd251bb..c6215c863baf 100644 --- a/framework/source/helper/uiconfigelementwrapperbase.cxx +++ b/framework/source/helper/uiconfigelementwrapperbase.cxx @@ -393,7 +393,7 @@ css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL UIConfigElementWrap const css::uno::Sequence< css::beans::Property > UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor() { // Create 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: |