diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-26 18:06:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-28 12:35:58 +0000 |
commit | 5d5dc059cb4b88fe19e5d92e7d9b9ae581afce98 (patch) | |
tree | 43837eb609f7fa349a318ca68d4040759bd2ca67 | |
parent | 69c88a32aad2cafde197e98557868ad069795d60 (diff) |
Fix typos
Change-Id: I80995af6459af9f647e66d1c85da2eedad2647b9
Reviewed-on: https://gerrit.libreoffice.org/16523
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
32 files changed, 32 insertions, 32 deletions
diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx index fece800bc371..35e9ed886593 100644 --- a/basic/source/comp/scanner.cxx +++ b/basic/source/comp/scanner.cxx @@ -484,7 +484,7 @@ bool SbiScanner::NextSym() pLine++; nCol++; if( *pLine != cSep || cSep == ']' ) { - // If VBA Interop then doen't eat the [] chars + // If VBA Interop then doesn't eat the [] chars if ( cSep == ']' && bVBASupportOn ) aSym = aLine.copy( n - 1, nCol - n + 1); else diff --git a/canvas/source/opengl/ogl_canvascustomsprite.cxx b/canvas/source/opengl/ogl_canvascustomsprite.cxx index f088180c98cd..6447d9398649 100644 --- a/canvas/source/opengl/ogl_canvascustomsprite.cxx +++ b/canvas/source/opengl/ogl_canvascustomsprite.cxx @@ -155,7 +155,7 @@ namespace oglcanvas IBufferContextSharedPtr pBufferContext; if( mfAlpha != 1.0 || mxClip.is() ) { - // drats. need to render to temp surface before, and then + // drats. Need to render to temp surface before, and then // composite that to screen // TODO(P3): buffer texture diff --git a/chart2/source/controller/inc/ObjectHierarchy.hxx b/chart2/source/controller/inc/ObjectHierarchy.hxx index 67e4fcf8a485..b48066270f00 100644 --- a/chart2/source/controller/inc/ObjectHierarchy.hxx +++ b/chart2/source/controller/inc/ObjectHierarchy.hxx @@ -45,7 +45,7 @@ public: typedef ::std::vector< tOID > tChildContainer; /** @param bFlattenDiagram - If <TRUE/>, the content of the diaram (data series, wall, floor, + If <TRUE/>, the content of the diagram (data series, wall, floor, etc.) is treated as being at the same level as the diagram. (This is used for keyboard navigation). */ diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx index da8c35870d9e..5dbe75d005f3 100644 --- a/drawinglayer/source/processor2d/vclprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx @@ -1130,7 +1130,7 @@ namespace drawinglayer void VclProcessor2D::RenderPolygonStrokePrimitive2D(const primitive2d::PolygonStrokePrimitive2D& rPolygonStrokeCandidate) { // #i101491# method restructured to clearly use the DrawPolyLine - // calls starting from a deined line width + // calls starting from a defined line width const attribute::LineAttribute& rLineAttribute = rPolygonStrokeCandidate.getLineAttribute(); const double fLineWidth(rLineAttribute.getWidth()); bool bDone(false); diff --git a/editeng/source/editeng/eertfpar.cxx b/editeng/source/editeng/eertfpar.cxx index 4af756cbf0c1..8d381d2927c2 100644 --- a/editeng/source/editeng/eertfpar.cxx +++ b/editeng/source/editeng/eertfpar.cxx @@ -389,7 +389,7 @@ void EditRTFParser::SetAttrInDoc( SvxRTFItemStackType &rSet ) if ( aStartPaM.GetNode() != aEndPaM.GetNode() ) { - // The rest dof the StartNodes... + // The rest of the StartNodes... if ( aStartPaM.GetIndex() == 0 ) mpEditEngine->SetParaAttribsOnly(nStartNode, rSet.GetAttrSet()); else diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx index 55f4f3fdfa7f..cecbf15511e9 100644 --- a/filter/source/msfilter/msdffimp.cxx +++ b/filter/source/msfilter/msdffimp.cxx @@ -5644,7 +5644,7 @@ void SvxMSDffManager::SetDgContainer( SvStream& rSt ) sal_uInt32 nFilePos = rSt.Tell(); DffRecordHeader aDgContHd; ReadDffRecordHeader( rSt, aDgContHd ); - // insert this container only if there is also a DgAtom + // insert this container only if there is also a DggAtom if ( SeekToRec( rSt, DFF_msofbtDg, aDgContHd.GetRecEndFilePos() ) ) { DffRecordHeader aRecHd; diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 6f1640111b39..424db9733e0a 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -52,7 +52,7 @@ public class RecoveryTest extends ComplexTestCase { static SOfficeFactory SOF; static RecoveryTools rt; /** - * If you devid the screen in four parts in the first of them the office + * If you divide the screen in four parts in the first of them the office * windows should be placed. The range of the first quarter is stored in the variable. */ static Point windowMaxPosition; diff --git a/framework/qa/complex/framework/recovery/RecoveryTools.java b/framework/qa/complex/framework/recovery/RecoveryTools.java index b199bcecc5b6..3a9451250049 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTools.java +++ b/framework/qa/complex/framework/recovery/RecoveryTools.java @@ -81,7 +81,7 @@ public class RecoveryTools { } /** - * After a crash the office start with a recovery diaolg. It could be that the office + * After a crash the office start with a recovery dialog. It could be that the office * is connectable but not all services to get the dialog a loaded. This function * tries to get the dialog until the <CODE>OfficeWatcher</CODE> kills the office. * @return a <CODE>XDialog</CODE> interface of the dialog diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx index 636dd223e14c..51a983d0b354 100644 --- a/framework/source/classes/framecontainer.cxx +++ b/framework/source/classes/framecontainer.cxx @@ -54,7 +54,7 @@ FrameContainer::~FrameContainer() /**-*************************************************************************************************************** @short append a new frame to the container - @descr We accept the incoming frame only, if it is a valid reference and dosnt exist already. + @descr We accept the incoming frame only, if it is a valid reference and doesn't exist already. @param xFrame frame, which should be added to this container diff --git a/include/oox/helper/modelobjecthelper.hxx b/include/oox/helper/modelobjecthelper.hxx index 2ced97341f25..7455215f8d23 100644 --- a/include/oox/helper/modelobjecthelper.hxx +++ b/include/oox/helper/modelobjecthelper.hxx @@ -110,7 +110,7 @@ public: private: ObjectContainer maMarkerContainer; ///< Contains all named line markers (line end polygons). - ObjectContainer maDashContainer; ///< Contains all named line dsahes. + ObjectContainer maDashContainer; ///< Contains all named line dashes. ObjectContainer maGradientContainer; ///< Contains all named fill gradients. ObjectContainer maTransGradContainer; ///< Contains all named transparency Gradients. ObjectContainer maBitmapUrlContainer; ///< Contains all named fill bitmap URLs. diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index 83ac1715e9c8..505635ae9f0d 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -239,7 +239,7 @@ public: bool bMirror45Allowed : 1; // if false, object cannot even be mirrored over axes in a 45 degree raster bool bMirror90Allowed : 1; // if false, object cannot even be mirrored over axes in a 90 degree raster bool bTransparenceAllowed : 1; // if false, object does not have an interactive transparence control - bool bGradientAllowed : 1; // if false, object dooes not have an interactive gradient control + bool bGradientAllowed : 1; // if false, object does not have an interactive gradient control bool bShearAllowed : 1; // if false, object cannot be sheared bool bEdgeRadiusAllowed : 1; bool bNoOrthoDesired : 1; // is true for Rect; is false for BMP, MTF diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx index 61b14ffec900..8e44eabd6a53 100644 --- a/include/svx/svdoedge.hxx +++ b/include/svx/svdoedge.hxx @@ -340,7 +340,7 @@ public: // Das ist der Default-Mindestabstand der bei der Berechnung der // Verbindungslinie zu den angedockten Objekten in logischen Einheiten. // Dieser Abstand wird innerhalb des Objektes "ueberschrieben", sobald -// der User an den Linien draggd. Beim Andocken an ein neues Objekt wird +// der User an den Linien dragged. Beim Andocken an ein neues Objekt wird // dann jedoch wieder dieser Default verwendet. // // diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx index 2fe33bff5ff5..a489f35215db 100644 --- a/linguistic/source/gciterator.cxx +++ b/linguistic/source/gciterator.cxx @@ -843,7 +843,7 @@ throw (uno::RuntimeException, std::exception) OUString aDocId = aIt->second; if (!m_aCurCheckedDocId.isEmpty() && m_aCurCheckedDocId == aDocId) { - // an entry for that document was dequed and is currently being checked. + // an entry for that document was dequeued and is currently being checked. bRes = true; } else diff --git a/lotuswordpro/source/filter/xfilter/xfborders.hxx b/lotuswordpro/source/filter/xfilter/xfborders.hxx index 4d5592c08fd9..57602c24f902 100644 --- a/lotuswordpro/source/filter/xfilter/xfborders.hxx +++ b/lotuswordpro/source/filter/xfilter/xfborders.hxx @@ -147,7 +147,7 @@ public: void SetWidth(enumXFBorder side, double width); /** - * @descr Set border side as doubel line. + * @descr Set border side as double line. * @param bSameWidth whether two borders are same width. */ void SetDoubleLine(enumXFBorder side, bool dual,bool bSameWidth); diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java index 0aa3fde333a9..c7891df841d4 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java @@ -429,7 +429,7 @@ public class FunctionHelper * URL too. But nobody guarantee that such notifications will occur. * (see dispatchWithNotification() if you interest on that) * The returned dispatch object should be hold alive by caller - * till he deosn't need it any longer. Otherwise the dispatcher can(!) + * till he doesn't need it any longer. Otherwise the dispatcher can(!) * die by decreasing his refcount. * * @param xFrame frame which should be the target of this dispatch diff --git a/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java b/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java index 467f3b5e91be..4466a7be8cd6 100644 --- a/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java +++ b/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java @@ -158,7 +158,7 @@ public class SpreadsheetSample extends SpreadsheetDocHelper } catch (Exception ex) { - System.out.println( "\nError: Dota pilot sample caught exception!\nException Message = " + System.out.println( "\nError: Data pilot sample caught exception!\nException Message = " + ex.getMessage()); ex.printStackTrace(); } diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index 6f0611f25891..5ea14eea01e2 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -211,7 +211,7 @@ inline void createTestFile( const ::rtl::OUString& basename, const ::rtl::OUStri createTestFile( aBaseURL ); } -/** detete a temp test file using OUString name. +/** delete a temp test file using OUString name. */ inline void deleteTestFile( const ::rtl::OUString& filename ) { diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx index 2d73d3ec157b..9abc1af193e6 100644 --- a/sc/source/core/data/document.cxx +++ b/sc/source/core/data/document.cxx @@ -2238,7 +2238,7 @@ void ScDocument::TransposeClip( ScDocument* pTransClip, InsertDeleteFlags nFlags "TransposeClip with wrong Document" ); // initialize - // -> pTransClip has to be delted before the original document! + // -> pTransClip has to be deleted before the original document! pTransClip->ResetClip(this, nullptr); // all diff --git a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java index 2988e5e85a63..68db1cfe964c 100644 --- a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java +++ b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java @@ -587,7 +587,7 @@ public class ParcelContainer implements XNameAccess { p.rename(newName); } - // removes but doesn't physically delele parcel from container + // removes but doesn't physically delete parcel from container public boolean removeParcel(String name) throws com.sun.star.container.NoSuchElementException, com.sun.star.lang.WrappedTargetException { diff --git a/scripting/source/vbaevents/eventhelper.cxx b/scripting/source/vbaevents/eventhelper.cxx index 368299134118..8748d0ad6691 100644 --- a/scripting/source/vbaevents/eventhelper.cxx +++ b/scripting/source/vbaevents/eventhelper.cxx @@ -850,7 +850,7 @@ bool DenyType(const ScriptEvent& evt, void* pPara) } //when mouse is moving, either the mouse button is pressed or some key is pressed can trigger the OO mouseDragged event, -//the former should be denyed, and the latter allowed, only by doing so can the VBA MouseMove event when the "Shift" key is +//the former should be denied, and the latter allowed, only by doing so can the VBA MouseMove event when the "Shift" key is //pressed can be correctly triggered bool DenyMouseDrag(const ScriptEvent& evt, void* ) { diff --git a/sd/source/ui/remotecontrol/mDNSResponder/dnssd_clientstub.c b/sd/source/ui/remotecontrol/mDNSResponder/dnssd_clientstub.c index f8ac11663bb4..c38197c97143 100644 --- a/sd/source/ui/remotecontrol/mDNSResponder/dnssd_clientstub.c +++ b/sd/source/ui/remotecontrol/mDNSResponder/dnssd_clientstub.c @@ -1890,7 +1890,7 @@ DNSServiceErrorType DNSSD_API DNSServiceRemoveRecord if (!err) { // This RecordRef could have been allocated in DNSServiceRegisterRecord or DNSServiceAddRecord. - // If so, delink from the list before freeing + // If so, unlink from the list before freeing DNSRecord **p = &sdRef->rec; while (*p && *p != RecordRef) p = &(*p)->recnext; if (*p) *p = RecordRef->recnext; diff --git a/sot/source/sdstor/stgdir.cxx b/sot/source/sdstor/stgdir.cxx index f48141ad2906..6ee4a618e493 100644 --- a/sot/source/sdstor/stgdir.cxx +++ b/sot/source/sdstor/stgdir.cxx @@ -136,7 +136,7 @@ void StgDirEntry::Enum( sal_Int32& n ) } // Delete all temporary entries before writing the TOC stream. -// Until now Deltem is never called with bForce True +// Until now Deltemp is never called with bForce True void StgDirEntry::DelTemp( bool bForce ) { diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx index a5895e165df2..d54ead014955 100644 --- a/svx/source/form/navigatortree.cxx +++ b/svx/source/form/navigatortree.cxx @@ -1757,7 +1757,7 @@ namespace svxform pFormShell->GetFormView()->DeleteMarked(); // start UNDO at this point. Unfortunately, this results in 2 UNDO actions, since DeleteMarked is - // creating an own one. However, if we'd move it before DeleteMarked, Writer doesi not really like + // creating an own one. However, if we'd move it before DeleteMarked, Writer does not really like // this ... :( // #i31038# { diff --git a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx index d40f8a41763a..496459ed49fc 100644 --- a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx +++ b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx @@ -764,7 +764,7 @@ namespace sdr { namespace contact { */ bool impl_isControlVisible_nofail() const { return m_bControlIsVisible; } - /** determines whether we are currently a listener at the control for desgin-mode relevant facets + /** determines whether we are currently a listener at the control for design-mode relevant facets @nofail */ bool impl_isDesignModeListening_nofail() const { return m_bIsDesignModeListening; } diff --git a/svx/source/svdraw/svdxcgv.cxx b/svx/source/svdraw/svdxcgv.cxx index b915c097cd67..aeb085bd6f17 100644 --- a/svx/source/svdraw/svdxcgv.cxx +++ b/svx/source/svdraw/svdxcgv.cxx @@ -570,7 +570,7 @@ GDIMetaFile SdrExchangeView::GetMarkedObjMetaFile(bool bNoVDevIfOneMtfMarked) co // moving the result is more reliable then setting a relative MapMode at the VDev (used // before), also see #i99268# in GetObjGraphic() below. Some draw actions at // the OutDev are simply not handled correctly when a MapMode is set at the - // target devive, e.g. MetaFloatTransparentAction. Even the Move for this action + // target device, e.g. MetaFloatTransparentAction. Even the Move for this action // was missing the manipulation of the embedded Metafile aMtf.Move(-aBound.Left(), -aBound.Top()); diff --git a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx index f702fa9cfc2e..102c1a5dffeb 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx @@ -352,7 +352,7 @@ DECLARE_OOXMLEXPORT_TEST(testAlphabeticalIndex_AutoColumn,"alphabeticalIndex_Aut assertXPathContent(pXmlDoc, "/w:document/w:body/w:p[2]/w:r[2]/w:instrText", " INDEX \\e \""); - // check for section break doestn't appear for any paragraph + // check for section break doesn't appear for any paragraph assertXPath(pXmlDoc, "/w:document/w:body/w:p/w:pPr/w:sectPr", 0); } diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index 8a223584722e..24116ef86ac0 100644 --- a/sw/qa/extras/rtfimport/rtfimport.cxx +++ b/sw/qa/extras/rtfimport/rtfimport.cxx @@ -1752,7 +1752,7 @@ DECLARE_RTFIMPORT_TEST(testTableBorderDefaults, "fdo68779.rtf") DECLARE_RTFIMPORT_TEST(testShpzDhgt, "shpz-dhgt.rtf") { - // Test that shpz has priority over dhght and not the other way around. + // Test that shpz has priority over dhgt and not the other way around. // Drawpage is sorted by ZOrder, so first should be red (back). CPPUNIT_ASSERT_EQUAL(sal_Int32(0xff0000), getProperty<sal_Int32>(getShape(1), "FillColor")); // Second (front) should be green. diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx index 33b39e757a6d..96ddeebd92e9 100644 --- a/sw/source/filter/ww8/ww8par5.cxx +++ b/sw/source/filter/ww8/ww8par5.cxx @@ -245,7 +245,7 @@ long SwWW8ImplReader::Read_AtnBook(WW8PLCFManResult*) // general help methods to separate parameters /// translate FieldParameter names into the system character set and -/// at the same time, douple backslashes are converted into single ones +/// at the same time, double backslashes are converted into single ones OUString SwWW8ImplReader::ConvertFFileName(const OUString& rOrg) { OUString aName = rOrg; diff --git a/ucb/source/cacher/dynamicresultsetwrapper.cxx b/ucb/source/cacher/dynamicresultsetwrapper.cxx index aa4e7d9b8404..0bada74f5700 100644 --- a/ucb/source/cacher/dynamicresultsetwrapper.cxx +++ b/ucb/source/cacher/dynamicresultsetwrapper.cxx @@ -408,7 +408,7 @@ void SAL_CALL DynamicResultSetWrapper throw ListenerAlreadySetException(); Reference< XSourceInitialization > xTarget( xCache, UNO_QUERY ); - OSL_ENSURE( xTarget.is(), "The given Target dosn't have the required interface 'XSourceInitialization'" ); + OSL_ENSURE( xTarget.is(), "The given Target doesn't have the required interface 'XSourceInitialization'" ); if( xTarget.is() && m_xContext.is() ) { //@todo m_aSourceSet.wait();? diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index 585cdb7a2dce..856b807c6782 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -275,7 +275,7 @@ void ImplToolItem::DetermineButtonDrawStyle( ButtonType eButtonType, bool& rbIma bHasText = true; // prefer images if symbolonly buttons are drawn - // prefer texts if textonly buttons are dreawn + // prefer texts if textonly buttons are drawn if ( eButtonType == ButtonType::SYMBOLONLY ) // drawing icons only { diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.py b/wizards/com/sun/star/wizards/web/WWD_Events.py index 15c2ef05f4d9..ed37193853aa 100644 --- a/wizards/com/sun/star/wizards/web/WWD_Events.py +++ b/wizards/com/sun/star/wizards/web/WWD_Events.py @@ -53,7 +53,7 @@ class WWD_Events(WWD_Startup): ''' He - my constructor ! I add a window listener, which, when - the window closes, deltes the temp directory. + the window closes, deletes the temp directory. ''' def __init__(self, xmsf): diff --git a/xmloff/source/style/undlihdl.cxx b/xmloff/source/style/undlihdl.cxx index 2832d113519a..a5b7d2788164 100644 --- a/xmloff/source/style/undlihdl.cxx +++ b/xmloff/source/style/undlihdl.cxx @@ -326,7 +326,7 @@ bool XMLUnderlineWidthPropHdl::importXML( const OUString& rStrImpValue, uno::Any eNewUnderline = awt::FontUnderline::BOLDWAVE; break; default: - // a doube line style overwrites a bold one + // a double line style overwrites a bold one eNewUnderline = eUnderline; break; } |