From 7f00f94b25ff0a1ce2d6657e66d63a47e58b6ff7 Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Mon, 26 Aug 2013 10:41:15 +0800 Subject: [PATCH] Don't use non-ascii charachters in source code --- src/xlsxworkbook.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xlsxworkbook.cpp b/src/xlsxworkbook.cpp index 753efe5..db2416d 100755 --- a/src/xlsxworkbook.cpp +++ b/src/xlsxworkbook.cpp @@ -89,7 +89,7 @@ void Workbook::save(const QString &name) this mode is on. It is used to optimise speed and reduce memory usage. - However, these design goals meant that it wasn’t easy + However, these design goals meant that it wasn't easy to implement features that many users requested such as writing formatting and data separately. @@ -108,7 +108,7 @@ bool Workbook::isOptimizationEnabled() const /* Enable the worksheet.write() method to convert strings to numbers, where possible, using float() in order to avoid - an Excel warning about “Numbers Stored as Text”. + an Excel warning about "Numbers Stored as Text". The default is false */