summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-12-07 19:29:49 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-12-07 19:38:49 +0900
commit878461f96730b0930c5f397a205d0239ad034fe5 (patch)
tree1b6763fe71b866b4af4fb9c8ab14e1ba6fffb823
parenta08cb3b52ea4a071ce8eb5a1786ea45fd211ab78 (diff)
Fix typo in comments: et -> ed
Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4
-rw-r--r--desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx2
-rw-r--r--dtrans/source/win32/dnd/source.hxx2
-rw-r--r--include/jvmfwk/framework.hxx2
-rw-r--r--qadevOOo/runner/util/utils.java4
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XInitialization.java2
-rw-r--r--sc/source/core/inc/bcaslot.hxx2
-rw-r--r--sw/inc/SwNumberTree.hxx2
-rw-r--r--sw/source/filter/ww8/wrtww8.hxx2
-rw-r--r--sw/source/ui/misc/glossary.cxx4
-rw-r--r--sw/source/uibase/uiview/viewtab.cxx2
-rw-r--r--sw/source/uibase/wrtsh/wrtsh1.cxx2
-rw-r--r--vcl/source/filter/graphicfilter2.cxx2
12 files changed, 14 insertions, 14 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
index 763ecf0040b7..2167231e826d 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 15a06f9f62ea..47ab118b0a0a 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 3edaaa54c961..c8be2dc76413 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 0539cef09226..d942d39ac99b 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 87a80ef26494..ba2150be1b85 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 732d18dcb343..29a9934390f0 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 eab279312f3d..6be2c8b9652b 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 a42a6405c1a3..b5e649b0cee6 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 9d93c26752fb..99676c637a44 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 adca0764286c..7647baa9c4ad 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 556fa8823836..67e4ad51fd8a 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 3ec8c80c9a80..9bb001ac06ef 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;
}