Kaydet (Commit) 878461f9 authored tarafından Takeshi Abe's avatar Takeshi Abe

Fix typo in comments: et -> ed

Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4
üst a08cb3b5
...@@ -770,7 +770,7 @@ void ExtensionCmdQueue::Thread::execute() ...@@ -770,7 +770,7 @@ void ExtensionCmdQueue::Thread::execute()
catch ( const ucb::CommandFailedException & ) catch ( const ucb::CommandFailedException & )
{ {
//This exception is thrown when a user clicked cancel in the messagebox which was //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. //really wants to install the extension.
//These interaction are run for exactly one extension at a time. Therefore we continue //These interaction are run for exactly one extension at a time. Therefore we continue
//with installing the remaining extensions. //with installing the remaining extensions.
......
...@@ -43,7 +43,7 @@ using namespace ::com::sun::star::datatransfer; ...@@ -43,7 +43,7 @@ using namespace ::com::sun::star::datatransfer;
using namespace ::com::sun::star::datatransfer::dnd; using namespace ::com::sun::star::datatransfer::dnd;
class SourceContext; 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 // ALT modifier is considered to effect a user selection of effects
class DragSource: class DragSource:
public MutexDummy, public MutexDummy,
......
...@@ -521,7 +521,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_startVM( ...@@ -521,7 +521,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_startVM(
/** determines the JRE that is to be used. /** 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/> the JRE that is determined by this function.<br/>
It is not verified if the JRE represented by the <code>JavaInfo</code> It is not verified if the JRE represented by the <code>JavaInfo</code>
argument meets the requirements as specified by the javavendors.xml file. argument meets the requirements as specified by the javavendors.xml file.
......
...@@ -376,10 +376,10 @@ public class utils { ...@@ -376,10 +376,10 @@ public class utils {
/** /**
* This method deletes via office the given file URL. It checks the existence * 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 xMsf the multiservice factory
* @param fileURL the file to delete * @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) { public static boolean deleteFile(XMultiServiceFactory xMsf, String fileURL) {
boolean delete = true; boolean delete = true;
......
...@@ -29,7 +29,7 @@ import com.sun.star.lang.XInitialization; ...@@ -29,7 +29,7 @@ import com.sun.star.lang.XInitialization;
* <ul> * <ul>
* <li> <code>'XInitialization.args'</code> (of type <code>Object[]</code>): * <li> <code>'XInitialization.args'</code> (of type <code>Object[]</code>):
* (<b>Optional</b>) : argument for <code>initialize</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> * <ul> <p>
* Test is multithread compliant. <p> * Test is multithread compliant. <p>
* Till the present time there was no need to recreate environment * Till the present time there was no need to recreate environment
......
...@@ -191,7 +191,7 @@ public: ...@@ -191,7 +191,7 @@ public:
found, that is assigned. In any case, the SvtListener is added to found, that is assigned. In any case, the SvtListener is added to
the broadcaster. 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 inserted and the reference count incremented. Effectively the same
as InsertListeningArea(), so use that instead. as InsertListeningArea(), so use that instead.
......
...@@ -172,7 +172,7 @@ public: ...@@ -172,7 +172,7 @@ public:
SwNumberTree::tNumberVector GetNumberVector() const; 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; virtual bool IsRestart() const = 0;
......
...@@ -543,7 +543,7 @@ public: ...@@ -543,7 +543,7 @@ public:
// ( is reset e.g. for Flys in a table ) // ( is reset e.g. for Flys in a table )
bool m_bOutGrf : 1; // graphics are being written bool m_bOutGrf : 1; // graphics are being written
bool m_bInWriteEscher : 1; // in write textboxes 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_bInWriteTOX : 1; // true: all content are in a TOX
bool m_bFootnoteAtTextEnd : 1; // true: all FTN at Textend bool m_bFootnoteAtTextEnd : 1; // true: all FTN at Textend
bool m_bEndAtTextEnd : 1; // true: all END at Textend bool m_bEndAtTextEnd : 1; // true: all END at Textend
......
...@@ -764,8 +764,8 @@ void SwGlossaryDlg::Init() ...@@ -764,8 +764,8 @@ void SwGlossaryDlg::Init()
GrpSelect(m_pCategoryBox); GrpSelect(m_pCategoryBox);
} }
//JP 16.11.99: the SvxTreeListBox has a Bug. The Box don't recalc the //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 // outputsize, when all entries are inserted. The result is, that
// the Focus/Highlight rectangle is to large and paintet over the // the Focus/Highlight rectangle is to large and painted over the
// HScrollbar. -> Fix: call the resize // HScrollbar. -> Fix: call the resize
m_pCategoryBox->Resize(); m_pCategoryBox->Resize();
......
...@@ -1164,7 +1164,7 @@ void SwView::ExecTabWin( SfxRequest& rReq ) ...@@ -1164,7 +1164,7 @@ void SwView::ExecTabWin( SfxRequest& rReq )
// Here the status of the tab bar will be determined. // Here the status of the tab bar will be determined.
// This means that all relevant attributes at the CursorPos // 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) void SwView::StateTabWin(SfxItemSet& rSet)
{ {
SwWrtShell &rSh = GetWrtShell(); SwWrtShell &rSh = GetWrtShell();
......
...@@ -451,7 +451,7 @@ bool SwWrtShell::InsertOleObject( const svt::EmbeddedObjectRef& xRef, SwFlyFrame ...@@ -451,7 +451,7 @@ bool SwWrtShell::InsertOleObject( const svt::EmbeddedObjectRef& xRef, SwFlyFrame
//1. Selections should be deleted. For StarMath the Text should be //1. Selections should be deleted. For StarMath the Text should be
// passed to the Object // passed to the Object
//2. If the cursor is at the end of an non empty paragraph a paragraph //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. // no break should be inserted.
//3. If an selection is passed to a StarMath object, this object should //3. If an selection is passed to a StarMath object, this object should
// not be activated. false should be returned then. // not be activated. false should be returned then.
......
...@@ -237,7 +237,7 @@ sal_uInt8 ImpDetectJPG_GetNextMarker( SvStream& rStm ) ...@@ -237,7 +237,7 @@ sal_uInt8 ImpDetectJPG_GetNextMarker( SvStream& rStm )
while( nByte == 0xff ); while( nByte == 0xff );
} }
while( nByte == 0 ); // 0xff00 represents 0xff and not a marker, 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; return nByte;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment