summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-29 16:56:44 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 16:27:07 -0500
commit70becdfa4cb111ea971ef9f88757576422500bdc (patch)
tree009b6647847b1e5e4186904fb8c2eb4706da8230 /chart2
parent96087331e3a97ec5570596796f4aed25bcb102bc (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 1a8915ef8302b13b781977209ae1fa41f5f659dc) Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/TitleDialogData.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/TitleDialogData.cxx b/chart2/source/controller/dialogs/TitleDialogData.cxx
index 1a918b44797c..30191eb95b95 100644
--- a/chart2/source/controller/dialogs/TitleDialogData.cxx
+++ b/chart2/source/controller/dialogs/TitleDialogData.cxx
@@ -53,7 +53,7 @@ void TitleDialogData::readFromModel( const uno::Reference< frame::XModel>& xChar
this->aPossibilityList[5]=aAxisPossibilityList[3];//secondary x axis title
this->aPossibilityList[6]=aAxisPossibilityList[4];//secondary y axis title
- //find out which title exsist and get their text
+ //find out which title exists and get their text
//main title:
for( sal_Int32 nTitleIndex = static_cast< sal_Int32 >( TitleHelper::TITLE_BEGIN);
nTitleIndex < static_cast< sal_Int32 >( TitleHelper::NORMAL_TITLE_END );