summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svx/svdedxv.hxx4
-rw-r--r--lotuswordpro/inc/xfilter/ixfstyle.hxx2
-rw-r--r--lotuswordpro/inc/xfilter/xfdrawobj.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawobj.cxx2
-rw-r--r--sc/source/ui/docshell/docsh5.cxx2
-rw-r--r--sc/source/ui/view/gridwin4.cxx2
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?