summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:43:09 +0000
committerJens Carl <j.carl43@gmx.de>2019-06-19 08:05:46 +0200
commit18adaf99179408205516c7e76d731b234ecdc8c0 (patch)
tree0abb9cb47cc3a022d913b16232735434a4d93fa5 /framework
parentFix typo (diff)
downloadcore-18adaf99179408205516c7e76d731b234ecdc8c0.tar.gz
core-18adaf99179408205516c7e76d731b234ecdc8c0.zip
Fix typo
Change-Id: Id0af0141be1fc09241a5ed564585f88ea452b17a Reviewed-on: https://gerrit.libreoffice.org/74322 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/helper/uielementwrapperbase.cxx2
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: