summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-23 09:58:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-28 12:28:31 +0000
commit69c88a32aad2cafde197e98557868ad069795d60 (patch)
tree86fbddd2167952c13b10ca989d37e179a63cdde9
parent2a5a4497c210b649fdfaae8b74d742f23df32499 (diff)
Fix typos
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff Reviewed-on: https://gerrit.libreoffice.org/16522 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--basegfx/source/polygon/b2dpolygoncutandtouch.cxx2
-rw-r--r--basegfx/source/tools/canvastools.cxx2
-rw-r--r--basic/source/comp/dim.cxx2
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx2
-rw-r--r--cppcanvas/source/mtfrenderer/implrenderer.cxx2
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.hxx2
-rw-r--r--dbaccess/source/ui/misc/UITools.cxx2
-rw-r--r--drawinglayer/source/processor2d/vclpixelprocessor2d.cxx2
-rw-r--r--editeng/source/editeng/edtspell.cxx2
-rw-r--r--embeddedobj/source/commonembedding/persistence.cxx2
-rw-r--r--extensions/qa/integration/extensions/Frame.java2
-rw-r--r--framework/inc/classes/framecontainer.hxx2
-rw-r--r--framework/qa/complex/framework/autosave/Protocol.java2
-rw-r--r--framework/source/services/frame.cxx2
-rw-r--r--include/svtools/table/tablesort.hxx2
-rw-r--r--include/svtools/treelistentry.hxx2
-rw-r--r--include/unotools/mediadescriptor.hxx2
-rw-r--r--libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx2
-rw-r--r--lotuswordpro/source/filter/lwpgrfobj.cxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfnumfmt.hxx2
-rw-r--r--odk/examples/DevelopersGuide/Text/TextDocuments.java2
-rw-r--r--package/source/xstor/xstorage.cxx2
-rw-r--r--qadevOOo/runner/helper/APIDescGetter.java2
-rw-r--r--qadevOOo/runner/helper/CwsDataExchangeImpl.java2
-rw-r--r--qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java2
-rw-r--r--reportdesign/source/ui/inc/GeometryHandler.hxx2
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx2
-rw-r--r--sc/source/ui/view/gridwin.cxx2
-rw-r--r--sd/source/ui/inc/optsitem.hxx2
-rw-r--r--sfx2/qa/complex/sfx2/UndoManager.java2
-rw-r--r--sfx2/source/control/dispatch.cxx2
-rw-r--r--solenv/bin/modules/installer/scriptitems.pm2
-rw-r--r--svx/source/svdraw/svddrgmt.cxx2
-rw-r--r--sw/inc/view.hxx2
-rw-r--r--sw/source/core/crsr/crsrsh.cxx2
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx2
-rw-r--r--sw/source/ui/vba/vbainformationhelper.cxx2
-rw-r--r--vcl/inc/outdev.h2
-rw-r--r--vcl/source/window/dockingarea.cxx2
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Events.py4
-rw-r--r--xmloff/source/core/xmlexp.cxx2
-rw-r--r--xmloff/source/text/XMLRedlineExport.cxx2
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx2
43 files changed, 44 insertions, 44 deletions
diff --git a/basegfx/source/polygon/b2dpolygoncutandtouch.cxx b/basegfx/source/polygon/b2dpolygoncutandtouch.cxx
index 6a4370a723b2..25b05307f213 100644
--- a/basegfx/source/polygon/b2dpolygoncutandtouch.cxx
+++ b/basegfx/source/polygon/b2dpolygoncutandtouch.cxx
@@ -266,7 +266,7 @@ namespace basegfx
// it is not sufficient to use findCuts() recursively. This will indeed find the cuts between the
// segments of the two temporarily adaptive subdivided bezier segments, but not the touches or
// equal points of them.
- // It would be possible to find the toches using findTouches(), but at last with commpn points
+ // It would be possible to find the touches using findTouches(), but at last with common points
// the adding of cut points (temporary points) would fail. But for these temporarily adaptive
// subdivided bezier segments, common points may be not very likely, but the bug shows that it
// happens.
diff --git a/basegfx/source/tools/canvastools.cxx b/basegfx/source/tools/canvastools.cxx
index f59f44781a48..ec537ba2722a 100644
--- a/basegfx/source/tools/canvastools.cxx
+++ b/basegfx/source/tools/canvastools.cxx
@@ -64,7 +64,7 @@ namespace basegfx
uno::Sequence< geometry::RealBezierSegment2D > outputSequence(nPointCount);
geometry::RealBezierSegment2D* pOutput = outputSequence.getArray();
- // fill sequences and imply clodes polygon on this implementation layer
+ // fill sequences and imply closed polygon on this implementation layer
for(sal_uInt32 a(0); a < nPointCount; a++)
{
const basegfx::B2DPoint aStart(rPoly.getB2DPoint(a));
diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx
index 461dcf6328f0..47e878282ec8 100644
--- a/basic/source/comp/dim.cxx
+++ b/basic/source/comp/dim.cxx
@@ -396,7 +396,7 @@ void SbiParser::DefVar( SbiOpcode eOp, bool bStatic )
aGen.Gen( eOp2, pDef->GetId(), nOpnd2 );
}
- // Initialising for self-defined daty types
+ // Initialising for self-defined data types
// and per NEW created variable
if( pDef->GetType() == SbxOBJECT
&& pDef->GetTypeId() )
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx
index ced7ca53127f..0f13ae07d2b9 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -2519,7 +2519,7 @@ OUString ODbaseTable::createTempFile()
void ODbaseTable::copyData(ODbaseTable* _pNewTable,sal_Int32 _nPos)
{
- sal_Int32 nPos = _nPos + 1; // +1 because we always have the bookmark clumn as well
+ sal_Int32 nPos = _nPos + 1; // +1 because we always have the bookmark column as well
OValueRefRow aRow = new OValueRefVector(m_pColumns->getCount());
OValueRefRow aInsertRow;
if(_nPos)
diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx
index 8574e88066ca..394db50a6d2b 100644
--- a/cppcanvas/source/mtfrenderer/implrenderer.cxx
+++ b/cppcanvas/source/mtfrenderer/implrenderer.cxx
@@ -184,7 +184,7 @@ namespace
double* pDashArray = o_rStrokeAttributes.DashArray.getArray();
- // iteratively fill dash array, first with dashs, then
+ // iteratively fill dash array, first with dashes, then
// with dots.
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.hxx b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
index 8c75918a2a62..b4219a36fb01 100644
--- a/dbaccess/source/ui/app/AppDetailPageHelper.hxx
+++ b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
@@ -52,7 +52,7 @@ namespace dbaui
GraphicObject m_aGraphicObj;
Rectangle m_aPreviewRect;
- /** gets the graphic cnter rect
+ /** gets the graphic center rect
@param rGraphic
the graphic
@param rResultRect
diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx
index 37c57f64713a..5fa0ba84f11e 100644
--- a/dbaccess/source/ui/misc/UITools.cxx
+++ b/dbaccess/source/ui/misc/UITools.cxx
@@ -157,7 +157,7 @@ SQLExceptionInfo createConnection( const Reference< ::com::sun::star::beans::XP
SQLExceptionInfo aInfo;
if ( !_xDataSource.is() )
{
- SAL_WARN("dbaccess.ui", "createConnection: coult not retrieve the data source!");
+ SAL_WARN("dbaccess.ui", "createConnection: could not retrieve the data source!");
return aInfo;
}
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
index a27ba461fa79..825e203116ce 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
@@ -1068,7 +1068,7 @@ namespace drawinglayer
else
{
// Lines with 1 and 2 pixel width without AA need special treatment since their vsiualisation
- // as filled polygons is geometrically corret but looks wrong since polygon filling avoids
+ // as filled polygons is geometrically correct but looks wrong since polygon filling avoids
// the right and bottom pixels. The used method evaluates that and takes the correct action,
// including calling recursively with decomposition if line is wide enough
RenderPolygonStrokePrimitive2D(rPolygonStrokePrimitive2D);
diff --git a/editeng/source/editeng/edtspell.cxx b/editeng/source/editeng/edtspell.cxx
index 8b50d9f58e55..a872de884329 100644
--- a/editeng/source/editeng/edtspell.cxx
+++ b/editeng/source/editeng/edtspell.cxx
@@ -496,7 +496,7 @@ WrongList* WrongList::Clone() const
// #i102062#
bool WrongList::operator==(const WrongList& rCompare) const
{
- // cleck direct members
+ // check direct members
if(GetInvalidStart() != rCompare.GetInvalidStart()
|| GetInvalidEnd() != rCompare.GetInvalidEnd()
|| maRanges.size() != rCompare.maRanges.size())
diff --git a/embeddedobj/source/commonembedding/persistence.cxx b/embeddedobj/source/commonembedding/persistence.cxx
index 10a4485f4bbf..5b84c98d9941 100644
--- a/embeddedobj/source/commonembedding/persistence.cxx
+++ b/embeddedobj/source/commonembedding/persistence.cxx
@@ -520,7 +520,7 @@ uno::Reference< util::XCloseable > OCommonEmbeddedObject::LoadDocumentFromStorag
{
}
- SAL_WARN_IF( aTempFileURL.isEmpty(), "embeddedobj.common", "Coudn't retrieve temporary file URL!" );
+ SAL_WARN_IF( aTempFileURL.isEmpty(), "embeddedobj.common", "Couldn't retrieve temporary file URL!" );
aLoadArgs.put( "URL", aTempFileURL );
aLoadArgs.put( "InputStream", xTempInpStream );
diff --git a/extensions/qa/integration/extensions/Frame.java b/extensions/qa/integration/extensions/Frame.java
index e953c63ca255..15f26de744c4 100644
--- a/extensions/qa/integration/extensions/Frame.java
+++ b/extensions/qa/integration/extensions/Frame.java
@@ -24,7 +24,7 @@ import com.sun.star.task.XStatusIndicatorFactory;
import com.sun.star.util.XCloseable;
/**
- * wraps the coms.sun.star.frame.Frame service
+ * wraps the com.sun.star.frame.Frame service
*/
public class Frame implements XDispatchProvider,
XDispatchProviderInterception,
diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx
index b7b2381e4dbe..4c43a82f3834 100644
--- a/framework/inc/classes/framecontainer.hxx
+++ b/framework/inc/classes/framecontainer.hxx
@@ -47,7 +47,7 @@ typedef TFrameContainer::const_iterator TConstFrameI
/*-************************************************************************************************************
@short implement a container to hold children of frame, task or desktop
@descr Every object of frame, task or desktop hold reference to his children. These container is used as helper
- to do this. Some helper-classe like OFrames or OTasksAccess use it to. They hold a pointer to an instance
+ to do this. Some helper-classes like OFrames or OTasksAccess use it to. They hold a pointer to an instance
of this class, which is a member of a frame, task or desktop! You can append and remove frames.
It's possible to set one of these frames as active or deactive. You could have full index-access to
container-items.
diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java
index 76f64b21e59e..2c90a30688af 100644
--- a/framework/qa/complex/framework/autosave/Protocol.java
+++ b/framework/qa/complex/framework/autosave/Protocol.java
@@ -350,7 +350,7 @@ public class Protocol extends JComponent
bTypeCellFilled = true;
}
- // if no tyope information was added to the current coloum, we must
+ // if no type information was added to the current column, we must
// write any content into this cell. Otherwise some browser
// shows a strange layout!
if (! bTypeCellFilled)
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index dc6eba74b022..1440bd22d965 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -2284,7 +2284,7 @@ void SAL_CALL Frame::releaseDispatchProviderInterceptor( const css::uno::Referen
/*-****************************************************************************************************
@short provides information about all possible dispatch functions
- inside the currnt frame environment
+ inside the current frame environment
*//*-*****************************************************************************************************/
css::uno::Sequence< sal_Int16 > SAL_CALL Frame::getSupportedCommandGroups()
throw(css::uno::RuntimeException, std::exception)
diff --git a/include/svtools/table/tablesort.hxx b/include/svtools/table/tablesort.hxx
index 493f7c199704..cd9d164a3165 100644
--- a/include/svtools/table/tablesort.hxx
+++ b/include/svtools/table/tablesort.hxx
@@ -60,7 +60,7 @@ namespace svt { namespace table
//= ITableDataSort
- /** provides sorting functionality for the datta underlying an ITableModel
+ /** provides sorting functionality for the data underlying an ITableModel
*/
class SAL_NO_VTABLE ITableDataSort
{
diff --git a/include/svtools/treelistentry.hxx b/include/svtools/treelistentry.hxx
index 11478173bbce..6ffd1d45fa34 100644
--- a/include/svtools/treelistentry.hxx
+++ b/include/svtools/treelistentry.hxx
@@ -89,7 +89,7 @@ public:
size_t ItemCount() const;
// MAY ONLY BE CALLED IF THE ENTRY HAS NOT YET BEEN INSERTED INTO
- // THE MODEL, AS OTHERWISE NO VIEW-DEPENDENT DATEA ARE ALLOCATED
+ // THE MODEL, AS OTHERWISE NO VIEW-DEPENDENT DATA ARE ALLOCATED
// FOR THE ITEM!
void AddItem( SvLBoxItem* pItem );
void ReplaceItem( SvLBoxItem* pNewItem, size_t nPos );
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx
index e88b20d1f8fc..393aeeddc206 100644
--- a/include/unotools/mediadescriptor.hxx
+++ b/include/unotools/mediadescriptor.hxx
@@ -105,7 +105,7 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
/** @short these ctors do nothing - excepting that they forward
the given parameters to the base class ctors.
- @descr The ctros must be overwritten to resolve conflicts with
+ @descr The ctors must be overwritten to resolve conflicts with
the default ctors of the compiler :-(.
*/
MediaDescriptor();
diff --git a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
index a583323e8bca..917b2947434c 100644
--- a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
+++ b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
@@ -311,7 +311,7 @@ static void signalPart(LOKDocView* /*pLOKDocView*/, int nPart, gpointer /*pData*
g_bPartSelectorBroadcast = true;
}
-/// User clicked on a cmmand button -> inform LOKDocView.
+/// User clicked on a command button -> inform LOKDocView.
static void toggleToolItem(GtkWidget* pWidget, gpointer /*pData*/)
{
if (g_bToolItemBroadcast)
diff --git a/lotuswordpro/source/filter/lwpgrfobj.cxx b/lotuswordpro/source/filter/lwpgrfobj.cxx
index ad1a9bcaf0b1..2627c425b3dd 100644
--- a/lotuswordpro/source/filter/lwpgrfobj.cxx
+++ b/lotuswordpro/source/filter/lwpgrfobj.cxx
@@ -383,7 +383,7 @@ sal_uInt32 LwpGraphicObject::GetRawGrafData(sal_uInt8*& pGrafData)
}
/**
- * @descr get the image data (only -D dara) read from bento stream according to the VO_GRAPHIC ID.
+ * @descr get the image data (only -D data) read from bento stream according to the VO_GRAPHIC ID.
* @param pGrafData the array to store the image data. the pointer need to be deleted outside.
* @return the length of the image data.
*/
diff --git a/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx b/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
index 9409d3dc36c3..7311dc3870ee 100644
--- a/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
@@ -111,7 +111,7 @@ public:
二 item2
三 item3
- Of cource, for unordered-list, you can also set the format to
+ Of course, for unordered-list, you can also set the format to
be a bullet char,ie:
'','','','','',
* @param: prefix
diff --git a/odk/examples/DevelopersGuide/Text/TextDocuments.java b/odk/examples/DevelopersGuide/Text/TextDocuments.java
index 510abe0f26bc..2d9da20a7105 100644
--- a/odk/examples/DevelopersGuide/Text/TextDocuments.java
+++ b/odk/examples/DevelopersGuide/Text/TextDocuments.java
@@ -1492,7 +1492,7 @@ public class TextDocuments {
}
}
}
- // Get the XParagraphCursor interface of our text cursro
+ // Get the XParagraphCursor interface of our text cursor
XParagraphCursor xParaCursor = UnoRuntime.queryInterface( XParagraphCursor.class, mxDocCursor );
// Go to the end of the document, then select the preceding paragraphs
mxDocCursor.gotoEnd ( false );
diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx
index b722348b652b..daca1c31db58 100644
--- a/package/source/xstor/xstorage.cxx
+++ b/package/source/xstor/xstorage.cxx
@@ -964,7 +964,7 @@ void OStorage_Impl::CopyStorageElement( SotElement_Impl* pElement,
AddLog( THROW_WHERE "Handled exception" );
// If the common storage password does not allow to open the stream
- // it could be copyed in raw way, the problem is that the StartKey should be the same
+ // it could be copied in raw way, the problem is that the StartKey should be the same
// in the ODF1.2 package, so an invalid package could be produced if the stream
// is copied from ODF1.1 package, where it is allowed to have different StartKeys
uno::Reference< embed::XStorageRawAccess > xRawDest( xDest, uno::UNO_QUERY_THROW );
diff --git a/qadevOOo/runner/helper/APIDescGetter.java b/qadevOOo/runner/helper/APIDescGetter.java
index 2df8ceae37ec..60304c87c099 100644
--- a/qadevOOo/runner/helper/APIDescGetter.java
+++ b/qadevOOo/runner/helper/APIDescGetter.java
@@ -50,7 +50,7 @@ import share.DescGetter;
* lists all known module tests<br>
* <br>
* -sce SCENARIO_FILE<br>
- * A scenario file is a property file which could cotain <B>-o</B> and <B>-p</B> properties<br>
+ * A scenario file is a property file which could contain <B>-o</B> and <B>-p</B> properties<br>
* <br>
* -sce sw.SwXBodyText,sw.SwXBookmark<br>
* runs the module test of <B>Sw.SwXBodyText</B> and <B>sw.SwXBookmark</B><br>
diff --git a/qadevOOo/runner/helper/CwsDataExchangeImpl.java b/qadevOOo/runner/helper/CwsDataExchangeImpl.java
index d9887e1b74c5..01dc2bc5fe07 100644
--- a/qadevOOo/runner/helper/CwsDataExchangeImpl.java
+++ b/qadevOOo/runner/helper/CwsDataExchangeImpl.java
@@ -101,7 +101,7 @@ public class CwsDataExchangeImpl
}
/**
- * Set the test status of cws related UnoAPI tests to the EIS dabase
+ * Set the test status of cws related UnoAPI tests to the EIS database
* @param status the status of the UnoAPI test
*/
public void setUnoApiCwsStatus(boolean status)
diff --git a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
index 08c027760008..2134a87eb18a 100644
--- a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
+++ b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
@@ -322,7 +322,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
- * The cluase which was setted by <code>setHavingClause</code> must be returned
+ * The clause which was setted by <code>setHavingClause</code> must be returned
* while calling from object relation <code>XQueryAna</code>
* method <code>getHavingClause</code>
*/
diff --git a/reportdesign/source/ui/inc/GeometryHandler.hxx b/reportdesign/source/ui/inc/GeometryHandler.hxx
index f350f3b263d5..80ab1ba06523 100644
--- a/reportdesign/source/ui/inc/GeometryHandler.hxx
+++ b/reportdesign/source/ui/inc/GeometryHandler.hxx
@@ -121,7 +121,7 @@ namespace rptui
*/
void impl_createFunction(const OUString& _sFunctionName,const OUString& _sDataField,const DefaultFunction& _aFunction);
- /** check whether the given function name is a countr function.
+ /** check whether the given function name is a counter function.
*
* \param _sQuotedFunctionName the quoted function name to check
* \param _Out_sScope the scope of the function
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx
index d5dc72a1ed62..e1a296888d1d 100644
--- a/reportdesign/source/ui/report/ReportController.cxx
+++ b/reportdesign/source/ui/report/ReportController.cxx
@@ -3163,7 +3163,7 @@ void OReportController::createControl(const Sequence< PropertyValue >& _aArgs,co
if ( !pSectionWindow )
return;
- OSL_ENSURE(pSectionWindow->getReportSection().getSection() == _xSection,"Invalid section after marking the corrct one.");
+ OSL_ENSURE(pSectionWindow->getReportSection().getSection() == _xSection,"Invalid section after marking the correct one.");
sal_Int32 nLeftMargin = getStyleProperty<sal_Int32>(m_xReportDefinition,PROPERTY_LEFTMARGIN);
const sal_Int32 nRightMargin = getStyleProperty<sal_Int32>(m_xReportDefinition,PROPERTY_RIGHTMARGIN);
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index a844b1a78bc7..c89e3f541e8b 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -3224,7 +3224,7 @@ void ScGridWindow::Command( const CommandEvent& rCEvt )
SdrView* pDrawView = pViewSh->GetSdrView();
if (pDrawView && pDrawView->AreObjectsMarked())
{
- // #100442#; the conext menu should open in the middle of the selected objects
+ // #100442#; the context menu should open in the middle of the selected objects
Rectangle aSelectRect(LogicToPixel(pDrawView->GetAllMarkedBoundRect()));
aMenuPos = aSelectRect.Center();
}
diff --git a/sd/source/ui/inc/optsitem.hxx b/sd/source/ui/inc/optsitem.hxx
index 4e13f9725fe0..57c4569eba25 100644
--- a/sd/source/ui/inc/optsitem.hxx
+++ b/sd/source/ui/inc/optsitem.hxx
@@ -117,7 +117,7 @@ class SD_DLLPUBLIC SdOptionsLayout : public SdOptionsGeneric
private:
bool bRuler; // Layout/Display/Ruler
- bool bMoveOutline; // Layout/Display/Contur
+ bool bMoveOutline; // Layout/Display/Contour
bool bDragStripes; // Layout/Display/Guide
bool bHandlesBezier; // Layout/Display/Bezier
bool bHelplines; // Layout/Display/Helpline
diff --git a/sfx2/qa/complex/sfx2/UndoManager.java b/sfx2/qa/complex/sfx2/UndoManager.java
index adae001c2472..45f99fd9d441 100644
--- a/sfx2/qa/complex/sfx2/UndoManager.java
+++ b/sfx2/qa/complex/sfx2/UndoManager.java
@@ -847,7 +847,7 @@ public class UndoManager
assertFalse( m_undoListener.wasHiddenContextLeft() );
assertFalse( m_undoListener.hasContextBeenCancelled() );
assertEquals( "unexpected undo context depth leaving a non-empty context", 0, m_undoListener.getCurrentUndoContextDepth() );
- // leaving a non-empty context should have cleare the redo stack
+ // leaving a non-empty context should have cleared the redo stack
assertArrayEquals( new String[0], i_undoManager.getAllRedoActionTitles() );
assertTrue( m_undoListener.wasRedoStackCleared() );
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index a70d6d9f8536..64a6cb559c74 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -160,7 +160,7 @@ void SfxDispatcher::Flush()
/** With this method, a <SfxShell> pushed on to the SfxDispatcher.
The SfxShell is first marked for push and a timer is set up.
- First when the timer has couted down to zero the push
+ First when the timer has counted down to zero the push
( <SfxDispatcher::Flush()> ) is actually performed and the
<SfxBindings> is invalidated. While the timer is counting down
the opposing push and pop commands on the same SfxShell are
diff --git a/solenv/bin/modules/installer/scriptitems.pm b/solenv/bin/modules/installer/scriptitems.pm
index 7fdb6540c34b..5f8dfd698d5f 100644
--- a/solenv/bin/modules/installer/scriptitems.pm
+++ b/solenv/bin/modules/installer/scriptitems.pm
@@ -1502,7 +1502,7 @@ sub remove_Helppacklibraries_from_Installset
}
############################################################################
-# Some files cotain a $ in their name. epm conflicts with such files.
+# Some files contain a $ in their name. epm conflicts with such files.
# Solution: Renaming this files, converting "$" to "$$"
############################################################################
diff --git a/svx/source/svdraw/svddrgmt.cxx b/svx/source/svdraw/svddrgmt.cxx
index 4834bb0d5348..52cce9c28376 100644
--- a/svx/source/svdraw/svddrgmt.cxx
+++ b/svx/source/svdraw/svddrgmt.cxx
@@ -3854,7 +3854,7 @@ bool SdrDragCrop::EndSdrDrag(bool /*bCopy*/)
getSdrDragView().AddUndo( getSdrDragView().GetModel()->GetSdrUndoFactory().CreateUndoAttrObject(*pObj));
}
- // new part to comute the user's drag activities
+ // new part to commute the user's drag activities
// get the original objects transformation
basegfx::B2DHomMatrix aOriginalMatrix;
basegfx::B2DPolyPolygon aPolyPolygon;
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx
index 22695eece8a3..2a21a2065da3 100644
--- a/sw/inc/view.hxx
+++ b/sw/inc/view.hxx
@@ -181,7 +181,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
sal_uInt16 m_nOldPageNum;
OUString m_sOldSectionName;
- Point m_aTabColFromDocPos; // moving table colmns out of the document
+ Point m_aTabColFromDocPos; // moving table columns out of the document
SwTextNode * m_pNumRuleNodeFromDoc; // Moving indent of numrule #i23726#
Size m_aDocSz; // current document size
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 131b1da9e93a..6c09f61a4e71 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -1697,7 +1697,7 @@ void SwCrsrShell::UpdateCrsr( sal_uInt16 eFlags, bool bIdleEnd )
bChgState = false;
else
{
- m_eMvState = MV_NONE; // state for crusor travelling
+ m_eMvState = MV_NONE; // state for cursor travelling
m_bAllProtect = true;
if( GetDoc()->GetDocShell() )
{
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index f5dd2716085f..0e54efd42de4 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -526,7 +526,7 @@ void DocxAttributeOutput::EndParagraph( ww8::WW8TableNodeInfoInner::Pointer_t pT
--m_nTextFrameLevel;
- /* If m_nHyperLinkCount > 0 that means hyperlink tag is not yet colsed.
+ /* If m_nHyperLinkCount > 0 that means hyperlink tag is not yet closed.
* This is due to nested hyperlink tags. So close it before end of paragraph.
*/
if(m_nHyperLinkCount > 0)
diff --git a/sw/source/ui/vba/vbainformationhelper.cxx b/sw/source/ui/vba/vbainformationhelper.cxx
index 609e4732e962..55128004edcd 100644
--- a/sw/source/ui/vba/vbainformationhelper.cxx
+++ b/sw/source/ui/vba/vbainformationhelper.cxx
@@ -56,7 +56,7 @@ double SwVbaInformationHelper::handleWdVerticalPositionRelativeToPage( const css
SwViewShell* pViewSh = pDoc->getIDocumentLayoutAccess().GetCurrentViewShell();
sal_Int32 nPageHeight = pViewSh ? pViewSh->GetPageSize( nCurrentPage, false ).Height() : 0;
// FIXME: handle multipul page style
- // it is very strange that the curros position is incorrect when open Word file.
+ // it is very strange that the cursor position is incorrect when open Word file.
// e.g. if current cursor in the top left of the text body of the first page without header,
// the top value of current position should be 0, but is 201 when open a Word file.
nCurrentPos = nCurrentPos + nTopMargin - ( DEFAULT_PAGE_DISTANCE + convertTwipToMm100( nPageHeight ) ) * ( nCurrentPage - 1 );
diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h
index 7d4479825667..abedf48e2f95 100644
--- a/vcl/inc/outdev.h
+++ b/vcl/inc/outdev.h
@@ -83,7 +83,7 @@ protected:
};
// ImplDirectFontSubstitution is for Tools->Options->FontReplacement and PsPrinter substitutions
-// The clss is just a simple port of the unmaintainable manual-linked-list based mechanism
+// The class is just a simple port of the unmaintainable manual-linked-list based mechanism
// TODO: get rid of this class when the Tools->Options->FontReplacement tabpage is gone for good
struct ImplFontSubstEntry
diff --git a/vcl/source/window/dockingarea.cxx b/vcl/source/window/dockingarea.cxx
index f60292be9dc0..aa88007b7a40 100644
--- a/vcl/source/window/dockingarea.cxx
+++ b/vcl/source/window/dockingarea.cxx
@@ -75,7 +75,7 @@ void DockingAreaWindow::DataChanged( const DataChangedEvent& rDCEvt )
static void ImplInvalidateMenubar( DockingAreaWindow* pThis )
{
- // due to a possible comon gradient covering menubar and top dockingarea
+ // due to a possible common gradient covering menubar and top dockingarea
// the menubar must be repainted if the top dockingarea changes size or visibility
if( ImplGetSVData()->maNWFData.mbMenuBarDockingAreaCommonBG &&
(pThis->GetAlign() == WINDOWALIGN_TOP)
diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.py b/wizards/com/sun/star/wizards/web/WWD_Events.py
index 72b393ec69f8..15c2ef05f4d9 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Events.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Events.py
@@ -202,8 +202,8 @@ class WWD_Events(WWD_Startup):
'''
when the user clicks another document
in the listbox, this method is called,
- and couses the display in
- the textboxes title,description, author and export format
+ and causes the display in
+ the textboxes title, description, author and export format
to change
'''
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 2033c013180a..471a307a6886 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -1511,7 +1511,7 @@ sal_uInt32 SvXMLExport::exportDoc( enum ::xmloff::token::XMLTokenEnum eClass )
if( mnExportFlags & SvXMLExportFlags::MASTERSTYLES )
ImplExportMasterStyles( false );
- // contnt
+ // content
if( mnExportFlags & SvXMLExportFlags::CONTENT )
ImplExportContent();
}
diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx
index 899f6a509b70..56ae1922148d 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -107,7 +107,7 @@ void XMLRedlineExport::ExportChange(
if (bAutoStyle)
{
// For the headers/footers, we have to collect the autostyles
- // here. For the general case, however, it's better to collet
+ // here. For the general case, however, it's better to collect
// the autostyles by iterating over the global redline
// list. So that's what we do: Here, we collect autostyles
// only if we have no current list of changes. For the
diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
index b0338f0dceef..8e153f59b077 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx
@@ -56,7 +56,7 @@ class SecurityEnvironment_MSCryptImpl : public ::cppu::WeakImplHelper3<
::com::sun::star::lang::XUnoTunnel >
{
private :
- //cyrpto provider and key container
+ //crypto provider and key container
HCRYPTPROV m_hProv ;
LPCTSTR m_pszContainer ;