diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:45:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:56:06 +0200 |
commit | 1a7514315931cf1d11110d149a6bc7d983a73140 (patch) | |
tree | 4d68ab0519f62fa84d6f57be70978f7a1f45b745 /sd | |
parent | d4718543f48733b4167bd9b9e6339915f6fd1f19 (diff) |
Fix typos
Change-Id: I3e6b96f4ea341130e98ee54ed8c124209b05d343
Reviewed-on: https://gerrit.libreoffice.org/77291
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/sdmod.hxx | 2 | ||||
-rw-r--r-- | sd/inc/sdpage.hxx | 2 | ||||
-rw-r--r-- | sd/source/core/EffectMigration.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index 8fedd75ae242..bcc8a56f86a0 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -148,7 +148,7 @@ private: /** Take an outline from a text document and create a new impress document according to the structure of the outline. @param rRequest - This typically is the unmodified request from a execute() + This typically is the unmodified request from an execute() function from where this function is called. */ static bool OutlineToImpress(SfxRequest const & rRequest); diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index b974b50244d2..0f755def4d72 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -110,7 +110,7 @@ friend class sd::UndoAttrObject; bool mbSoundOn; ///< with / without sound. bool mbExcluded; ///< will (not) be displayed during show. OUString maLayoutName; ///< Name of the layout - OUString maSoundFile; ///< Path to sound file (MSDOS notation). + OUString maSoundFile; ///< Path to sound file (MS-DOS notation). bool mbLoopSound; bool mbStopSound; OUString maCreatedPageName; ///< generated page name by GetPageName. diff --git a/sd/source/core/EffectMigration.cxx b/sd/source/core/EffectMigration.cxx index 2a633f17de8a..7aa7be5fe62b 100644 --- a/sd/source/core/EffectMigration.cxx +++ b/sd/source/core/EffectMigration.cxx @@ -458,7 +458,7 @@ void EffectMigration::SetAnimationEffect( SvxShape* pShape, AnimationEffect eEff { bool bEffectCreated = false; - // check if there is already an text effect for this shape + // check if there is already a text effect for this shape EffectSequence::iterator aIterOnlyText( ImplFindEffect( pMainSequence, xShape, ShapeAnimationSubType::ONLY_TEXT ) ); if( aIterOnlyText != aEnd ) { |