diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-06-07 10:12:28 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-06-13 08:20:35 +0200 |
commit | ff53b7e475be213a5337e37ba9c8fb73259fb0ad (patch) | |
tree | 9839a3dd126ec0a05dbb383dd20e15fc48d3f003 /lotuswordpro | |
parent | 9b000cfa059a059f46bc91aae1b3bc0f6f5610b4 (diff) |
Fix typos
Change-Id: I9ae4a9d821946591060ceadb45af05c27560668b
Reviewed-on: https://gerrit.libreoffice.org/55410
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/inc/xfilter/ixfstyle.hxx | 2 | ||||
-rw-r--r-- | lotuswordpro/inc/xfilter/xfdrawobj.hxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfdrawobj.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/inc/xfilter/ixfstyle.hxx b/lotuswordpro/inc/xfilter/ixfstyle.hxx index 322e0b6b440e..defbc45471eb 100644 --- a/lotuswordpro/inc/xfilter/ixfstyle.hxx +++ b/lotuswordpro/inc/xfilter/ixfstyle.hxx @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************* * @file - * Interfer for all style object. + * Interface for all style object. ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_IXFSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_IXFSTYLE_HXX diff --git a/lotuswordpro/inc/xfilter/xfdrawobj.hxx b/lotuswordpro/inc/xfilter/xfdrawobj.hxx index 210212495457..ca597a9f0519 100644 --- a/lotuswordpro/inc/xfilter/xfdrawobj.hxx +++ b/lotuswordpro/inc/xfilter/xfdrawobj.hxx @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************* * @file - * Interfer for all Drawing object. + * Interface for all Drawing object. ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWOBJ_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWOBJ_HXX diff --git a/lotuswordpro/source/filter/xfilter/xfdrawobj.cxx b/lotuswordpro/source/filter/xfilter/xfdrawobj.cxx index 43ac5406b4e6..77f015559753 100644 --- a/lotuswordpro/source/filter/xfilter/xfdrawobj.cxx +++ b/lotuswordpro/source/filter/xfilter/xfdrawobj.cxx @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************* * @file - * Interfer for all Drawing object. + * Interface for all Drawing object. ************************************************************************/ #include <xfilter/xfdrawobj.hxx> |