From 370c65e709eb074c9982c56a2400cf945641ffaf Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 15:37:27 +0100 Subject: Fix typos Change-Id: I80b6d080aa31ff8b9d043b983993f4d26d8dc87c Reviewed-on: https://gerrit.libreoffice.org/35662 Tested-by: Jenkins Reviewed-by: Julien Nabet --- writerfilter/source/dmapper/GraphicImport.cxx | 2 +- writerfilter/source/rtftok/rtfcharsets.cxx | 2 +- writerfilter/source/rtftok/rtfcontrolwords.hxx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'writerfilter/source') diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx index df4cd575b0f6..564221979261 100644 --- a/writerfilter/source/dmapper/GraphicImport.cxx +++ b/writerfilter/source/dmapper/GraphicImport.cxx @@ -1088,7 +1088,7 @@ void GraphicImport::lcl_sprm(Sprm& rSprm) } break; case NS_ooxml::LN_EG_WrapType_wrapNone: // 90944; - doesn't contain attributes - //depending on the behindDoc attribute text wraps through behind or in fron of the object + //depending on the behindDoc attribute text wraps through behind or in front of the object m_pImpl->nWrap = text::WrapTextMode_THROUGHT; break; case NS_ooxml::LN_EG_WrapType_wrapTopAndBottom: // 90948; diff --git a/writerfilter/source/rtftok/rtfcharsets.cxx b/writerfilter/source/rtftok/rtfcharsets.cxx index 9e84b1e6a4c2..583691ee91bb 100644 --- a/writerfilter/source/rtftok/rtfcharsets.cxx +++ b/writerfilter/source/rtftok/rtfcharsets.cxx @@ -41,7 +41,7 @@ RTFEncoding aRTFEncodings[] = {136, 950}, // Big5 {161, 1253}, // Greek {162, 1254}, // Turkish - {163, 1258}, // Viatnamese + {163, 1258}, // Vietnamese {177, 1255}, // Herbrew {178, 1256}, // Arabic {186, 1257}, // Baltic diff --git a/writerfilter/source/rtftok/rtfcontrolwords.hxx b/writerfilter/source/rtftok/rtfcontrolwords.hxx index 2a7d5967148e..9d31151fa9c9 100644 --- a/writerfilter/source/rtftok/rtfcontrolwords.hxx +++ b/writerfilter/source/rtftok/rtfcontrolwords.hxx @@ -1992,7 +1992,7 @@ enum RTFControlTypes CONTROL_VALUE // eg \fs (requires parameter) }; -/// Respresents an RTF Control Word +/// Represents an RTF Control Word struct RTFSymbol { const char* sKeyword; @@ -2005,7 +2005,7 @@ struct RTFSymbol extern RTFSymbol aRTFControlWords[]; extern int nRTFControlWords; -/// Respresents an RTF Math Control Word +/// Represents an RTF Math Control Word struct RTFMathSymbol { RTFKeyword eKeyword; -- cgit