[Libreoffice-commits] core.git: 4 commits - drawinglayer/source qadevOOo/tests scripting/java sc/source sfx2/source sw/source wizards/com

Julien Nabet serval2412 at yahoo.fr
Sat Feb 21 01:57:03 PST 2015


 drawinglayer/source/processor2d/vclhelperbufferdevice.cxx                   |    2 +-
 qadevOOo/tests/java/ifc/text/_XTextCursor.java                              |    2 +-
 sc/source/ui/sidebar/CellLineStyleValueSet.cxx                              |    2 +-
 scripting/java/com/sun/star/script/framework/container/ParcelContainer.java |    4 ++--
 sfx2/source/appl/appquit.cxx                                                |    2 +-
 sw/source/core/doc/docedt.cxx                                               |    2 +-
 sw/source/uibase/docvw/edtwin.cxx                                           |    6 +++---
 wizards/com/sun/star/wizards/agenda/AgendaDocument.py                       |    4 ++--
 wizards/com/sun/star/wizards/agenda/TopicsControl.py                        |    4 ++--
 wizards/com/sun/star/wizards/web/WWD_Startup.py                             |    2 +-
 10 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit ffb2be24b286edc7de4241aea9f0222164fc923c
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 10:55:40 2015 +0100

    Typo: curor/cusor(s)->cursor(s)
    
    Change-Id: I5bcb2f1a05cef4a914b20f04a1ca1d8054e14542

diff --git a/qadevOOo/tests/java/ifc/text/_XTextCursor.java b/qadevOOo/tests/java/ifc/text/_XTextCursor.java
index 06217ab..20abffb 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextCursor.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextCursor.java
@@ -200,7 +200,7 @@ public class _XTextCursor extends MultiMethodTest {
     }
 
     /**
-     * First the cusor is moved to start without expanding
+     * First the cursor is moved to start without expanding
      * (must be collapsed), and then it's expanded to the
      * whole text (must not be collapsed). <p>
      *
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 53a1abb..9b641cf 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -1588,7 +1588,7 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt)
 
 #if OSL_DEBUG_LEVEL > 1
 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-            // for switching curor behaviour in ReadOnly regions
+            // for switching cursor behaviour in ReadOnly regions
             if( 0x7210 == rKeyCode.GetFullCode() )
                 rSh.SetReadOnlyAvailable( !rSh.IsReadOnlyAvailable() );
             else
@@ -3082,7 +3082,7 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
 
         CaptureMouse();
 
-        // reset curor position if applicable
+        // reset cursor position if applicable
         rSh.ResetCursorStack();
 
         switch ( rMEvt.GetModifier() + rMEvt.GetButtons() )
@@ -5012,7 +5012,7 @@ SwEditWin::SwEditWin(vcl::Window *pParent, SwView &rMyView):
     m_aTemplateIdle.SetIdleHdl(LINK(this, SwEditWin, TemplateTimerHdl));
 
     // temporary solution!!! Should set the font of the current
-    // insert position at every curor movement!
+    // insert position at every cursor movement!
     if( !rMyView.GetDocShell()->IsReadOnly() )
     {
         vcl::Font aFont;
commit ba8979c594ad57a1b2905cba8fdf9697d8342e93
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 10:53:32 2015 +0100

    Typo: behaiviour->behaviour
    
    Change-Id: I5b8958561375690dcf81b9fc1bb8e7b4904e0cb0

diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index 01dc44c..72ce4c1 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -35,7 +35,7 @@ mainly in converting the topics and time boxes
 from combobox and time box to normal textboxes,
 so in the code they might be referenced as combobox or timebox. This should be
 rather understood as topicstextbox and timetextbox.<br/><br/>
-Important behaiviour of this control is that there is always a
+Important behaviour of this control is that there is always a
 blank row at the end, in which the user can enter data.<br/>
 Once the row is not blank (thus, the user entered data...),
 a new blank row is added.<br/>
commit 1101ae6772d7ee57c6f183b031ebd4cbd6d6a599
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 10:52:34 2015 +0100

    Typo: deleteing->deleting
    
    Change-Id: I2bdde7524a97039c94a8da5ac5d2eba38c91d71a

diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index 215f54b..feb2df0 100644
--- a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
@@ -40,7 +40,7 @@ namespace
         // available buffers
         aBuffers            maFreeBuffers;
 
-        // allocated/used buffers (remembered to allow deleteing them in destructor)
+        // allocated/used buffers (remembered to allow deleting them in destructor)
         aBuffers            maUsedBuffers;
 
     public:
diff --git a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
index 85a9b8d..f6d9d71 100644
--- a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
+++ b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
@@ -620,7 +620,7 @@ public class ParcelContainer implements XNameAccess {
             String pathToParcel = PathUtils.make_url(getParcelContainerDir(), name);
             m_xSFA.kill(pathToParcel);
         } catch (Exception e) {
-            LogUtils.DEBUG("Error deleteing parcel " + name);
+            LogUtils.DEBUG("Error deleting parcel " + name);
             throw new com.sun.star.lang.WrappedTargetException(e);
         }
 
@@ -714,4 +714,4 @@ public class ParcelContainer implements XNameAccess {
 
         return parsedUri;
     }
-}
\ No newline at end of file
+}
diff --git a/sw/source/core/doc/docedt.cxx b/sw/source/core/doc/docedt.cxx
index e3cc45e..4d54166 100644
--- a/sw/source/core/doc/docedt.cxx
+++ b/sw/source/core/doc/docedt.cxx
@@ -340,7 +340,7 @@ bool sw_JoinText( SwPaM& rPam, bool bJoinPrev )
             // (see sw_GetJoinFlags)
             {
                 // If PageBreaks are deleted/set, it must not be added to the Undo history!
-                // Also, deleteing the Node is not added to the Undo histroy!
+                // Also, deleting the Node is not added to the Undo histroy!
                 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo());
 
                 /* PageBreaks, PageDesc, ColumnBreaks */
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index 9cba65e..5f2a212 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -691,7 +691,7 @@ class ItemsTable(object):
             return
 
         '''
-        now before deleteing i move the cursor up so it
+        now before deleting i move the cursor up so it
         does not disappear, because it will crash office.
         '''
         cursor.gotoStart(False)
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index 90576cc..01dc44c 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -39,7 +39,7 @@ Important behaiviour of this control is that there is always a
 blank row at the end, in which the user can enter data.<br/>
 Once the row is not blank (thus, the user entered data...),
 a new blank row is added.<br/>
-Once the user removes the last *unempty* row, binsertRowy deleteing its data, it becomes
+Once the user removes the last *unempty* row, binsertRowy deleting its data, it becomes
 the *last empty row* and the one after is being automatically removed.<br/><br/>
 The contorl shows 5 rows at a time.<br/>
 If, for example, only 2 rows exist (from which the 2ed one is empty...)
commit f6a0e670647f013e30ba5628c66625b1176a3cb6
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 10:50:22 2015 +0100

    -Typo: (dis)apear(s)->(dis)appear(s)
    
    Change-Id: Ie5d18aa59885172bd701ddcfb0e62f5ad3816de9

diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
index fc0d3e4..eae59d6 100644
--- a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
+++ b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
@@ -105,7 +105,7 @@ void CellLineStyleValueSet::UserDraw( const UserDrawEvent& rUDEvt )
 
     pDev->SetFont(aFont);
     Point aStart(aBLPos.X() + nRectWidth * 7 / 9 - 5 , aBLPos.Y() + nRectHeight/6);
-    pDev->DrawText(aStart, maStrUnit[nItemId - 1]); //can't set TEXT_DRAW_ENDELLIPSIS here, or the text will disapear
+    pDev->DrawText(aStart, maStrUnit[nItemId - 1]); //can't set TEXT_DRAW_ENDELLIPSIS here, or the text will disappear
 
     //draw line
     if( nSelItem ==  nItemId )
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx
index e7efa6e..5983cfc 100644
--- a/sfx2/source/appl/appquit.cxx
+++ b/sfx2/source/appl/appquit.cxx
@@ -94,7 +94,7 @@ void SfxApplication::Deinitialize()
     Exit();
 
     // Release Controller and others
-    // then the remaining components should also disapear ( Beamer! )
+    // then the remaining components should also disappear ( Beamer! )
 
 #if HAVE_FEATURE_SCRIPTING
     BasicManagerRepository::resetApplicationBasicManager();
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index f28cb94..9cba65e 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -269,7 +269,7 @@ class AgendaDocument(TextDocument):
     date of the document (which is document-specific).<br/>
     Initializes the Items Cache map.
     Analyses the document:<br/>
-    -find all "fille-ins" (apear as >xxx< in the document).
+    -find all "fille-ins" (appear as >xxx< in the document).
     -analyze all items sections (and the tables in them).
     -locate the titles and actualize them
     -analyze the topics table
diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.py b/wizards/com/sun/star/wizards/web/WWD_Startup.py
index bbf3581..69a884e 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Startup.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Startup.py
@@ -308,7 +308,7 @@ class WWD_Startup(WWD_General):
         for index,item in enumerate(sessions):
             self.settings.savedSessions.add(index, item)
             # add an empty session to the saved session
-            # list which apears in step 1
+            # list which appears in step 1
         sn = CGSessionName()
         sn.cp_Name = self.resources.resSessionNameNone
         self.settings.cp_SavedSessions.add(0, sn)


More information about the Libreoffice-commits mailing list