diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-09 10:18:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-10 19:13:31 +0000 |
commit | 3742748699cc09b04bff3d7c606f1c7a21427357 (patch) | |
tree | a15b82c225518c1688e82bb8384fb9b53974c18e /svtools | |
parent | 498d3d9c4b1b1201f1a8eaeb52cfd0dd9eaa047b (diff) |
Fix typos
Change-Id: I1c1894fcf533291b34a662b6efb96dcfa75b92b3
Reviewed-on: https://gerrit.libreoffice.org/24760
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/roadmap.cxx | 2 | ||||
-rw-r--r-- | svtools/source/svrtf/svparser.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/control/roadmap.cxx b/svtools/source/control/roadmap.cxx index 4977c0875dda..ddd625c958fd 100644 --- a/svtools/source/control/roadmap.cxx +++ b/svtools/source/control/roadmap.cxx @@ -230,7 +230,7 @@ void ORoadmap::implInit(vcl::RenderContext& rRenderContext) // TODO: if somebody sets a new font from outside (OutputDevice::SetFont), we would have to react // on this with calculating a new bold font. // Unfortunately, the OutputDevice does not offer a notify mechanism for a changed font. -// So settings the font from outside is simply a forbidded scenario at the moment +// So settings the font from outside is simply a forbidden scenario at the moment rRenderContext.EnableMapMode(false); } diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index 1e70b2c30196..7f350d3c4b34 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -255,7 +255,7 @@ sal_uInt32 SvParser::GetNextChar() RTL_TEXTENCODING_SYMBOL == eSrcEnc ) { - // no convserion shall take place + // no conversion shall take place c = reinterpret_cast<sal_uChar&>( c1 ); nChars = 1; } |