summaryrefslogtreecommitdiff
path: root/include/filter/msfilter/msdffimp.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:25:27 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 06:56:42 +0000
commitbcb402298f653146af672ecfca2381062d78c6f2 (patch)
treebb03e1bf54498aca8e52996c70482f207377cc4e /include/filter/msfilter/msdffimp.hxx
parent8b633f40514f9d33a22cf9b2e064d8ef3ef2c7f4 (diff)
Fix typos
Change-Id: I5e3c9683741ddc66283008c20794be5c2b2bc53f Reviewed-on: https://gerrit.libreoffice.org/34804 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/filter/msfilter/msdffimp.hxx')
-rw-r--r--include/filter/msfilter/msdffimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index 7d56e6de0962..5ea99506b084 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -422,7 +422,7 @@ protected:
/** When importing Excel files, cell anchor computations for non-page-anchored
groups must be done after all nested groups have been processed; for each open
group, the pending data is stored here. The storage also holds a shared_ptr to
- the DffObjData ow DffRecordHeader to avoid it going out of scope except whe needed
+ the DffObjData ow DffRecordHeader to avoid it going out of scope except when needed
*/
std::vector< std::pair<DffObjData, std::shared_ptr<DffRecordHeader> > > maPendingGroupData;