diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:10:33 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 06:15:39 +0000 |
commit | 2de378ecacd95d7ac52275b34f3fda281d477dbe (patch) | |
tree | a3441bb786c94633aef8df9afc6af8fbcb7d4128 /sw | |
parent | ac9671f94800b647f82b12e718968311a025e87e (diff) |
Fix typos
Change-Id: I92f9eda138c387dde3095e1a6281bdcec3a2adde
Reviewed-on: https://gerrit.libreoffice.org/18982
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/cmdid.h | 2 | ||||
-rw-r--r-- | sw/inc/crsrsh.hxx | 2 | ||||
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index 30cf71b6fb07..e4f4d8dd4cc5 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -254,7 +254,7 @@ #define FN_DRAWTEXT_ATTR_DLG (FN_INSERT + 76) /* position DrawText */ -#define FN_TOOL_ANCHOR_CHAR (FN_INSERT + 84) /* anchor Draw object to charater */ +#define FN_TOOL_ANCHOR_CHAR (FN_INSERT + 84) /* anchor Draw object to character */ #define FN_QRY_INSERT (FN_INSERT + 86) /* insert record selection in to text */ #define FN_QRY_MERGE_FIELD (FN_INSERT + 87) /* insert record selection into fields */ diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 0629a04a9299..9c44b6a72479 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -537,7 +537,7 @@ public: // (used in PhyPage). sal_uInt16 GetNextPrevPageNum( bool bNext = true ); - // Move cursor at the bginning of page "nPage". + // Move cursor at the beginning of page "nPage". bool GotoPage( sal_uInt16 nPage ); sal_uInt16 GetPageCnt(); diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index bdab35792246..1a1536b60f97 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -195,7 +195,7 @@ public: /// Set all numbering start points to a fixed value - mailmerge support. void SetNumberingRestart(); - /// Embedds all local links (ranges/graphics). + /// Embeds all local links (ranges/graphics). sal_uInt16 GetLinkUpdMode(bool bDocSettings = false) const; void SetLinkUpdMode( sal_uInt16 nMode ); |