summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 12:46:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 17:24:16 +0000
commit5a72da3d979d88442ea5b7f1f54ba9811173ec64 (patch)
tree42b746fb4a965e294ad307beaae1e76082fa7d38 /sc/source/ui/view/output.cxx
parentfeeb8ccfe1aff373e158b64f76e35da1a4e295c0 (diff)
Fix typos
Change-Id: I4e1a613fc99b931e84a1955695364e1d25e25e5c Reviewed-on: https://gerrit.libreoffice.org/35642 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/view/output.cxx')
-rw-r--r--sc/source/ui/view/output.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx
index 8382d983883d..78cd2b7f29b0 100644
--- a/sc/source/ui/view/output.cxx
+++ b/sc/source/ui/view/output.cxx
@@ -334,7 +334,7 @@ void ScOutputData::DrawGrid(vcl::RenderContext& rRenderContext, bool bGrid, bool
// * when bWorksInPixels is false: these are in the logic units
//
// This is where all the confusion comes from, ultimately we want them
- // always in the logic units (100th of millimiters), but we need to get
+ // always in the logic units (100th of millimeters), but we need to get
// there gradually (get rid of setting MapUnit::MapPixel first), otherwise we'd
// break all the drawing by one change.
// So until that happens, we need to special case.
@@ -2295,7 +2295,7 @@ void ScOutputData::DrawChangeTrack()
ScActionColorChanger aColorChanger(*pTrack);
// clipping happens from the outside
- //! without clipping, only paĆ­nt affected cells ??!??!?
+ //! without clipping, only paint affected cells ??!??!?
SCCOL nEndX = nX2;
SCROW nEndY = nY2;