diff options
24 files changed, 26 insertions, 26 deletions
diff --git a/o3tl/qa/test-lru_map.cxx b/o3tl/qa/test-lru_map.cxx index b985966f43d2..37fc8a4f6788 100644 --- a/o3tl/qa/test-lru_map.cxx +++ b/o3tl/qa/test-lru_map.cxx @@ -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)); diff --git a/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java b/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java index 6fc0da170d48..e9ba0581c09e 100644 --- a/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java +++ b/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java @@ -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(); } } diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java index 18feea570728..a43c4da87a97 100644 --- a/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java +++ b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java @@ -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 = " diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java index 7d6a5b51c2c3..660f9f360ba6 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java @@ -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 ; diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java index c3afb6061999..3131332e7d53 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java @@ -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 diff --git a/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java b/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java index 73cb931b308a..136400544095 100644 --- a/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java +++ b/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java @@ -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 ) { diff --git a/odk/examples/DevelopersGuide/UCB/ResourceManager.java b/odk/examples/DevelopersGuide/UCB/ResourceManager.java index 30a183ca5e70..6eb10d87b992 100644 --- a/odk/examples/DevelopersGuide/UCB/ResourceManager.java +++ b/odk/examples/DevelopersGuide/UCB/ResourceManager.java @@ -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." ); diff --git a/odk/examples/OLE/activex/SOActiveX.cpp b/odk/examples/OLE/activex/SOActiveX.cpp index e264290a6db6..f98e2ddb1c37 100644 --- a/odk/examples/OLE/activex/SOActiveX.cpp +++ b/odk/examples/OLE/activex/SOActiveX.cpp @@ -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; diff --git a/odk/examples/java/NotesAccess/Makefile b/odk/examples/java/NotesAccess/Makefile index f403e58b48b0..47d024db8d5b 100644 --- a/odk/examples/java/NotesAccess/Makefile +++ b/odk/examples/java/NotesAccess/Makefile @@ -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 - diff --git a/odk/examples/java/ToDo/ToDo.java b/odk/examples/java/ToDo/ToDo.java index 564afed0fe4d..312ab42d3fd0 100644 --- a/odk/examples/java/ToDo/ToDo.java +++ b/odk/examples/java/ToDo/ToDo.java @@ -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 diff --git a/odk/source/com/sun/star/lib/loader/InstallationFinder.java b/odk/source/com/sun/star/lib/loader/InstallationFinder.java index 6de0c6468d50..5caef5445a15 100644 --- a/odk/source/com/sun/star/lib/loader/InstallationFinder.java +++ b/odk/source/com/sun/star/lib/loader/InstallationFinder.java @@ -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> */ diff --git a/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl b/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl index 70d62892b375..49a36594f875 100644 --- a/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl +++ b/offapi/com/sun/star/form/runtime/XFeatureInvalidation.idl @@ -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(); }; diff --git a/offapi/com/sun/star/frame/FeatureStateEvent.idl b/offapi/com/sun/star/frame/FeatureStateEvent.idl index e18e3e958c0d..026341239306 100644 --- a/offapi/com/sun/star/frame/FeatureStateEvent.idl +++ b/offapi/com/sun/star/frame/FeatureStateEvent.idl @@ -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 diff --git a/offapi/com/sun/star/util/XURLTransformer.idl b/offapi/com/sun/star/util/XURLTransformer.idl index 9a6efdb83ea1..e6d2b0212872 100644 --- a/offapi/com/sun/star/util/XURLTransformer.idl +++ b/offapi/com/sun/star/util/XURLTransformer.idl @@ -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. diff --git a/officecfg/README b/officecfg/README index 712bd439f2d0..320e85d8048f 100644 --- a/officecfg/README +++ b/officecfg/README @@ -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. diff --git a/onlineupdate/source/libmar/verify/cryptox.h b/onlineupdate/source/libmar/verify/cryptox.h index acecae64ccb0..d08ef159a83c 100644 --- a/onlineupdate/source/libmar/verify/cryptox.h +++ b/onlineupdate/source/libmar/verify/cryptox.h @@ -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. */ diff --git a/onlineupdate/source/update/common/updatehelper.cxx b/onlineupdate/source/update/common/updatehelper.cxx index d61a4d279096..319e6b02c66a 100644 --- a/onlineupdate/source/update/common/updatehelper.cxx +++ b/onlineupdate/source/update/common/updatehelper.cxx @@ -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; diff --git a/oox/README b/oox/README index dece2c68c5d1..d20d3349e789 100644 --- a/oox/README +++ b/oox/README @@ -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. diff --git a/oox/inc/drawingml/chart/plotareamodel.hxx b/oox/inc/drawingml/chart/plotareamodel.hxx index b90b90b3b3c2..00d1a31cc7bc 100644 --- a/oox/inc/drawingml/chart/plotareamodel.hxx +++ b/oox/inc/drawingml/chart/plotareamodel.hxx @@ -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(); diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index a6f3b1722225..bddb3c3a2f7a 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -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 ); diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index ce48bdd981a1..b33f150224d1 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -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, diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index 2e4d7507f422..c051f942a0c3 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -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 ? diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx index c214e94520f1..97a216297382 100644 --- a/package/source/zippackage/ZipPackage.cxx +++ b/package/source/zippackage/ZipPackage.cxx @@ -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 diff --git a/pyuno/source/module/unohelper.py b/pyuno/source/module/unohelper.py index e1e7e35b641c..a3e2141e7f84 100644 --- a/pyuno/source/module/unohelper.py +++ b/pyuno/source/module/unohelper.py @@ -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: |