summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-08-13 17:06:41 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-08-13 21:47:25 +0200
commitff0d1b150ed6ca05f021daac52e5fcae8d9265ad (patch)
tree895571122b6e034aaab56eb94169296401d44cd3 /sc
parent83709f8af41c7ec7bcd727b8001d84a9e67c1e55 (diff)
Fix typos
Change-Id: Ie3baa2f843a98c1edc523050db53beaa2c803394 Reviewed-on: https://gerrit.libreoffice.org/58801 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/csvsplits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/csvsplits.hxx b/sc/source/ui/inc/csvsplits.hxx
index b6f78c0e1e40..4b67f960714f 100644
--- a/sc/source/ui/inc/csvsplits.hxx
+++ b/sc/source/ui/inc/csvsplits.hxx
@@ -36,7 +36,7 @@ private:
typedef ::std::vector< sal_Int32 > ScSplitVector;
typedef ScSplitVector::const_iterator const_iterator;
- ScSplitVector maVec; /// The split containter.
+ ScSplitVector maVec; /// The split container.
public:
// *** access by position *** ---------------------------------------------