diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:24:24 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:39:35 +0000 |
commit | 5bea199bae9986d7276a9b2379a577c6cea552ed (patch) | |
tree | cd9b75f7cb39b29a7a27244da2a187c224320613 /lotuswordpro | |
parent | 51d996354f11048d7759cd7e206a2383421c2c81 (diff) |
Fix typos
Change-Id: Ic6c41fbcc36c11a7528cde0986593a39c2d6738b
Reviewed-on: https://gerrit.libreoffice.org/34803
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpbackgroundstuff.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwppara.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfofficemeta.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfutil.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpbackgroundstuff.cxx b/lotuswordpro/source/filter/lwpbackgroundstuff.cxx index 61931688013e..bd2500f39f11 100644 --- a/lotuswordpro/source/filter/lwpbackgroundstuff.cxx +++ b/lotuswordpro/source/filter/lwpbackgroundstuff.cxx @@ -56,7 +56,7 @@ /** * @file * For LWP filter architecture prototype - * Implemention of class LwpBackgroundStuff. + * Implementation of class LwpBackgroundStuff. */ #include "lwpbackgroundstuff.hxx" diff --git a/lotuswordpro/source/filter/lwppara.cxx b/lotuswordpro/source/filter/lwppara.cxx index 17f0c04f6792..10acd0ab88a3 100644 --- a/lotuswordpro/source/filter/lwppara.cxx +++ b/lotuswordpro/source/filter/lwppara.cxx @@ -742,7 +742,7 @@ void LwpPara::RegisterStyle() //register master page; RegisterMasterPage(GetXFParaStyle()); - // reg auto style,lay here for pagebreak need overrided para style + // reg auto style,lay here for pagebreak need overridden para style m_Fribs.SetPara(this); m_Fribs.RegisterStyle(); diff --git a/lotuswordpro/source/filter/xfilter/xfofficemeta.cxx b/lotuswordpro/source/filter/xfilter/xfofficemeta.cxx index fbeb52e4c104..d20080267b30 100644 --- a/lotuswordpro/source/filter/xfilter/xfofficemeta.cxx +++ b/lotuswordpro/source/filter/xfilter/xfofficemeta.cxx @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************* * @file - * Implemention file for Meta data,pls reference to the header file. + * Implementation file for Meta data,pls reference to the header file. ************************************************************************/ #include "xfofficemeta.hxx" #include "ixfstream.hxx" diff --git a/lotuswordpro/source/filter/xfilter/xfutil.hxx b/lotuswordpro/source/filter/xfilter/xfutil.hxx index 8d72ab7257d3..c9eddad4f3ba 100644 --- a/lotuswordpro/source/filter/xfilter/xfutil.hxx +++ b/lotuswordpro/source/filter/xfilter/xfutil.hxx @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************* * @file - * Tool funtions for xml filter. + * Tool functions for xml filter. * Don't use any template for the ***TOOUString function list for easy. ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFUTIL_HXX |