diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-18 20:07:23 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-19 05:49:15 +0000 |
commit | d948d66509022befdb6e2c589859ca7dee9e5347 (patch) | |
tree | 67b07fa61ce0ef26655ba69af33c531732e39955 /include | |
parent | 7e24cedb9eaf68c2b95296bf6352f94e2a60532e (diff) |
Fix typos
Change-Id: I5c89a47e658ae4ad2b0cdfcdb4988c4b79353085
Reviewed-on: https://gerrit.libreoffice.org/35413
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/editeng.hxx | 2 | ||||
-rw-r--r-- | include/svx/svddef.hxx | 2 | ||||
-rw-r--r-- | include/uno/Enterable.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx index b9ce5226543b..342666691a34 100644 --- a/include/editeng/editeng.hxx +++ b/include/editeng/editeng.hxx @@ -467,7 +467,7 @@ public: css::uno::Reference< css::datatransfer::XTransferable > CreateTransferable( const ESelection& rSelection ) const; - // MT: Can't create new virtual functions like for ParagraphInserted/Deleted, musst be compatible in SRC638, change later... + // MT: Can't create new virtual functions like for ParagraphInserted/Deleted, must be compatible in SRC638, change later... void SetBeginMovingParagraphsHdl( const Link<MoveParagraphsInfo&,void>& rLink ); void SetEndMovingParagraphsHdl( const Link<MoveParagraphsInfo&,void>& rLink ); void SetBeginPasteOrDropHdl( const Link<PasteOrDropInfos&,void>& rLink ); diff --git a/include/svx/svddef.hxx b/include/svx/svddef.hxx index 46bff46d625f..f3bf1ea8484a 100644 --- a/include/svx/svddef.hxx +++ b/include/svx/svddef.hxx @@ -158,7 +158,7 @@ #define SDRATTR_CIRCENDANGLE (SDRATTR_CIRC_FIRST+ 2) /* 1174 */ /* Pool V4+ */ #define SDRATTR_CIRC_LAST (SDRATTR_CIRCENDANGLE) /* 1178 */ /* Pool V4+ */ -// Only for Interfaceing, not yet implemented. / * + * V4 / +// Only for Interfacing, not yet implemented. / * + * V4 / #define SDRATTR_NOTPERSIST_FIRST (SDRATTR_CIRC_LAST + 1) /* 1180 */ /* 1172 */ /* 1127 */ /* 1110 */ /* Pool V1: 1058 */ #define SDRATTR_OBJMOVEPROTECT (SDRATTR_NOTPERSIST_FIRST+ 0) /* 1180 sal_Bool, def=sal_False */ #define SDRATTR_OBJSIZEPROTECT (SDRATTR_NOTPERSIST_FIRST+ 1) /* 1181 sal_Bool, def=sal_False */ diff --git a/include/uno/Enterable.h b/include/uno/Enterable.h index af1cf10f6114..876cc79bfbd7 100644 --- a/include/uno/Enterable.h +++ b/include/uno/Enterable.h @@ -38,7 +38,7 @@ extern "C" typedef void uno_Enterable_enter (void * context); -/** Generic function type declaration for levaing an Environment. +/** Generic function type declaration for leaving an Environment. (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack) @param context |