Kaydet (Commit) e1e436ea authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Mark Page

Fix typos

Change-Id: I2a10e087a776ac96b3193226610577227d2492a8
Reviewed-on: https://gerrit.libreoffice.org/44655Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMark Page <aptitude@btconnect.com>
üst d71bcc4d
......@@ -82,7 +82,7 @@ public class EventTest {
private SOfficeFactory m_SOF = null;
/**
* define the miliseconds to wait until a <CODE>EventTrigger</CODE> thread should
* define the milliseconds to wait until a <CODE>EventTrigger</CODE> thread should
* be finished with its work
*/
static final int m_threadWait = 3000;
......
......@@ -45,7 +45,7 @@ public class Helper
// __________ static helper methods __________
/** Connect to an office, if no office is running a new instance is started.
* A new connection is established and the service manger from the running
* A new connection is established and the service manager from the running
* office is returned.
*/
public static XComponentContext connect()
......
......@@ -63,7 +63,7 @@ public class Helper {
/**
* Constructor, create a new instance of the ucb. UNO is bootstrapped and
* the remote office service manger is used to create the ucb. If necessary
* the remote office service manager is used to create the ucb. If necessary
* a new office process is started.
*/
public Helper(String url) throws java.lang.Exception {
......
......@@ -58,7 +58,7 @@ public class _XModuleManager extends MultiMethodTest {
* contains a <CODE>XFrame</CODE>, <CODE>XController</CODE> or a
* <CODE>XModel</CODE>. The name of the PropertyValue contains the expected return
* value of method <CODE>indetify()</CODE> if the method was called with
* coresponding value.<p>
* corresponding value.<p>
* As enhancement the method <CODE>identify()</CODE> was called with invalid
* parameter. In this case the thrown exceptions were caught.
*/
......
......@@ -1098,7 +1098,7 @@ void SAXWriter::startElement(const OUString& aName, const Reference< XAttributeL
nLength ++; // '>'
}
// Is there a new indentation necesarry ?
// Is there a new indentation necessary ?
sal_Int32 nPrefix(getIndentPrefixLength( nLength ));
// write into sequence
......
......@@ -51,7 +51,7 @@ struct WebPrModel
bool mbSourceData; /// True = import XML source data referred by HTML table.
bool mbParsePre; /// True = parse preformatted sections (<pre> tag).
bool mbConsecutive; /// True = join consecutive delimiters.
bool mbFirstRow; /// True = use column withs of first row for entire <pre> tag.
bool mbFirstRow; /// True = use column widths of first row for entire <pre> tag.
bool mbXl97Created; /// True = web query created with Excel 97.
bool mbTextDates; /// True = read date values as text, false = parse dates.
bool mbXl2000Refreshed; /// True = refreshed with Excel 2000 or newer.
......
......@@ -178,7 +178,7 @@ private:
bool bMetaFile; // Output to metafile (not pixels!)
bool bPagebreakMode; // Page break preview
bool bSolidBackground; // white instead of transparant
bool bSolidBackground; // white instead of transparent
bool mbUseStyleColor;
bool mbForceAutoColor;
......
......@@ -581,7 +581,7 @@ void SAL_CALL SchXMLImport::setTargetDocument(const uno::Reference<lang::XCompon
if (xChartDoc.is())
try
{
// prevent rebuild of view during load (necesarry especially if loaded not
// prevent rebuild of view during load (necessary especially if loaded not
// via load api, which is the case for example if binary files are loaded)
xChartDoc->lockControllers();
......
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