[Libreoffice-commits] core.git: include/svx lotuswordpro/inc lotuswordpro/source sc/source

Andrea Gelmini andrea.gelmini at gelma.net
Wed Jun 13 06:20:58 UTC 2018


 include/svx/svdedxv.hxx                          |    4 ++--
 lotuswordpro/inc/xfilter/ixfstyle.hxx            |    2 +-
 lotuswordpro/inc/xfilter/xfdrawobj.hxx           |    2 +-
 lotuswordpro/source/filter/xfilter/xfdrawobj.cxx |    2 +-
 sc/source/ui/docshell/docsh5.cxx                 |    2 +-
 sc/source/ui/view/gridwin4.cxx                   |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit ff53b7e475be213a5337e37ba9c8fb73259fb0ad
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Jun 7 10:12:28 2018 +0200

    Fix typos
    
    Change-Id: I9ae4a9d821946591060ceadb45af05c27560668b
    Reviewed-on: https://gerrit.libreoffice.org/55410
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

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?


More information about the Libreoffice-commits mailing list