diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-14 22:42:49 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-23 13:07:58 +0200 |
commit | b9c00b3c5d90b80248577403ce56c8668a51b315 (patch) | |
tree | 6478428859e0e798584e29905f24246c97da04ef | |
parent | 02efb7a6fdfe62bea198d3851e38696131363c2d (diff) |
Fix typo
Change-Id: I7e6be2abe50487df7da5486ad9b98aabc67b1caa
Reviewed-on: https://gerrit.libreoffice.org/74592
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | framework/source/tabwin/tabwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/tabwin/tabwindow.cxx b/framework/source/tabwin/tabwindow.cxx index 2bd9f27750bf..4f42d0960136 100644 --- a/framework/source/tabwin/tabwindow.cxx +++ b/framework/source/tabwin/tabwindow.cxx @@ -835,7 +835,7 @@ css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL TabWindow::getPrope const css::uno::Sequence< css::beans::Property > TabWindow::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: |