Kaydet (Commit) 095438e5 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea
Reviewed-on: https://gerrit.libreoffice.org/35637Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 25e0872d
......@@ -89,7 +89,7 @@ void lru_map_test::testReplaceValue()
CPPUNIT_ASSERT_EQUAL(4, lru.find(1)->second);
CPPUNIT_ASSERT_EQUAL(200, lru.find(2)->second);
// check if insert with same key, moves the entry back of the lru queu
// check if insert with same key, moves the entry back of the lru queue
// inserting new entry with key that already exists
lru.insert(std::make_pair<int, int>(1, 6));
......
......@@ -208,7 +208,7 @@ public class SelectionChangeListener implements XSelectionChangeListener {
int button = com.sun.star.awt.MessageBoxButtons.BUTTONS_OK;
XMessageBoxFactory aMBF = UnoRuntime.queryInterface(XMessageBoxFactory.class, aToolKit);
XMessageBox xMB = aMBF.createMessageBox(aWinPeer, MessageBoxType.INFOBOX, button, "Event-Notify", "Listener was called, selcetion has changed");
XMessageBox xMB = aMBF.createMessageBox(aWinPeer, MessageBoxType.INFOBOX, button, "Event-Notify", "Listener was called, selection has changed");
xMB.execute();
}
}
......
......@@ -60,7 +60,7 @@ public class Thumbs {
System.out.println("ImageShrink component successfully instantiated");
java.io.File f = new java.io.File(".");
System.out.println("set SourceDrectory ...");
System.out.println("set SourceDirectory...");
xImageShrinkFilter.setSourceDirectory(f.getCanonicalPath());
System.out.println("source Directory = "
......
......@@ -72,7 +72,7 @@ class OnewayExecutor extends Thread
/**
* @member m_rLink the object, which wish to be called back by this thread
* @member m_nRequest describes the type of the original request (means the
* called oneyway method)
* called oneway method)
* @member m_lParams list of parameters of the original request
*/
private final IOnewayLink m_rLink ;
......
......@@ -55,7 +55,7 @@ import javax.swing.*;
* call needs this mutex too => a deadlock occurs.
* Why? UNO had created a new thread for our synchronous call
* inside the office process and so exist different threads
* for this constallation.
* for this constellation.
*
*/
public class StatusView extends JPanel
......
......@@ -127,7 +127,7 @@ public class ConnectionAwareClient extends java.awt.Frame
}
}
/** separtates the uno-url into 3 different parts.
/** separates the uno-url into 3 different parts.
*/
protected static String[] parseUnoUrl( String url )
{
......
......@@ -256,7 +256,7 @@ public class ResourceManager {
boolean result = transResource.transferResource(
sourceURL, targetFolderURL, newTitle, transOperation );
if ( result )
System.out.println( "\nTransfering resource succeeded." );
System.out.println( "\nTransferring resource succeeded." );
else
System.out.println( "Transferring resource failed." );
......
......@@ -394,7 +394,7 @@ HRESULT CSOActiveX::CreateFrameOldWay( HWND hwnd, int width, int height )
hr = GetIDispByFunc( pdispDesktop, L"getFrames", NULL, 0, pdispChildren );
if( !SUCCEEDED( hr ) ) return hr;
// insert new frame into desctop hierarchy
// insert new frame into desktop hierarchy
hr = ExecuteFunc( pdispChildren, L"append", &CComVariant( mpDispFrame ), 1, &dummyResult );
if( !SUCCEEDED( hr ) ) return hr;
......
......@@ -95,7 +95,7 @@ $(APP_JAR) : $(OUT_APP_CLASS)/$(APP_NAME).mf $(OUT_APP_CLASS)/$(APP_NAME).class
JavaNotesAccessExample : NotesAPIs $(APP_JAR)
@echo --------------------------------------------------------------------------------
@echo NOTE: Before you run this example make sure that the exaternal "$(QM)Notes.jar$(QM)" can
@echo NOTE: Before you run this example make sure that the external "$(QM)Notes.jar$(QM)" can
@echo be found besides "$(QM)$(APP_JAR)"$(QM)
@echo and that the PATH variable includes the Notes installation directory.
@echo -
......
......@@ -181,7 +181,7 @@ public class ToDo {
XSpreadsheet xspreadsheet = UnoRuntime.queryInterface(
XSpreadsheet.class, xindexaccess.getByIndex( 0 ));
// Querying for the interface XCellRange on the XSpeadsheet
// Querying for the interface XCellRange on the XSpreadsheet
XCellRange xcellrange = UnoRuntime.queryInterface( XCellRange.class, xspreadsheet );
/* Getting the gregorian calendar with the date on which to start
......
......@@ -54,7 +54,7 @@ import java.util.ArrayList;
* Both methods require that the 'soffice' executable or a symbolic
* link is in one of the directories listed in the PATH environment variable.
* For older versions than OOo 2.0 the above described methods may fail.
* In this case the default installation is taken from the .sversionrc file in
* In this case the default installation is taken from the .versionrc file in
* the user's home directory. Note, that the .sversionrc file will be omitted
* for OOo 2.0</p>
*/
......
......@@ -50,7 +50,7 @@ interface XFeatureInvalidation
<p>This method is used of it cannot be exactly and reliably determined
which features might actually have changed their state. In this case, the callee
should assume all features it is interested in must be requeried.</p>
should assume all features it is interested in must be required.</p>
*/
void invalidateAllFeatures();
};
......
......@@ -46,7 +46,7 @@ published struct FeatureStateEvent: com::sun::star::lang::EventObject
*/
boolean IsEnabled;
/** specifies whether the XDispatch has to be requeried.
/** specifies whether the XDispatch has to be required.
<p>
Interest code should listen for FrameActionEvent
......
......@@ -85,7 +85,7 @@ published interface XURLTransformer: com::sun::star::uno::XInterface
stores it into URL::Complete
@param aURL
the URL which contains alls necessary information in a structured form. The
the URL which contains all necessary information in a structured form. The
member URL::Complete contains the URL in string notation after
the operation finished successfully. Otherwise the content of
URL::Complete is not defined.
......
......@@ -5,7 +5,7 @@ If you change change a file in this module, then a make postprocess is needed af
See also:
[[configmgr]]
AcceleratorKeyChecker.fodt in the util folder is a tool written in Basic that check menues for
entries that use the same accellerator key. The tool goes through the menues using the accessibility
api and checkes the accellerator keys. For information on how to use the tool open the fodt file
AcceleratorKeyChecker.fodt in the util folder is a tool written in Basic that check menus for
entries that use the same accellerator key. The tool goes through the menus using the accessibility
api and checkes the accelerator keys. For information on how to use the tool open the fodt file
in LibreOffice.
......@@ -147,7 +147,7 @@ CryptoX_Result CyprtoAPI_VerifySignature(HCRYPTHASH *hash,
/* This default implementation is necessary because we don't want to
* link to NSS from updater code on non Windows platforms. On Windows
* we use CyrptoAPI instead of NSS. We don't call any function as they
* we use CryptoAPI instead of NSS. We don't call any function as they
* would just fail, but this simplifies linking.
*/
......
......@@ -253,7 +253,7 @@ StartServiceUpdate(LPCWSTR installDir)
PathAppendSafe(newMaintServicePath,
L"maintenanceservice.exe");
// Copy the temp file in alongside the maintenace service.
// Copy the temp file in alongside the maintenance service.
// This is a requirement for maintenance service upgrades.
if (!CopyFileW(newMaintServicePath, tmpService, FALSE)) {
return FALSE;
......
......@@ -134,7 +134,7 @@ we need to load shape definition of preset shapes. The procedure
to convert the definition from OOXML spec for LO is documented
( also a script ) in oox/source/drawingml/customshapes/README.
The scripts in oox/source/drawingml/customshapes/ also generate pptx
files for signle presets and also for all presets
files for single presets and also for all presets
cshape-all.pptx. The cshape-all.pptx file is then loaded into Impress
build with debug enabled in oox and the command line output contains
information. The generated definition is oox-drawingml-cs-presets.
......
......@@ -57,7 +57,7 @@ struct WallFloorModel
struct DataTableModel
{
bool mbShowHBorder; /// Show Horizontal Border
bool mbShowVBorder; /// Show Verticle Border
bool mbShowVBorder; /// Show Vertical Border
bool mbShowOutline; /// Show outline
explicit DataTableModel();
~DataTableModel();
......
......@@ -1098,7 +1098,7 @@ void ChartExport::exportTitle( const Reference< XShape >& xShape )
// TODO: lstStyle
pFS->singleElement( FSNS( XML_a, XML_lstStyle ),
FSEND );
// FIXME: handle multipul paragraphs to parse aText
// FIXME: handle multiple paragraphs to parse aText
pFS->startElement( FSNS( XML_a, XML_p ),
FSEND );
......
......@@ -1994,7 +1994,7 @@ void DrawingML::WriteParagraphProperties( const Reference< XTextContent >& rPara
|| nAlignment != style::ParagraphAdjust_LEFT
|| bHasLinespacing )
{
if (nParaLeftMargin) // For Paraghraph
if (nParaLeftMargin) // For Paragraph
mpFS->startElementNS( XML_a, XML_pPr,
XML_lvl, nLevel > 0 ? I32S( nLevel ) : nullptr,
XML_marL, nParaLeftMargin > 0 ? I32S( oox::drawingml::convertHmmToEmu( nParaLeftMargin ) ) : nullptr,
......
......@@ -1155,7 +1155,7 @@ void AxLabelModel::convertFromProperties( PropertySet& rPropSet, const ControlCo
setFlag( mnFlags, AX_FLAGS_WORDWRAP, bRes );
ControlConverter::convertToMSColor( rPropSet, PROP_TextColor, mnTextColor );
// VerticleAlign doesn't seem to be read from binary
// VerticalAlign doesn't seem to be read from binary
// not sure about background color, how do we decide when to set
// AX_FLAGS_OPAQUE ?
......
......@@ -1123,7 +1123,7 @@ namespace
uno::Reference< io::XInputStream > ZipPackage::writeTempFile()
{
// In case the target local file does not exist or empty
// write directly to it otherwize create a temporary file to write to.
// write directly to it otherwise create a temporary file to write to.
// If a temporary file is created it is returned back by the method.
// If the data written directly, xComponentStream will be switched here
......
......@@ -62,7 +62,7 @@ def _propertymode_to_str( mode ):
if PROP_ATTR_READONLY & mode:
ret = ret + "readonly "
if PROP_ATTR_TRANSIENT & mode:
ret = ret + "tranient "
ret = ret + "transient "
if PROP_ATTR_CONSTRAINED & mode:
ret = ret + "constrained "
if PROP_ATTR_BOUND & mode:
......
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