[Libreoffice-commits] core.git: 3 commits - i18npool/source sal/qa sc/source sd/source slideshow/source svtools/source sw/source wizards/com

Julien Nabet serval2412 at yahoo.fr
Sat Feb 28 01:24:08 PST 2015


 i18npool/source/breakiterator/breakiteratorImpl.cxx   |    2 +-
 sal/qa/osl/security/osl_Security.cxx                  |    2 +-
 sc/source/core/data/table4.cxx                        |    2 +-
 sd/source/filter/eppt/pptx-epptooxml.cxx              |    2 +-
 sd/source/ui/view/outlview.cxx                        |    4 ++--
 slideshow/source/engine/usereventqueue.cxx            |    4 ++--
 svtools/source/dialogs/addresstemplate.cxx            |    2 +-
 sw/source/uibase/inc/stmenu.hxx                       |    2 +-
 wizards/com/sun/star/wizards/ui/UnoDialog2.py         |    2 +-
 wizards/com/sun/star/wizards/web/BackgroundsDialog.py |    2 +-
 10 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit abfee9852cf553dff351753d284a38c0022f68ef
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 28 10:22:29 2015 +0100

    Typos
    
    Change-Id: I5e938a0b53ea7a1b020bc73634bff70913f3ebc3

diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx
index 5bd8383..46d49ae 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -889,7 +889,7 @@ void PowerPointExport::WriteAnimationCondition( FSHelperPtr pFS, Any& rAny, bool
     {
     // TODO
     DBG(printf ("animation condition event: TODO\n"));
-    DBG(printf ("event offset has value: %d triger: %d source has value: %d\n", aEvent.Offset.hasValue(), aEvent.Trigger, aEvent.Source.hasValue()));
+    DBG(printf ("event offset has value: %d trigger: %d source has value: %d\n", aEvent.Offset.hasValue(), aEvent.Trigger, aEvent.Source.hasValue()));
 
     if( !bWriteEvent && aEvent.Trigger == EventTrigger::ON_NEXT && bMainSeqChild )
         pDelay = "indefinite";
diff --git a/slideshow/source/engine/usereventqueue.cxx b/slideshow/source/engine/usereventqueue.cxx
index b6447e6..f19e8f5 100644
--- a/slideshow/source/engine/usereventqueue.cxx
+++ b/slideshow/source/engine/usereventqueue.cxx
@@ -246,7 +246,7 @@ public:
     void setSkipTriggersNextEffect (const bool bSkipTriggersNextEffect)
     { mbSkipTriggersNextEffect = bSkipTriggersNextEffect; }
 
-    ///  Skip the current effect but do not triggere the next effect.
+    ///  Skip the current effect but do not trigger the next effect.
     void skipEffect (void) { handleEvent_impl(false); }
 
 private:
diff --git a/wizards/com/sun/star/wizards/ui/UnoDialog2.py b/wizards/com/sun/star/wizards/ui/UnoDialog2.py
index 2ca855d..e7d91dc 100644
--- a/wizards/com/sun/star/wizards/ui/UnoDialog2.py
+++ b/wizards/com/sun/star/wizards/ui/UnoDialog2.py
@@ -28,7 +28,7 @@ It was created for use with the automatic conversion of Basic XML Dialog
 description files to a Java class which builds
 the same dialog through the UNO API.<br/>
 It uses an Event-Listener method, which calls a method through reflection
-wenn an event on a component is trigered.
+when an event on a component is triggered.
 see the classes CommonListener for details
 '''
 
diff --git a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
index 7828559..b7fcbaa 100644
--- a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
+++ b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py
@@ -54,7 +54,7 @@ class BackgroundsDialog(ImageListDialog):
         self.build()
 
     '''
-    trigered when the user clicks the "other" button.
+    triggered when the user clicks the "other" button.
     opens a "file open" dialog, adds the selected
     image to the list and to the web wizard configuration,
     and then jumps to the new image, selecting it in the list.
commit ed4627ba2c40a2199652614278cae93c8726e526
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 28 10:19:53 2015 +0100

    Typo: skiped->skipped
    
    Change-Id: I88c53ade0101cfd7735a45b2038879bd027b0314

diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx
index b708b13..6df41fe 100644
--- a/i18npool/source/breakiterator/breakiteratorImpl.cxx
+++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx
@@ -139,7 +139,7 @@ Boundary SAL_CALL BreakIteratorImpl::previousWord( const OUString& Text, sal_Int
 
     sal_Int32 nPos = skipSpace(Text, nStartPos, len, rWordType, false);
 
-    // if some spaces are skiped, and the script type is Asian with no CJK rLocale, we have to return
+    // if some spaces are skipped, and the script type is Asian with no CJK rLocale, we have to return
     // (nStartPos, -1) for caller to send correct rLocale for loading correct dictionary.
     result.startPos = nPos;
     if (nPos != nStartPos && nPos > 0 && !isCJK(rLocale) && getScriptClass(Text.iterateCodePoints(&nPos, -1)) == ScriptType::ASIAN) {
diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx
index e3952bc..cc41bb7 100644
--- a/sc/source/core/data/table4.cxx
+++ b/sc/source/core/data/table4.cxx
@@ -1559,7 +1559,7 @@ void ScTable::FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
             if (bVertical)
             {
                 // if not filtered use the faster method
-                // hidden cols/rows should be skiped
+                // hidden cols/rows should be skipped
                 if(!bIsFiltered)
                 {
                     aCol[nCol].SetPatternArea( static_cast<SCROW>(nIMin),
diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx
index 3315364..05b79257 100644
--- a/sd/source/ui/view/outlview.cxx
+++ b/sd/source/ui/view/outlview.cxx
@@ -1284,11 +1284,11 @@ Paragraph* OutlineView::GetParagraphForPage( ::Outliner& rOutl, SdPage* pPage )
         // if this paragraph is a page ...
         if( mrOutliner.HasParaFlag(pPara,PARAFLAG_ISPAGE) )
         {
-            // see if we already skiped enough pages
+            // see if we already skipped enough pages
             if( 0 == nPagesToSkip )
                 break;  // and if so, end the loop
 
-            // we skiped another page
+            // we skipped another page
             nPagesToSkip--;
         }
 
diff --git a/slideshow/source/engine/usereventqueue.cxx b/slideshow/source/engine/usereventqueue.cxx
index ee73d04..b6447e6 100644
--- a/slideshow/source/engine/usereventqueue.cxx
+++ b/slideshow/source/engine/usereventqueue.cxx
@@ -241,7 +241,7 @@ public:
           mbSkipTriggersNextEffect(true) {}
 
     /** Remember to trigger (or not to trigger) the next effect after the
-        current effect is skiped.
+        current effect is skipped.
     */
     void setSkipTriggersNextEffect (const bool bSkipTriggersNextEffect)
     { mbSkipTriggersNextEffect = bSkipTriggersNextEffect; }
commit a10447301fb8d726799b1bd0ff987945c1e4c88a
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 28 10:17:37 2015 +0100

    Typo: excute->execute
    
    Change-Id: I8c73d95d92dc4a30dd6a71260817ab4fc3096f27

diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx
index a64da63..adba586 100644
--- a/sal/qa/osl/security/osl_Security.cxx
+++ b/sal/qa/osl/security/osl_Security.cxx
@@ -317,7 +317,7 @@ void MyTestPlugInImpl::initialize( CPPUNIT_NS::TestFactoryRegistry *,
     /// start message
     t_print("#Initializing ...\n" );
     t_print("#\n#logonUser function need root/Administrator account to test.\n" );
-    t_print("#You can test by login with root/Administrator, and excute:\n" );
+    t_print("#You can test by login with root/Administrator, and execute:\n" );
     t_print("#testshl2 -forward \"username password\" ../../../wntmsci9/bin/Security.dll\n" );
     t_print("#      where username and password are forwarded account info.\n" );
     t_print("#if no text forwarded, this function will be skipped.\n" );
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx
index 7b07a9d..9afee24 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -1186,7 +1186,7 @@ void AssignmentPersistentData::Commit()
             return 1L;
         }
 
-        // excute the dialog
+        // execute the dialog
         try
         {
             if ( xAdminDialog->execute() == RET_OK )
diff --git a/sw/source/uibase/inc/stmenu.hxx b/sw/source/uibase/inc/stmenu.hxx
index ec2fa7c..90876aa 100644
--- a/sw/source/uibase/inc/stmenu.hxx
+++ b/sw/source/uibase/inc/stmenu.hxx
@@ -36,7 +36,7 @@ class SwView;
    menu that is opened if a user clicks on an underlined word.
 
    The menu is built in the constructor and the actions for each
-   menu entry are invoked in the excute-method.
+   menu entry are invoked in the execute-method.
 */
 
 class SwSmartTagPopup : public PopupMenu


More information about the Libreoffice-commits mailing list