diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-11 19:49:13 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-08-12 07:49:55 +0200 |
commit | 6bc0e3f12f926450aaa72b56e2fd866fabe8c020 (patch) | |
tree | 3054525766d5a941b808e367897719bcf71740c4 /sc | |
parent | 82b12d836582c2dccc5f438363c9d128e85ac656 (diff) |
Fix typos
Change-Id: I2cee481ec18f52d6610ab73b99637268b2340337
Reviewed-on: https://gerrit.libreoffice.org/58886
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/xelink.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/olinewin.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xelink.cxx b/sc/source/filter/excel/xelink.cxx index 57aa2ed75a3b..469731a65467 100644 --- a/sc/source/filter/excel/xelink.cxx +++ b/sc/source/filter/excel/xelink.cxx @@ -1925,7 +1925,7 @@ void XclExpSupbookBuffer::StoreCellRange( sal_uInt16 nFileId, const OUString& rT if (aMatrixListSize != nTabCount) { - // matrix size mis-match ! + // matrix size mismatch! return; } diff --git a/sc/source/ui/inc/olinewin.hxx b/sc/source/ui/inc/olinewin.hxx index f94a95cc04a9..2fce780ba218 100644 --- a/sc/source/ui/inc/olinewin.hxx +++ b/sc/source/ui/inc/olinewin.hxx @@ -47,7 +47,7 @@ private: size_t mnMTLevel; /// Mouse tracking: Level of active button. size_t mnMTEntry; /// Mouse tracking: Entry index of active button. bool mbMTActive; /// Mouse tracking active? - bool mbMTPressed; /// Mouse tracking: Button currently drawed pressed? + bool mbMTPressed; /// Mouse tracking: Button currently drawn pressed? tools::Rectangle maFocusRect; /// Focus rectangle on screen. size_t mnFocusLevel; /// Level of focused button. |