summaryrefslogtreecommitdiff
path: root/editeng/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-20 09:59:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-20 10:00:01 +0200
commit0db1e713bde4b16604c2f564fdc785ba0b467242 (patch)
tree9ff5c0e35d0056ac7538856741ea0531925d66be /editeng/source
parent4393bd096c377897cda0b1199ec19d74f42f6132 (diff)
cpplint: [readability/utf8] Line contains invalid UTF-8
Change-Id: I8052539d86fbda5631b31f3163b1c51666153c8c
Diffstat (limited to 'editeng/source')
-rw-r--r--editeng/source/editeng/impedit4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx
index 138c888f0aa9..a7c062290619 100644
--- a/editeng/source/editeng/impedit4.cxx
+++ b/editeng/source/editeng/impedit4.cxx
@@ -2747,7 +2747,7 @@ EditSelection ImpEditEngine::TransliterateText( const EditSelection& rSelection,
const sal_Int16 nWordType = i18n::WordType::ANYWORD_IGNOREWHITESPACES;
//! In order to have less trouble with changing text size, e.g. because
- //! of ligatures or � (German small sz) being resolved, we need to process
+ //! of ligatures or German small sz being resolved, we need to process
//! the text replacements from end to start.
//! This way the offsets for the yet to be changed words will be
//! left unchanged by the already replaced text.