diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-14 22:43:09 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-06-19 08:05:46 +0200 |
commit | 18adaf99179408205516c7e76d731b234ecdc8c0 (patch) | |
tree | 0abb9cb47cc3a022d913b16232735434a4d93fa5 | |
parent | 5d14d4ae2c1303b2027900d82369ae0f80b28ab4 (diff) |
Fix typo
Change-Id: Id0af0141be1fc09241a5ed564585f88ea452b17a
Reviewed-on: https://gerrit.libreoffice.org/74322
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r-- | framework/source/helper/uielementwrapperbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: |