diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-04-03 12:22:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-04-03 14:26:07 +0200 |
commit | 33ca999cb238246709494285bb27d85745e7d112 (patch) | |
tree | 343813ad96f4f1d2c056286d37aa2ff45fe3caca /chart2 | |
parent | 7357f3ff7a9bb1c292c2c413a5cb232e465414ab (diff) |
Fix typo
Change-Id: Iaa7a84f5568b13f223e9a45c50c5a7de66e08f42
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165740
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/tools/TitleHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/TitleHelper.cxx b/chart2/source/tools/TitleHelper.cxx index 6fdb4f5adef3..e9f76c619985 100644 --- a/chart2/source/tools/TitleHelper.cxx +++ b/chart2/source/tools/TitleHelper.cxx @@ -374,7 +374,7 @@ void TitleHelper::setCompleteString( const OUString& rNewText if (bDialogTitle && aNewText.equals(getUnstackedStr(aFullString))) { // If the new title setted from a dialog window to a new string - // the first old text portion will be maintained if its a new string, + // the first old text portion will be maintained if it's a new string, // otherwise we use the original one. aNewStringList = aOldStringList; } |