diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 10:44:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-27 11:49:10 +0200 |
commit | fdd35ea841f319c48e1978dfead703d6cb0996ff (patch) | |
tree | 681595ee1212584523928792baa7ce03b21b18ec /include/xmloff/ProgressBarHelper.hxx | |
parent | 8fe85c248d0d45e180db6668b8ac5840c8dc6b1e (diff) |
Fix typos
Change-Id: I380856ca45c835e732fdf080a522caab4534db5b
Reviewed-on: https://gerrit.libreoffice.org/76346
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/xmloff/ProgressBarHelper.hxx')
-rw-r--r-- | include/xmloff/ProgressBarHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/ProgressBarHelper.hxx b/include/xmloff/ProgressBarHelper.hxx index 75f2e6f60aaa..c593b5023a5d 100644 --- a/include/xmloff/ProgressBarHelper.hxx +++ b/include/xmloff/ProgressBarHelper.hxx @@ -56,7 +56,7 @@ public: void End() { if (xStatusIndicator.is()) xStatusIndicator->end(); } // set the new reference and returns the new value which gives the - // Progress Bar the sam position as before + // Progress Bar the same position as before void ChangeReference(sal_Int32 nNewReference); sal_Int32 GetReference() { return nReference; } |