diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-14 18:29:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-06-15 06:53:19 +0000 |
commit | c3c45ff7efcd8b22be64af410befbfa5cc330f6f (patch) | |
tree | bcbc2f2d62f851488f43beba254a3773dce6c863 /toolkit | |
parent | b4b71d20e33b82d377e287f0e5cf07b7e6182e78 (diff) |
Fix typos
Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37
Reviewed-on: https://gerrit.libreoffice.org/16263
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/controls/animatedimages.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/controls/animatedimages.cxx b/toolkit/source/controls/animatedimages.cxx index 97fd0166a32c..a434239b9ad4 100644 --- a/toolkit/source/controls/animatedimages.cxx +++ b/toolkit/source/controls/animatedimages.cxx @@ -435,7 +435,7 @@ namespace toolkit { lcl_checkIndex( *m_xData, i_index, *this, true ); - // actaul insertion + // actual insertion m_xData->aImageSets.insert( m_xData->aImageSets.begin() + i_index, i_imageURLs ); // listener notification @@ -452,7 +452,7 @@ namespace toolkit { lcl_checkIndex( *m_xData, i_index, *this ); - // actaul insertion + // actual insertion m_xData->aImageSets[ i_index ] = i_imageURLs; // listener notification |