diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-14 22:43:11 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-06-19 08:07:52 +0200 |
commit | 1d29d12fe1668daea3a5f79671b8a7a1e51cfa3b (patch) | |
tree | f5d7fe2f7af5e3769092c1192045efb4c744b262 /framework | |
parent | 7963df3775e031a3a507890c91dc52a85b1a8b02 (diff) |
Fix typo
Change-Id: I3df900c495faee29f8ecd42ba5a64e26d403d2fd
Reviewed-on: https://gerrit.libreoffice.org/74320
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/fwi/uielement/rootitemcontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwi/uielement/rootitemcontainer.cxx b/framework/source/fwi/uielement/rootitemcontainer.cxx index 5b330229cb0b..c5110e9be327 100644 --- a/framework/source/fwi/uielement/rootitemcontainer.cxx +++ b/framework/source/fwi/uielement/rootitemcontainer.cxx @@ -309,7 +309,7 @@ css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL RootItemContainer:: const css::uno::Sequence< css::beans::Property > RootItemContainer::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: |