diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:16:48 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-09 08:50:07 +0200 |
commit | 747a7d2603812df881da07b8e00d3be0fa754993 (patch) | |
tree | e8ef9d000a8ecd68b73e524f1125c57231a705c6 /chart2 | |
parent | a11572dc2eeee7b5fea1935b63208c779a20eb56 (diff) |
Fix typo
Change-Id: I2b5827c3f6fd7630655d4658844792462f80767e
Reviewed-on: https://gerrit.libreoffice.org/72016
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/tp_DataSource.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSource.hxx b/chart2/source/controller/dialogs/tp_DataSource.hxx index 6a4d9358bdfd..fbf14dfe2a8f 100644 --- a/chart2/source/controller/dialogs/tp_DataSource.hxx +++ b/chart2/source/controller/dialogs/tp_DataSource.hxx @@ -104,7 +104,7 @@ private: */ bool isRangeFieldContentValid(weld::Entry& rEdit); - /** @return </sal_True>, if the tab-page is in a consistent (commitable) state + /** @return </sal_True>, if the tab-page is in a consistent (committable) state */ bool isValid(); void setDirty(); |