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 | |
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>
-rw-r--r-- | include/svx/svdedxv.hxx | 4 | ||||
-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 | ||||
-rw-r--r-- | sc/source/ui/docshell/docsh5.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/gridwin4.cxx | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx index 95997db0126d..6a2a1f5de509 100644 --- a/include/svx/svdedxv.hxx +++ b/include/svx/svdedxv.hxx @@ -55,7 +55,7 @@ enum class SdrEndTextEditKind // - general edit for objectspecific properties // - textedit for all drawobjects, inherited from SdrTextObj -// - macromod +// - macromode class SVX_DLLPUBLIC SdrObjEditView : public SdrGlueEditView, public EditViewCallbacks @@ -162,7 +162,7 @@ public: // outliner will be displayed on the overlay in edit mode. void TextEditDrawing(SdrPaintWindow& rPaintWindow) const; - // Actionhandling for macromod + // Actionhandling for macromode virtual bool IsAction() const override; virtual void MovAction(const Point& rPnt) override; virtual void EndAction() override; 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> diff --git a/sc/source/ui/docshell/docsh5.cxx b/sc/source/ui/docshell/docsh5.cxx index 386f512ae16c..2b43c4de1dfe 100644 --- a/sc/source/ui/docshell/docsh5.cxx +++ b/sc/source/ui/docshell/docsh5.cxx @@ -753,7 +753,7 @@ void ScDocShell::UseScenario( SCTAB nTab, const OUString& rName, bool bRecord ) } else { - OSL_FAIL( "UseScenario on Szenario-Sheet" ); + OSL_FAIL( "UseScenario on Scenario-Sheet" ); } } diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx index 62ccfd036e27..2c53c2243e2c 100644 --- a/sc/source/ui/view/gridwin4.cxx +++ b/sc/source/ui/view/gridwin4.cxx @@ -772,7 +772,7 @@ void ScGridWindow::DrawContent(OutputDevice &rDevice, const ScTableInfo& rTableI aOutputData.DrawClipMarks(); - // In any case, Szenario / ChangeTracking must happen after DrawGrid, also for !bGridFirst + // In any case, Scenario / ChangeTracking must happen after DrawGrid, also for !bGridFirst //! test if ChangeTrack display is active //! Disable scenario frame via view option? |