From kde-commits Tue Sep 02 17:39:28 2008 From: Florian Merz Date: Tue, 02 Sep 2008 17:39:28 +0000 To: kde-commits Subject: koffice/kpresenter Message-Id: <1220377168.641049.27071.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122037726021162 SVN commit 856346 by fmerz: Spelling fixes M +1 -1 part/dockers/KPrClickActionDocker.h M +1 -1 part/pageeffects/KPrPageEffectFactory.h M +1 -1 part/pagelayout/KPrPageLayouts.h M +1 -1 plugins/pageeffects/iriswipe/KPrIrisWipeEffectStrategyBase.cpp --- trunk/koffice/kpresenter/part/dockers/KPrClickActionDocker.h #856345:856346 @@ -59,7 +59,7 @@ KPrView *m_view; KPrSoundCollection *m_soundCollection; KoCanvasBase *m_canvas; - QComboBox *m_cbPlaySound; // TODO remove when the embeded widgets are ok + QComboBox *m_cbPlaySound; // TODO remove when the embedded widgets are ok QMap m_eventActionWidgets; }; --- trunk/koffice/kpresenter/part/pageeffects/KPrPageEffectFactory.h #856345:856346 @@ -64,7 +64,7 @@ * * This is used for loading a page effect from odf * - * @param element The element containing the informations for creating the page effect + * @param element The element containing the information for creating the page effect */ KPrPageEffect * createPageEffect( const KoXmlElement & element ) const; --- trunk/koffice/kpresenter/part/pagelayout/KPrPageLayouts.h #856345:856346 @@ -56,7 +56,7 @@ // TODO private: - // the string is the style name assosiated with the page layout when the file was + // the string is the style name associated with the page layout when the file was // loaded from file QMap m_pageLayouts; }; --- trunk/koffice/kpresenter/plugins/pageeffects/iriswipe/KPrIrisWipeEffectStrategyBase.cpp #856345:856346 @@ -42,7 +42,7 @@ int pathMaxMeasure; int maxMeasure; - //We find wether the screen is taller or wider so that we can start searching + //We find whether the screen is taller or wider so that we can start searching //from a closer point if( width > height ) {