summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 15:37:27 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 16:02:49 +0000
commit370c65e709eb074c9982c56a2400cf945641ffaf (patch)
treecfaa3372b99aa8a62cebccf1be19ea3d21b2d25b /writerfilter
parentcc71c6adfd811e50d2dc92ee60eae2c709019574 (diff)
Fix typos
Change-Id: I80b6d080aa31ff8b9d043b983993f4d26d8dc87c Reviewed-on: https://gerrit.libreoffice.org/35662 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/inc/dmapper/resourcemodel.hxx2
-rw-r--r--writerfilter/source/dmapper/GraphicImport.cxx2
-rw-r--r--writerfilter/source/rtftok/rtfcharsets.cxx2
-rw-r--r--writerfilter/source/rtftok/rtfcontrolwords.hxx4
4 files changed, 5 insertions, 5 deletions
diff --git a/writerfilter/inc/dmapper/resourcemodel.hxx b/writerfilter/inc/dmapper/resourcemodel.hxx
index 252d83375c69..ca3e022c4ce5 100644
--- a/writerfilter/inc/dmapper/resourcemodel.hxx
+++ b/writerfilter/inc/dmapper/resourcemodel.hxx
@@ -270,7 +270,7 @@ public:
Receives table.
@param name name of the table
- @param ref referecne to the table
+ @param ref reference to the table
*/
virtual void table(Id name,
writerfilter::Reference<Table>::Pointer_t ref) = 0;
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;