[Libreoffice-commits] core.git: desktop/source dtrans/source include/jvmfwk qadevOOo/runner qadevOOo/tests sc/source sw/inc sw/source vcl/source

Takeshi Abe tabe at fixedpoint.jp
Wed Dec 7 10:41:03 UTC 2016


 desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx |    2 +-
 dtrans/source/win32/dnd/source.hxx                         |    2 +-
 include/jvmfwk/framework.hxx                               |    2 +-
 qadevOOo/runner/util/utils.java                            |    4 ++--
 qadevOOo/tests/java/ifc/lang/_XInitialization.java         |    2 +-
 sc/source/core/inc/bcaslot.hxx                             |    2 +-
 sw/inc/SwNumberTree.hxx                                    |    2 +-
 sw/source/filter/ww8/wrtww8.hxx                            |    2 +-
 sw/source/ui/misc/glossary.cxx                             |    4 ++--
 sw/source/uibase/uiview/viewtab.cxx                        |    2 +-
 sw/source/uibase/wrtsh/wrtsh1.cxx                          |    2 +-
 vcl/source/filter/graphicfilter2.cxx                       |    2 +-
 12 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 878461f96730b0930c5f397a205d0239ad034fe5
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Dec 7 19:29:49 2016 +0900

    Fix typo in comments: et -> ed
    
    Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4

diff --git a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
index 763ecf0..2167231 100644
--- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
+++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
@@ -770,7 +770,7 @@ void ExtensionCmdQueue::Thread::execute()
             catch ( const ucb::CommandFailedException & )
             {
                 //This exception is thrown when a user clicked cancel in the messagebox which was
-                //startet by the interaction handler. For example the user will be asked if he/she
+                //started by the interaction handler. For example the user will be asked if he/she
                 //really wants to install the extension.
                 //These interaction are run for exactly one extension at a time. Therefore we continue
                 //with installing the remaining extensions.
diff --git a/dtrans/source/win32/dnd/source.hxx b/dtrans/source/win32/dnd/source.hxx
index 15a06f9..47ab118 100644
--- a/dtrans/source/win32/dnd/source.hxx
+++ b/dtrans/source/win32/dnd/source.hxx
@@ -43,7 +43,7 @@ using namespace ::com::sun::star::datatransfer;
 using namespace ::com::sun::star::datatransfer::dnd;
 
 class SourceContext;
-// RIGHT MOUSE BUTTON drag and drop not supportet currently.
+// RIGHT MOUSE BUTTON drag and drop not supported currently.
 // ALT modifier is considered to effect a user selection of effects
 class DragSource:
       public MutexDummy,
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx
index 3edaaa5..c8be2dc 100644
--- a/include/jvmfwk/framework.hxx
+++ b/include/jvmfwk/framework.hxx
@@ -521,7 +521,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_startVM(
 
 /** determines the JRE that is to be used.
 
-    <p>When calling <code>jfw_startVM</code> then a VM is startet from
+    <p>When calling <code>jfw_startVM</code> then a VM is started from
     the JRE that is determined by this function.<br/>
     It is not verified if the JRE represented by the <code>JavaInfo</code>
     argument meets the requirements as specified by the javavendors.xml file.
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index 0539cef..d942d39 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -376,10 +376,10 @@ public class utils {
 
     /**
      * This method deletes via office the given file URL. It checks the existence
-     * of <CODE>fileURL</CODE>. If exists it will be deletet.
+     * of <CODE>fileURL</CODE>. If exists it will be deleted.
      * @param xMsf the multiservice factory
      * @param fileURL the file to delete
-     * @return true if the file could be deletet or the file does not exist
+     * @return true if the file could be deleted or the file does not exist
      */
     public static boolean deleteFile(XMultiServiceFactory xMsf, String fileURL) {
         boolean delete = true;
diff --git a/qadevOOo/tests/java/ifc/lang/_XInitialization.java b/qadevOOo/tests/java/ifc/lang/_XInitialization.java
index 87a80ef..ba2150b 100644
--- a/qadevOOo/tests/java/ifc/lang/_XInitialization.java
+++ b/qadevOOo/tests/java/ifc/lang/_XInitialization.java
@@ -29,7 +29,7 @@ import com.sun.star.lang.XInitialization;
 * <ul>
 *  <li> <code>'XInitialization.args'</code> (of type <code>Object[]</code>):
 *   (<b>Optional</b>) : argument for <code>initialize</code>
-*   method. If ommitet zero length array is used. </li>
+*   method. If ommitted zero length array is used. </li>
 * <ul> <p>
 * Test is multithread compliant. <p>
 * Till the present time there was no need to recreate environment
diff --git a/sc/source/core/inc/bcaslot.hxx b/sc/source/core/inc/bcaslot.hxx
index 732d18d..29a9934 100644
--- a/sc/source/core/inc/bcaslot.hxx
+++ b/sc/source/core/inc/bcaslot.hxx
@@ -191,7 +191,7 @@ public:
             found, that is assigned. In any case, the SvtListener is added to
             the broadcaster.
 
-            If not NULL then no listeners are startet, only the area is
+            If not NULL then no listeners are started, only the area is
             inserted and the reference count incremented. Effectively the same
             as InsertListeningArea(), so use that instead.
 
diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx
index eab2793..6be2c8b 100644
--- a/sw/inc/SwNumberTree.hxx
+++ b/sw/inc/SwNumberTree.hxx
@@ -172,7 +172,7 @@ public:
     SwNumberTree::tNumberVector GetNumberVector() const;
 
     /**
-       Return if numbering is restartet at this node.
+       Return if numbering is restarted at this node.
      */
     virtual bool IsRestart() const = 0;
 
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index a42a640..b5e649b 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -543,7 +543,7 @@ public:
                                      // ( is reset e.g. for Flys in a table )
     bool m_bOutGrf : 1;           // graphics are being written
     bool m_bInWriteEscher : 1;    // in write textboxes
-    bool m_bStartTOX : 1;         // true: a TOX is startet
+    bool m_bStartTOX : 1;         // true: a TOX is started
     bool m_bInWriteTOX : 1;       // true: all content are in a TOX
     bool m_bFootnoteAtTextEnd : 1;      // true: all FTN at Textend
     bool m_bEndAtTextEnd : 1;      // true: all END at Textend
diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx
index 9d93c26..99676c6 100644
--- a/sw/source/ui/misc/glossary.cxx
+++ b/sw/source/ui/misc/glossary.cxx
@@ -764,8 +764,8 @@ void SwGlossaryDlg::Init()
         GrpSelect(m_pCategoryBox);
     }
     //JP 16.11.99: the SvxTreeListBox has a Bug. The Box don't recalc the
-    //      outputsize, when all entries are insertet. The result is, that
-    //      the Focus/Highlight rectangle is to large and paintet over the
+    //      outputsize, when all entries are inserted. The result is, that
+    //      the Focus/Highlight rectangle is to large and painted over the
     //      HScrollbar. -> Fix: call the resize
     m_pCategoryBox->Resize();
 
diff --git a/sw/source/uibase/uiview/viewtab.cxx b/sw/source/uibase/uiview/viewtab.cxx
index adca076..7647baa 100644
--- a/sw/source/uibase/uiview/viewtab.cxx
+++ b/sw/source/uibase/uiview/viewtab.cxx
@@ -1164,7 +1164,7 @@ void SwView::ExecTabWin( SfxRequest& rReq )
 
 // Here the status of the tab bar will be determined.
 // This means that all relevant attributes at the CursorPos
-// will be submittet to the tab bar.
+// will be submitted to the tab bar.
 void SwView::StateTabWin(SfxItemSet& rSet)
 {
     SwWrtShell &rSh         = GetWrtShell();
diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx b/sw/source/uibase/wrtsh/wrtsh1.cxx
index 556fa88..67e4ad5 100644
--- a/sw/source/uibase/wrtsh/wrtsh1.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh1.cxx
@@ -451,7 +451,7 @@ bool SwWrtShell::InsertOleObject( const svt::EmbeddedObjectRef& xRef, SwFlyFrame
     //1. Selections should be deleted. For StarMath the Text should be
     //   passed to the Object
     //2. If the cursor is at the end of an non empty paragraph a paragraph
-    //   break should be insertet. StarMath objects are character bound and
+    //   break should be inserted. StarMath objects are character bound and
     //   no break should be inserted.
     //3. If an selection is passed to a StarMath object, this object should
     //   not be activated. false should be returned then.
diff --git a/vcl/source/filter/graphicfilter2.cxx b/vcl/source/filter/graphicfilter2.cxx
index 3ec8c80..9bb001a 100644
--- a/vcl/source/filter/graphicfilter2.cxx
+++ b/vcl/source/filter/graphicfilter2.cxx
@@ -237,7 +237,7 @@ sal_uInt8 ImpDetectJPG_GetNextMarker( SvStream& rStm )
         while( nByte == 0xff );
     }
     while( nByte == 0 );        // 0xff00 represents 0xff and not a marker,
-                                // the marker detection has to be restartet.
+                                // the marker detection has to be restarted.
     return nByte;
 }
 


More information about the Libreoffice-commits mailing list