diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:23:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-03 09:32:26 +0000 |
commit | 420923ba76ad84892fd242ed37be9d85e1ea03fe (patch) | |
tree | 838189ec6fe7fbe36419ea397f4a8de5a79aed72 /include/svx | |
parent | 918d3e30d7ff91387d9de55156a4c1364cc7b58c (diff) |
Fix typos
Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee
Reviewed-on: https://gerrit.libreoffice.org/16708
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/SpellDialogChildWindow.hxx | 2 | ||||
-rw-r--r-- | include/svx/sdtfsitm.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdmodel.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdoashp.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdotext.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdouno.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdsnpv.hxx | 2 | ||||
-rw-r--r-- | include/svx/svxids.hrc | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/include/svx/SpellDialogChildWindow.hxx b/include/svx/SpellDialogChildWindow.hxx index a50ddbbfb013..2b4964ff86d0 100644 --- a/include/svx/SpellDialogChildWindow.hxx +++ b/include/svx/SpellDialogChildWindow.hxx @@ -30,7 +30,7 @@ class AbstractSpellDialog; namespace svx { /** The child window wrapper of the actual spellin dialog. To use the - spelling dialog in an application you have to do the ususal things: + spelling dialog in an application you have to do the usual things: <ol> <li>Call this class' RegisterChildWindow() method with the module as second argument that you want the dialog included in.</li> diff --git a/include/svx/sdtfsitm.hxx b/include/svx/sdtfsitm.hxx index 0faa28edcdcd..caa3e9d41b68 100644 --- a/include/svx/sdtfsitm.hxx +++ b/include/svx/sdtfsitm.hxx @@ -25,7 +25,7 @@ enum SdrFitToSizeType { SDRTEXTFIT_NONE, // - no fit-to-size - SDRTEXTFIT_PROPORTIONAL, // - resize all glyhs proportionally + SDRTEXTFIT_PROPORTIONAL, // - resize all glyphs proportionally // (might scale anisotrophically) SDRTEXTFIT_ALLLINES, // - like SDRTEXTFIT_PROPORTIONAL, but // scales each line separately diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index 918f6abdad8c..b47181012c84 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -580,7 +580,7 @@ public: const Link<>& GetNotifyUndoActionHdl() const { return aUndoLink; } /** application can set its own undo manager, BegUndo, EndUndo and AddUndoAction - calls are routet to this interface if given */ + calls are routed to this interface if given */ void SetSdrUndoManager( SfxUndoManager* pUndoManager ); SfxUndoManager* GetSdrUndoManager() const; diff --git a/include/svx/svdoashp.hxx b/include/svx/svdoashp.hxx index 261b8f62bb8c..95ea033da50b 100644 --- a/include/svx/svdoashp.hxx +++ b/include/svx/svdoashp.hxx @@ -165,7 +165,7 @@ public: SdrObjCustomShape(); virtual ~SdrObjCustomShape(); - /* is merging default attributes from type-shype into the SdrCustomShapeGeometryItem. If pType + /* is merging default attributes from type-shape into the SdrCustomShapeGeometryItem. If pType is NULL then the type is being taken from the "Type" property of the SdrCustomShapeGeometryItem. MergeDefaultAttributes is called when creating CustomShapes via UI and after importing */ void MergeDefaultAttributes( const OUString* pType = NULL ); diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx index 1bbfb83be68e..b0924251d52f 100644 --- a/include/svx/svdotext.hxx +++ b/include/svx/svdotext.hxx @@ -204,7 +204,7 @@ protected: SdrObjKind eTextKind; // #108784# - // For text editing in SW Haeder/Footer it is necessary to be + // For text editing in SW Header/Footer it is necessary to be // able to set an offset for the text edit to allow text editing at the // position of the virtual object. This offset is used when setting up // and maintaining the OutlinerView. diff --git a/include/svx/svdouno.hxx b/include/svx/svdouno.hxx index 56f177e9d0ed..2cefadbdbfcf 100644 --- a/include/svx/svdouno.hxx +++ b/include/svx/svdouno.hxx @@ -105,7 +105,7 @@ public: scenarios where you need certain information on how a control is painted onto a window, without actually painting it. For example, you might be interested in the DeviceInfo of an UNO control. - For those cases, you can ontain an XControl which behaves as the control which *would* be used to + For those cases, you can contain an XControl which behaves as the control which *would* be used to paint onto a window. @param _rWindow diff --git a/include/svx/svdsnpv.hxx b/include/svx/svdsnpv.hxx index f437be3e22e3..1554fb0c4402 100644 --- a/include/svx/svdsnpv.hxx +++ b/include/svx/svdsnpv.hxx @@ -191,7 +191,7 @@ public: // The snapping angles is independent of snapping coordinates // and so independent of the attitude IsSnapEnabled() // Only values should be specified for them is applied: - // 36000 modulu nAngle = 0 + // 36000 modulo nAngle = 0 // Implemented for: // - Rotate (Dragging) // - Shear (Dragging) diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 67ee3dae8d7a..81cecffa5627 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -228,7 +228,7 @@ #define FN_INSERT_BREAK (FN_INSERT + 3) #define FN_INSERT_SOFT_HYPHEN (FN_INSERT + 43) /* optional hyphen */ #define FN_INSERT_HARD_SPACE (FN_INSERT + 44) /* hard space */ -#define FN_INSERT_HARDHYPHEN (FN_INSERT + 85) /* hyphen withou break*/ +#define FN_INSERT_HARDHYPHEN (FN_INSERT + 85) /* hyphen without break*/ //!! be aware to not overwrite something that is used in sw/inc/cmdid.h already !! #define FN_FORMAT (SID_SW_START + 400) |