summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/test/java_uno/nativethreadpool/readme2
-rw-r--r--configure.ac6
-rw-r--r--connectivity/source/drivers/odbc/ORealDriver.cxx2
-rw-r--r--cui/source/options/fontsubs.cxx2
-rw-r--r--dbaccess/source/ui/app/AppControllerDnD.cxx2
-rw-r--r--dbaccess/source/ui/dlg/tablespage.cxx4
-rw-r--r--dbaccess/source/ui/misc/UITools.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/QueryTableView.cxx2
-rw-r--r--desktop/win32/source/guistdio/guistdio.inc2
-rw-r--r--drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx2
-rw-r--r--extensions/workben/testcomponent.cxx2
-rw-r--r--filter/source/graphicfilter/ios2met/ios2met.cxx2
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
-rw-r--r--framework/inc/classes/filtercachedata.hxx2
-rw-r--r--include/basebmp/bitmapdevice.hxx2
-rw-r--r--include/comphelper/propagg.hxx2
-rw-r--r--include/comphelper/serviceinfohelper.hxx2
-rw-r--r--include/tools/resid.hxx4
-rw-r--r--include/ucbhelper/resultset.hxx2
-rw-r--r--include/xmloff/xmlimp.hxx2
-rw-r--r--jurt/com/sun/star/comp/loader/JavaLoader.java2
-rw-r--r--jurt/com/sun/star/comp/servicemanager/ServiceManager.java4
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java2
-rw-r--r--jurt/com/sun/star/lib/util/UrlToFileMapper.java2
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/util.cxx2
-rw-r--r--odk/examples/java/ToDo/ToDo.java2
-rw-r--r--offapi/com/sun/star/frame/XPopupMenuController.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl2
-rw-r--r--offapi/com/sun/star/table/AccessibleTableView.idl2
-rw-r--r--sal/osl/w32/profile.cxx2
-rw-r--r--sax/source/expatwrap/sax_expat.cxx2
-rw-r--r--sax/test/saxdemo.cxx2
-rw-r--r--sax/test/testcomponent.cxx2
-rw-r--r--sc/inc/compiler.hxx2
-rw-r--r--sc/inc/formulacell.hxx2
-rw-r--r--sc/source/core/tool/interpr1.cxx2
-rw-r--r--sc/source/ui/vba/vbarange.cxx2
-rw-r--r--sd/source/filter/eppt/epptso.cxx2
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationClassifier.hxx2
-rw-r--r--sfx2/source/control/objface.cxx2
-rw-r--r--slideshow/source/engine/slide/userpaintoverlay.cxx2
-rw-r--r--smoketest/data/Basic/Standard/Test_Ext.xml2
-rw-r--r--solenv/doc/gbuild/doxygen.cfg2
-rw-r--r--solenv/gcc-wrappers/wrapper.cxx2
-rw-r--r--solenv/inc/doxygen.cfg2
-rw-r--r--svx/source/sdr/contact/viewobjectcontact.cxx4
-rw-r--r--sw/inc/redline.hxx6
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport5.cxx4
-rw-r--r--sw/source/core/access/acccontext.cxx4
-rw-r--r--sw/source/core/inc/ptqueue.hxx2
-rw-r--r--sw/source/core/inc/rootfrm.hxx2
-rw-r--r--sw/source/core/layout/softpagebreak.cxx2
-rw-r--r--sw/source/core/tox/txmsrt.cxx2
-rw-r--r--sw/source/filter/ascii/parasc.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par5.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx4
-rw-r--r--sw/source/uibase/uiview/viewdlg2.cxx2
-rw-r--r--udkapi/com/sun/star/io/XPersistObject.idl2
-rw-r--r--unotools/source/i18n/localedatawrapper.cxx2
-rw-r--r--vcl/osx/DragSource.cxx2
-rw-r--r--vcl/source/app/dbggui.cxx2
-rw-r--r--vcl/unx/kde/kdedata.cxx2
-rw-r--r--wizards/source/depot/tools.xba6
-rw-r--r--wizards/source/gimmicks/GetTexts.xba4
-rw-r--r--wizards/source/tools/UCB.xba2
-rw-r--r--writerfilter/source/dmapper/PropertyMap.cxx2
-rw-r--r--xmloff/dtd/datastyl.mod2
-rw-r--r--xmloff/source/draw/shapeimport.cxx2
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_export.cxx2
-rw-r--r--xmlsecurity/source/xmlsec/nss/nssinitializer.cxx2
70 files changed, 84 insertions, 84 deletions
diff --git a/bridges/test/java_uno/nativethreadpool/readme b/bridges/test/java_uno/nativethreadpool/readme
index 76abefe9f275..f0be4e87fe83 100644
--- a/bridges/test/java_uno/nativethreadpool/readme
+++ b/bridges/test/java_uno/nativethreadpool/readme
@@ -21,7 +21,7 @@ pool as a C++ URP bridge. This test currently only works on Linux Intel.
There are two processes involved. The client starts as a native process. It
first loads a Java component (Relay) via the in-process JNI bridge, which in
-turn starts to accept incomming URP connections. The native part of the client
+turn starts to accept incoming URP connections. The native part of the client
then connects to the server, retrieves a thread-local token from it, and checks
the token for correctness. The server simply waits for a connection from the
native part of the client, creates a connection to the Java part of the client,
diff --git a/configure.ac b/configure.ac
index 2796015ece11..e39ce6b4225a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2291,9 +2291,9 @@ AC_ARG_WITH(macosx-sdk,
e. g.: --with-macosx-sdk=10.8
there are 3 options to control the MacOSX build:
- --with-macosx-sdk (refered as 'sdk' below)
- --with-macosx-version-min-required (refered as 'min' below)
- --with-macosx-version-max-allowed (refered as 'max' below)
+ --with-macosx-sdk (referred as 'sdk' below)
+ --with-macosx-version-min-required (referred as 'min' below)
+ --with-macosx-version-max-allowed (referred as 'max' below)
the connection between these value and the default they take is as follow:
( ? means not specified on the command line, s means the SDK version found,
diff --git a/connectivity/source/drivers/odbc/ORealDriver.cxx b/connectivity/source/drivers/odbc/ORealDriver.cxx
index 6ff10e25e471..57bac982018b 100644
--- a/connectivity/source/drivers/odbc/ORealDriver.cxx
+++ b/connectivity/source/drivers/odbc/ORealDriver.cxx
@@ -331,7 +331,7 @@ oslGenericFunction ORealObdcDriver::getOdbcFunction(sal_Int32 _nIndex) const
// ODBC Environment (common for all Connections):
SQLHANDLE ORealObdcDriver::EnvironmentHandle(OUString &_rPath)
{
- // Is (for this instance) already a Enviroment made?
+ // Is (for this instance) already a Environment made?
if (!m_pDriverHandle)
{
SQLHANDLE h = SQL_NULL_HANDLE;
diff --git a/cui/source/options/fontsubs.cxx b/cui/source/options/fontsubs.cxx
index e3fb38ab8de6..a0e92f960275 100644
--- a/cui/source/options/fontsubs.cxx
+++ b/cui/source/options/fontsubs.cxx
@@ -244,7 +244,7 @@ IMPL_LINK(SvxFontSubstTabPage, SelectHdl, vcl::Window*, pWin)
{
SvTreeListEntry* pEntry;
// nCol is stupidly the nCol'th text column, not counted!
- // Therefor "0" as column.
+ // Therefore "0" as column.
sal_uLong nPos = m_pCheckLB->GetEntryPos(m_pFont1CB->GetText(), 0);
if (pWin == m_pApply)
diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx
index 5957ac8fea93..b32f45b6490f 100644
--- a/dbaccess/source/ui/app/AppControllerDnD.cxx
+++ b/dbaccess/source/ui/app/AppControllerDnD.cxx
@@ -329,7 +329,7 @@ const SharedConnection& OApplicationController::ensureConnection( ::dbtools::SQL
// because every access (read *or* write) to m_xDataSourceConnection
// is mutexed.
// See http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html
- // for what I'm refering to.
+ // for what I'm referring to.
// We cannot use the TLS (thread-local storage) solution
// since support for TLS is not up to the snuff on Windows :-(
diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx
index 4e035515e663..35e1ee977db2 100644
--- a/dbaccess/source/ui/dlg/tablespage.cxx
+++ b/dbaccess/source/ui/dlg/tablespage.cxx
@@ -179,7 +179,7 @@ namespace dbaui
// the catalog entry
SvTreeListEntry* pCatalog = m_pTablesList->GetEntryPosByName(sCatalog, pRootEntry);
if (!(pCatalog || sCatalog.isEmpty()))
- // the table (resp. its catalog) refered in this filter entry does not exist anymore
+ // the table (resp. its catalog) referred in this filter entry does not exist anymore
continue;
if (bAllSchemas && pCatalog)
@@ -191,7 +191,7 @@ namespace dbaui
// the schema entry
SvTreeListEntry* pSchema = m_pTablesList->GetEntryPosByName(sSchema, (pCatalog ? pCatalog : pRootEntry));
if (!(pSchema || sSchema.isEmpty()))
- // the table (resp. its schema) refered in this filter entry does not exist anymore
+ // the table (resp. its schema) referred in this filter entry does not exist anymore
continue;
if (bAllTables && pSchema)
diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx
index 83f6ac0298ac..392dd7a6b4f4 100644
--- a/dbaccess/source/ui/misc/UITools.cxx
+++ b/dbaccess/source/ui/misc/UITools.cxx
@@ -1189,7 +1189,7 @@ TOTypeInfoSP queryPrimaryKeyType(const OTypeInfoMap& _rTypeInfo)
// such auto increment column later on
// so until we know how to do it, we create a column without autoincrement
// if ( !aIter->second->bAutoIncrement )
- { // therefor we have searched
+ { // therefore we have searched
if ( aIter->second->nType == DataType::INTEGER )
{
pTypeInfo = aIter->second; // alternative
diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx
index a12731cb4786..e3e92e2c3637 100644
--- a/dbaccess/source/ui/querydesign/QueryTableView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTableView.cxx
@@ -209,7 +209,7 @@ namespace
// now add the Conn itself
OQueryTableConnection aNewConn(_pView, aNewConnData);
- // refering to the local variable is not important, as NotifyQueryTabConn creates a new copy
+ // referring to the local variable is not important, as NotifyQueryTabConn creates a new copy
// to add me (if not existent)
_pView->NotifyTabConnection(aNewConn, false);
// don't create an Undo-Action for the new connection : the connection is
diff --git a/desktop/win32/source/guistdio/guistdio.inc b/desktop/win32/source/guistdio/guistdio.inc
index 47cf9b07b3fe..f918807ae9d5 100644
--- a/desktop/win32/source/guistdio/guistdio.inc
+++ b/desktop/win32/source/guistdio/guistdio.inc
@@ -194,7 +194,7 @@ DWORD WINAPI InputThread( LPVOID pParam )
//there could be more input coming. But if we read from the console
//and the console input fits exactly in the buffer, then the next
//ReadFile would block until the users presses return, etc.
- //Therefor we check if last character is a new line.
+ //Therefore we check if last character is a new line.
//To test this, set dwBufferSize to 4 and enter "no". This should produce
//4 bytes with most code pages.
if ( readAll == lastBufSize
diff --git a/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx b/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
index 9a74fbb1d895..ddbc224a6522 100644
--- a/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
@@ -197,7 +197,7 @@ namespace drawinglayer
aNewLineGeometry.append(aReducedLoops);
// to create vertical edges at non-C1/C2 steady loops, use maCorrectedPolyPolygon
- // directly since the 3D Polygons do not suport this.
+ // directly since the 3D Polygons do not support this.
//
// Unfortunately there is no bezier polygon provided by the chart module; one reason is
// that the API for extrude wants a 3D polygon geometry (for historical reasons, i guess)
diff --git a/extensions/workben/testcomponent.cxx b/extensions/workben/testcomponent.cxx
index bf798527fcdf..721d2b05990b 100644
--- a/extensions/workben/testcomponent.cxx
+++ b/extensions/workben/testcomponent.cxx
@@ -23,7 +23,7 @@
// Expands the dll-names depending on the actual environment.
// Example : testcomponent com.sun.star.io.Pipe stm
-// Therefor the testcode must exist in teststm and the testservice must be named test.com.sun.star.io.Pipe
+// Therefore the testcode must exist in teststm and the testservice must be named test.com.sun.star.io.Pipe
#include <stdio.h>
diff --git a/filter/source/graphicfilter/ios2met/ios2met.cxx b/filter/source/graphicfilter/ios2met/ios2met.cxx
index b31fefb525c6..80ea97be4496 100644
--- a/filter/source/graphicfilter/ios2met/ios2met.cxx
+++ b/filter/source/graphicfilter/ios2met/ios2met.cxx
@@ -2222,7 +2222,7 @@ void OS2METReader::ReadImageData(sal_uInt16 nDataID, sal_uInt16 nDataLen)
for (i=0; i<nColTabSize; i++) (p->pBMP)->WriteUInt32( GetPalette0RGB(i) );
}
}
- // OK, now the map data is being pushed. Unfortunatly OS2 and BMP
+ // OK, now the map data is being pushed. Unfortunately OS2 and BMP
// do have a different RGB ordering when using 24-bit
boost::scoped_array<sal_uInt8> pBuf(new sal_uInt8[nDataLen]);
pOS2MET->Read(pBuf.get(),nDataLen);
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index b7bf147031a2..743409f9e110 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5742,7 +5742,7 @@ void SvxMSDffManager::CheckTxBxStoryChain()
---------------------------------
remembering the Shape-Ids and the associated Blip-Numbers und TextBox-Infos
========= ============ =============
- and remebering the File-Offsets for each Blip
+ and remembering the File-Offsets for each Blip
============
******************************************************************************/
void SvxMSDffManager::GetCtrlData( sal_uInt32 nOffsDgg_ )
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index 9563878f079b..c490d116a8ab 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -368,7 +368,7 @@ class PerformanceHash : public ::boost::unordered_map< OUString
{
public:
- // try to free all used memory REALY!
+ // try to free all used memory REALLY!
inline void free()
{
diff --git a/include/basebmp/bitmapdevice.hxx b/include/basebmp/bitmapdevice.hxx
index a4c38e8c0d6b..d4230ca0fb01 100644
--- a/include/basebmp/bitmapdevice.hxx
+++ b/include/basebmp/bitmapdevice.hxx
@@ -702,7 +702,7 @@ BitmapDeviceSharedPtr BASEBMP_DLLPUBLIC createClipDevice( const basegfx::B2IVect
This method creates a second bitmap device instance, which renders
to the same memory as the original, with the same pixel coordinate
- pairs refering to the same pixels in the memory buffer, but with
+ pairs referring to the same pixels in the memory buffer, but with
rendering clipped to a rectangular area. Useful to implement
rectangular clips (usually faster than setting up a 1bpp clip
mask).
diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx
index a5c2659083de..bbbe3e9c7ffc 100644
--- a/include/comphelper/propagg.hxx
+++ b/include/comphelper/propagg.hxx
@@ -111,7 +111,7 @@ public:
If one of the properties returned from the info service conflict with other handles
alread present (e.g. through _rProperties), the property is handled as if -1 was returned.
If NULL (or, for a special property, a call to getPreferredPropertyId returns -1),
- the aggregate property(ies) get a new handle which they can be refered by from outside.
+ the aggregate property(ies) get a new handle which they can be referred by from outside.
@param _nFirstAggregateId
if the object is about to create new handles for the aggregate properties, it uses
id's ascending from this given id.
diff --git a/include/comphelper/serviceinfohelper.hxx b/include/comphelper/serviceinfohelper.hxx
index b9bbcbe3cf56..09ae3f2c764c 100644
--- a/include/comphelper/serviceinfohelper.hxx
+++ b/include/comphelper/serviceinfohelper.hxx
@@ -25,7 +25,7 @@
namespace comphelper {
-/** this class provides a basic helper for classes suporting the XServiceInfo Interface.
+/** this class provides a basic helper for classes supporting the XServiceInfo Interface.
*
* you can overload the <code>getSupprotedServiceNames</code> to implement a XServiceInfo.
* you can use the static helper methods to combine your services with that of parent
diff --git a/include/tools/resid.hxx b/include/tools/resid.hxx
index 0966b3bf4630..07976f7bdeb5 100644
--- a/include/tools/resid.hxx
+++ b/include/tools/resid.hxx
@@ -47,7 +47,7 @@ class ResId
mutable sal_uInt32 m_nResId; // Resource Identifier
mutable RESOURCE_TYPE m_nRT; // type for loading (mutable to be set later)
mutable ResMgr * m_pResMgr; // load from this ResMgr (mutable for setting on demand)
- mutable RESOURCE_TYPE m_nRT2; // type for loading (supercedes m_nRT)
+ mutable RESOURCE_TYPE m_nRT2; // type for loading (supersedes m_nRT)
mutable sal_uInt32 m_nWinBits; // container for original style bits on a window in a resource
void ImplInit( sal_uInt32 nId, ResMgr& rMgr, RSHEADER_TYPE* pRes )
@@ -104,7 +104,7 @@ public:
/** Get the effective type (m_nRT2 or m_nRT1)
- A second resource type is used to supercede settings
+ A second resource type is used to supersede settings
of the base class ( e.g. Window )
*/
RESOURCE_TYPE GetRT2() const
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx
index 85ed100d46c7..4646e6242241 100644
--- a/include/ucbhelper/resultset.hxx
+++ b/include/ucbhelper/resultset.hxx
@@ -502,7 +502,7 @@ public:
* This method returns the total count of objects in the logical data array
* of the supplier. The implementation of this method may be very
* "expensive", because it can be necessary to obtain all data in order
- * to determine the count. Therefor the ResultSet implementation calls
+ * to determine the count. Therefore the ResultSet implementation calls
* it very seldom.
*
* @return the total count of objects; will always be non-negative.
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index 4e801f98919e..43afbeabe58e 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -411,7 +411,7 @@ public:
SAL_DLLPRIVATE ::xmloff::RDFaImportHelper & GetRDFaImportHelper();
// #i31958# XForms helper method
- // (to be implemented by applications suporting XForms)
+ // (to be implemented by applications supporting XForms)
virtual void initXForms();
/** returns the upd and build id (f.e. "680m124$Build-8964" gives rMaster = 680 and rBuild = 8964)
diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java b/jurt/com/sun/star/comp/loader/JavaLoader.java
index 03b1a7fbd205..bcec03010b02 100644
--- a/jurt/com/sun/star/comp/loader/JavaLoader.java
+++ b/jurt/com/sun/star/comp/loader/JavaLoader.java
@@ -50,7 +50,7 @@ import com.sun.star.uno.AnyConverter;
* The <code>JavaLoader</code> class provides the functionality of the
* <code>com.sun.star.loader.Java</code> service.
*
- * <p>Therefor the <code>JavaLoader</code> activates external UNO components
+ * <p>Therefore the <code>JavaLoader</code> activates external UNO components
* which are implemented in Java.</p>
*
* <p>The loader is used by the <code>ServiceManger</code>.</p>
diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
index 85f69fd14356..6bb0bf5f90e2 100644
--- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
+++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
@@ -93,7 +93,7 @@ public class ServiceManager implements XMultiServiceFactory,
/**
* Creates a new instance of a specified service.
*
- * <p>Therefor the associated factory of the service is looked up and used
+ * <p>Therefore the associated factory of the service is looked up and used
* to instanciate a new component. </p>
*
* @param serviceSpecifier indicates the service or component name.
@@ -111,7 +111,7 @@ public class ServiceManager implements XMultiServiceFactory,
/**
* Creates a new instance of a specified service with the given parameters.
*
- * <p>Therefor the associated factory of the service is looked up and used
+ * <p>Therefore the associated factory of the service is looked up and used
* to instanciate a new component.</p>
*
* @return newly created component.
diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java
index 2e7d021c7098..c9473eae9a87 100644
--- a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java
+++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java
@@ -64,7 +64,7 @@ import com.sun.star.uno.Any;
/**
* This class implements a remote bridge.
*
- * <p>Therefor various interfaces are implemented.</p>
+ * <p>Therefore various interfaces are implemented.</p>
*
* <p>The protocol to used is passed by name, the bridge
* then looks for it under <code>com.sun.star.lib.uno.protocols</code>.</p>
diff --git a/jurt/com/sun/star/lib/util/UrlToFileMapper.java b/jurt/com/sun/star/lib/util/UrlToFileMapper.java
index 87b27c608109..e8d183235855 100644
--- a/jurt/com/sun/star/lib/util/UrlToFileMapper.java
+++ b/jurt/com/sun/star/lib/util/UrlToFileMapper.java
@@ -57,7 +57,7 @@ public final class UrlToFileMapper {
return null;
}
} catch (URISyntaxException ex) {
- throw new RuntimeException(ex); // should never happend
+ throw new RuntimeException(ex); // should never happen
}
}
}
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
index 8bf31e7bb39a..4731c71527ac 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
@@ -698,7 +698,7 @@ void bubbleSortVersion(vector<rtl::Reference<VendorBase> >& vec)
}
catch (MalformedVersionException & )
{
- //The second version is invalid, therefor it is regardes less.
+ //The second version is invalid, therefore it is regardes less.
nCmp = 1;
}
}
diff --git a/odk/examples/java/ToDo/ToDo.java b/odk/examples/java/ToDo/ToDo.java
index de80b92b213d..af518ad0e9ff 100644
--- a/odk/examples/java/ToDo/ToDo.java
+++ b/odk/examples/java/ToDo/ToDo.java
@@ -453,7 +453,7 @@ public class ToDo {
ToDoImpl.INT_COLUMN_STARTDATE );
}
- // Get the GregorianCalender format for the
+ // Get the GregorianCalendar format for the
// start date
gregCalPreviousStartDate =
this.getGregorianCalendarFromString(
diff --git a/offapi/com/sun/star/frame/XPopupMenuController.idl b/offapi/com/sun/star/frame/XPopupMenuController.idl
index d250a4cb21e1..89c354a8cbbd 100644
--- a/offapi/com/sun/star/frame/XPopupMenuController.idl
+++ b/offapi/com/sun/star/frame/XPopupMenuController.idl
@@ -55,7 +55,7 @@ interface XPopupMenuController : com::sun::star::uno::XInterface
<p>A controller should <b>never</b> update the pop-up menu structure on its
own to prevent performance problems. A better way would be that a controller
registers itself as status listener to for a command URL and immediately
- deregister after that. Therefor status updates will not be send regularly
+ deregister after that. Therefore status updates will not be send regularly
for a non visible pop-up menu.
</p>
*/
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
index f260873a3d8f..86422f264462 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
@@ -108,7 +108,7 @@ service AccessibleSpreadsheet
/** This interface gives access to any cell that is at least partially
visible on the screen. So this interface gives access to the same
- things like the XAccessibleContext interface. Therefor it use more
+ things like the XAccessibleContext interface. Therefore it use more
usable methods. Also it gives access to some table specific data.
*/
interface ::com::sun::star::accessibility::XAccessibleTable;
diff --git a/offapi/com/sun/star/table/AccessibleTableView.idl b/offapi/com/sun/star/table/AccessibleTableView.idl
index 9ec97218e111..8344368824a0 100644
--- a/offapi/com/sun/star/table/AccessibleTableView.idl
+++ b/offapi/com/sun/star/table/AccessibleTableView.idl
@@ -114,7 +114,7 @@ service AccessibleTableView
/** This interface gives access to any cell that is at least partially
visible on the screen. So this interface gives access to the same
- things like the XAccessibleContext interface. Therefor it use more
+ things like the XAccessibleContext interface. Therefore it use more
usable methods. Also it gives access to some table specific data.
*/
interface ::com::sun::star::accessibility::XAccessibleTable;
diff --git a/sal/osl/w32/profile.cxx b/sal/osl/w32/profile.cxx
index 112b70e4bd8d..1a0de622b373 100644
--- a/sal/osl/w32/profile.cxx
+++ b/sal/osl/w32/profile.cxx
@@ -2197,7 +2197,7 @@ static sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *str
}
/* if we have an userid option eg. "-userid:rh[/usr/home/rh/staroffice]",
- this will supercede all other locations */
+ this will supersede all other locations */
{
sal_uInt32 n, nArgs = osl_getCommandArgCount();
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx
index 78906eb1457f..8a2c0c56deac 100644
--- a/sax/source/expatwrap/sax_expat.cxx
+++ b/sax/source/expatwrap/sax_expat.cxx
@@ -211,7 +211,7 @@ public: // module scope
// Exception cannot be thrown through the C-XmlParser (possible resource leaks),
- // therefor the exception must be saved somewhere.
+ // therefore the exception must be saved somewhere.
SAXParseException exception;
css::uno::RuntimeException rtexception;
bool bExceptionWasThrown;
diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx
index 9ecc2527c89c..7b014060182e 100644
--- a/sax/test/saxdemo.cxx
+++ b/sax/test/saxdemo.cxx
@@ -22,7 +22,7 @@
// Expands the dll-names depending on the actual environment.
// Example : testcomponent com.sun.star.io.Pipe stm
-// Therefor the testcode must exist in teststm and the testservice must be named test.com.sun.star.uno.io.Pipe
+// Therefore the testcode must exist in teststm and the testservice must be named test.com.sun.star.uno.io.Pipe
#include <stdio.h>
diff --git a/sax/test/testcomponent.cxx b/sax/test/testcomponent.cxx
index bc8df8b00d19..d34776789f8a 100644
--- a/sax/test/testcomponent.cxx
+++ b/sax/test/testcomponent.cxx
@@ -22,7 +22,7 @@
// Expands the dll-names depending on the actual environment.
// Example : testcomponent com.sun.star.io.Pipe stm
-// Therefor the testcode must exist in teststm and the testservice must be named com.sun.star.io.Pipe
+// Therefore the testcode must exist in teststm and the testservice must be named com.sun.star.io.Pipe
#include <stdio.h>
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 18d788aab3c4..ce117564cab1 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -119,7 +119,7 @@ public:
struct ScRawToken: private ScRawTokenBase
{
friend class ScCompiler;
- // Friends that use a temporary ScRawToken on the stack (and therefor need
+ // Friends that use a temporary ScRawToken on the stack (and therefore need
// the private dtor) and know what they're doing..
friend class ScTokenArray;
static sal_uInt16 sbyteOffset();
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 98bfcba9fa75..b65504e71fcc 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -183,7 +183,7 @@ public:
/** With formula string and grammar to compile with.
formula::FormulaGrammar::GRAM_DEFAULT effectively isformula::FormulaGrammar::GRAM_NATIVE_UI that
- also includes formula::FormulaGrammar::CONV_UNSPECIFIED, therefor uses the address
+ also includes formula::FormulaGrammar::CONV_UNSPECIFIED, therefore uses the address
convention associated with rPos::nTab by default. */
ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos,
const OUString& rFormula,
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index e099d3a2b184..a2743f0319b6 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -6863,7 +6863,7 @@ void ScInterpreter::ScDBCount()
{ // count all matching records
// TODO: currently the QueryIterators only return cell pointers of
// existing cells, so if a query matches an empty cell there's
- // nothing returned, and therefor not counted!
+ // nothing returned, and therefore not counted!
// Since this has ever been the case and this code here only came
// into existence to fix #i6899 and it never worked before we'll
// have to live with it until we reimplement the iterators to also
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index 04b71d2a78f6..ebfad21db197 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -3980,7 +3980,7 @@ ScVbaRange::setRowHeight( const uno::Any& _rowheight) throw (uno::RuntimeExcepti
}
return;
}
- double nHeight = 0; // Incomming height is in points
+ double nHeight = 0; // Incoming height is in points
_rowheight >>= nHeight;
nHeight = lcl_Round2DecPlaces( nHeight );
RangeHelper thisRange( mxRange );
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index eef8ac79939b..dc0a6fcf7dd0 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -420,7 +420,7 @@ bool PPTWriter::ImplCloseDocument()
mpExEmbed->Seek( STREAM_SEEK_TO_END );
sal_uInt32 nExEmbedSize = mpExEmbed->Tell();
- // nEnviroment : whole size of the environment container
+ // nEnvironment : whole size of the environment container
sal_uInt32 nEnvironment = maFontCollection.GetCount() * 76 // 68 bytes per Fontenityatom and 8 Bytes per header
+ 8 // 1 FontCollection container
+ 20 // SrKinsoku container
diff --git a/sd/source/ui/framework/configuration/ConfigurationClassifier.hxx b/sd/source/ui/framework/configuration/ConfigurationClassifier.hxx
index 93340b7621a1..b74a4487a946 100644
--- a/sd/source/ui/framework/configuration/ConfigurationClassifier.hxx
+++ b/sd/source/ui/framework/configuration/ConfigurationClassifier.hxx
@@ -113,7 +113,7 @@ private:
/** Put all the elements in the two given sequences of resource ids and
copy them into one of the resource id result vectors maC1minusC2,
maC2minusC1, and maC1andC2. This is done by using only the resource
- URLs for classification. Therefor this method calls itself
+ URLs for classification. Therefore this method calls itself
recursively.
@param rS1
One sequence of XResourceId objects.
diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx
index 6c263701cebc..101033cbd148 100644
--- a/sfx2/source/control/objface.cxx
+++ b/sfx2/source/control/objface.cxx
@@ -188,7 +188,7 @@ void SfxInterface::SetSlotMap( SfxSlot& rSlotMap, sal_uInt16 nSlotCount )
}
else if ( 0 == pIter->GetNextSlot() )
{
- // Slots refering in circle to the next with the same
+ // Slots referring in circle to the next with the same
// Status method.
SfxSlot *pLastSlot = pIter;
for ( sal_uInt16 n = nIter; n < Count(); ++n )
diff --git a/slideshow/source/engine/slide/userpaintoverlay.cxx b/slideshow/source/engine/slide/userpaintoverlay.cxx
index 9f56ae00a1d6..9843d48b22ce 100644
--- a/slideshow/source/engine/slide/userpaintoverlay.cxx
+++ b/slideshow/source/engine/slide/userpaintoverlay.cxx
@@ -171,7 +171,7 @@ namespace slideshow
{
this->mbIsEraseAllModeActivated= rEraseAllInk;
// if the erase all mode is activated it will remove all ink from slide,
- // therefor destroy all the polygons stored
+ // therefore destroy all the polygons stored
if(mbIsEraseAllModeActivated)
{
// The Erase Mode should be desactivated
diff --git a/smoketest/data/Basic/Standard/Test_Ext.xml b/smoketest/data/Basic/Standard/Test_Ext.xml
index 2984ff67c33a..a46449a13aed 100644
--- a/smoketest/data/Basic/Standard/Test_Ext.xml
+++ b/smoketest/data/Basic/Standard/Test_Ext.xml
@@ -85,7 +85,7 @@ Sub TestExtensions
&apos;Try to create the service which is contained in the now removed extension.
oTestExtension = createUnoService(cUnoSmoketestTestExtension)
- &apos;The service must not be available anymore. Therefor isNull must return true.
+ &apos;The service must not be available anymore. Therefore isNull must return true.
LogTestResult( &quot;Extension &quot;+ cMessageExtensionUninstall, IsNull (oTestExtension) )
Print #LocalTestLog, &quot;---&quot;
diff --git a/solenv/doc/gbuild/doxygen.cfg b/solenv/doc/gbuild/doxygen.cfg
index aee40c7963cd..7671444f38a9 100644
--- a/solenv/doc/gbuild/doxygen.cfg
+++ b/solenv/doc/gbuild/doxygen.cfg
@@ -913,7 +913,7 @@ HTML_STYLESHEET =
# user-defined cascading style sheet that is included after the standard
# style sheets created by doxygen. Using this option one can overrule
# certain style aspects. This is preferred over using HTML_STYLESHEET
-# since it does not replace the standard style sheet and is therefor more
+# since it does not replace the standard style sheet and is therefore more
# robust against future updates. Doxygen will copy the style sheet file to
# the output directory.
diff --git a/solenv/gcc-wrappers/wrapper.cxx b/solenv/gcc-wrappers/wrapper.cxx
index 1b8d56223ca9..918a9b59307f 100644
--- a/solenv/gcc-wrappers/wrapper.cxx
+++ b/solenv/gcc-wrappers/wrapper.cxx
@@ -199,7 +199,7 @@ int startprocess(string command, string args) {
NULL, // Thread Handle not Inheritable
TRUE, // Handles are Inherited
0, // No creation flags
- NULL, // Enviroment for process
+ NULL, // Environment for process
NULL, // Use same starting directory
&si, // Startup Info
&pi) // Process Information
diff --git a/solenv/inc/doxygen.cfg b/solenv/inc/doxygen.cfg
index eff96450b169..1d7bdb62fdcc 100644
--- a/solenv/inc/doxygen.cfg
+++ b/solenv/inc/doxygen.cfg
@@ -916,7 +916,7 @@ HTML_STYLESHEET =
# user-defined cascading style sheet that is included after the standard
# style sheets created by doxygen. Using this option one can overrule
# certain style aspects. This is preferred over using HTML_STYLESHEET
-# since it does not replace the standard style sheet and is therefor more
+# since it does not replace the standard style sheet and is therefore more
# robust against future updates. Doxygen will copy the style sheet file to
# the output directory.
diff --git a/svx/source/sdr/contact/viewobjectcontact.cxx b/svx/source/sdr/contact/viewobjectcontact.cxx
index f17b4d981ddc..3491cfdf4e0a 100644
--- a/svx/source/sdr/contact/viewobjectcontact.cxx
+++ b/svx/source/sdr/contact/viewobjectcontact.cxx
@@ -193,7 +193,7 @@ namespace sdr
mpPrimitiveAnimation = 0;
}
- // take care of remebered ObjectContact. Remove from
+ // take care of remembered ObjectContact. Remove from
// OC first. The VC removal (below) CAN trigger a StopGettingViewed()
// which (depending of it's implementation) may destroy other OCs. This
// can trigger the deletion of the helper OC of a page visualising object
@@ -201,7 +201,7 @@ namespace sdr
// to get asynchron later
GetObjectContact().RemoveViewObjectContact(*this);
- // take care of remebered ViewContact
+ // take care of remembered ViewContact
GetViewContact().RemoveViewObjectContact(*this);
}
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index 45aff0922159..fcd48af6c0c6 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -246,7 +246,7 @@ public:
void SetComment( const OUString& rS ) { pRedlineData->SetComment( rS ); }
- /** ExtraData gets copied, the pointer is therefor not taken over by
+ /** ExtraData gets copied, the pointer is therefore not taken over by
* the RedLineObject.*/
void SetExtraData( const SwRedlineExtraData* pData )
{ pRedlineData->SetExtraData( pData ); }
@@ -316,7 +316,7 @@ public:
SwTableRowRedline(const SwRedlineData& rData, const SwTableLine& rTableLine);
virtual ~SwTableRowRedline();
- /** ExtraData gets copied, the pointer is therefor not taken over by
+ /** ExtraData gets copied, the pointer is therefore not taken over by
* the RedLineObject.*/
void SetExtraData( const SwRedlineExtraData* pData )
{ m_aRedlineData.SetExtraData( pData ); }
@@ -339,7 +339,7 @@ public:
SwTableCellRedline(const SwRedlineData& rData, const SwTableBox& rTableBox);
virtual ~SwTableCellRedline();
- /** ExtraData gets copied, the pointer is therefor not taken over by
+ /** ExtraData gets copied, the pointer is therefore not taken over by
* the RedLineObject.*/
void SetExtraData( const SwRedlineExtraData* pData )
{ m_aRedlineData.SetExtraData( pData ); }
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 7c36ee9106db..3c11a40bc618 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -693,9 +693,9 @@ DECLARE_OOXMLEXPORT_TEST(testFD083057, "fdo83057.docx")
// A fly frame was attached to a para which started with a hint (run) containing an SDT.
// This SDT was handled while exporting the FLYFRAME and also the text of the run.
// So, eventhough the original file had only one sdt in the header, the RT file had two;
- // one for a seperate run as expected, and one incorrectly exported in the alternateContent (FLYFRAME)
+ // one for a separate run as expected, and one incorrectly exported in the alternateContent (FLYFRAME)
- // Assert that the file has only one sdt, in a seperate run
+ // Assert that the file has only one sdt, in a separate run
assertXPath(pXmlDoc, "//w:sdt", 1);
assertXPath(pXmlDoc, "//mc:AlternateContent//w:sdt", 0);
}
diff --git a/sw/source/core/access/acccontext.cxx b/sw/source/core/access/acccontext.cxx
index 9f7b3bf81307..7a25d12697c3 100644
--- a/sw/source/core/access/acccontext.cxx
+++ b/sw/source/core/access/acccontext.cxx
@@ -1110,7 +1110,7 @@ void SwAccessibleContext::DisposeChild( const SwAccessibleChild& rChildFrmOrObj,
!SwAccessibleChild( GetFrm() ).IsVisibleChildrenOnly() )
{
// If the object could have existed before, than there is nothing to do,
- // because no wrapper exists now and therefor no one is interested to
+ // because no wrapper exists now and therefore no one is interested to
// get notified of the movement.
if( rChildFrmOrObj.GetSwFrm() )
{
@@ -1197,7 +1197,7 @@ void SwAccessibleContext::InvalidateChildPosOrSize(
if( IsShowing( *(GetMap()), rChildFrmOrObj ) )
{
// If the object could have existed before, than there is nothing to do,
- // because no wrapper exists now and therefor no one is interested to
+ // because no wrapper exists now and therefore no one is interested to
// get notified of the movement.
if( bNew || (bVisibleChildrenOnly && !IsShowing( rOldFrm )) )
{
diff --git a/sw/source/core/inc/ptqueue.hxx b/sw/source/core/inc/ptqueue.hxx
index 817f2f9b2845..bed890573be8 100644
--- a/sw/source/core/inc/ptqueue.hxx
+++ b/sw/source/core/inc/ptqueue.hxx
@@ -30,7 +30,7 @@
* Doing this during printing (after having printed one page) is very suitable
* for doing that.
*
- * Invalidating windows directly from the RootFrm::Paint was not a succesful
+ * Invalidating windows directly from the RootFrm::Paint was not a successful
* approach, because the Paint()s arrive at a very unfavourable point in time.
* Triggering an update for all windows after printing each page does not seem
* appropriate either: on the one hand we don't have direct acces to the edit
diff --git a/sw/source/core/inc/rootfrm.hxx b/sw/source/core/inc/rootfrm.hxx
index d8761d22ba4a..3fa2f4a1b71f 100644
--- a/sw/source/core/inc/rootfrm.hxx
+++ b/sw/source/core/inc/rootfrm.hxx
@@ -116,7 +116,7 @@ class SwRootFrm: public SwLayoutFrm
* The macro and class can be found in the SwViewShell. These object can
* be created nested (also for different kinds of Shells). They are
* collected into the Array pCurrShells.
- * Futhermore it can happen that a shell is activated while a curshell
+ * Furthermore it can happen that a shell is activated while a curshell
* object is still 'active'. This one will be entered into pWaitingCurrShell
* and will be activated by the last d'tor of CurrShell.
* One other problem is the destruction of a shell while it is active.
diff --git a/sw/source/core/layout/softpagebreak.cxx b/sw/source/core/layout/softpagebreak.cxx
index 8aa2d7834204..55b36e505424 100644
--- a/sw/source/core/layout/softpagebreak.cxx
+++ b/sw/source/core/layout/softpagebreak.cxx
@@ -69,7 +69,7 @@ void SwTxtNode::fillSoftPageBreakList( SwSoftPageBreakList& rBreak ) const
pTab->FindMaster( false )->HasFollowFlowLine() )
{
// Now we have the row which causes a new page,
- // this row is a follow flow line and therefor cannot get
+ // this row is a follow flow line and therefore cannot get
// the soft page break itself.
// Every first content frame of every cell frane in this row
// will get the soft page break
diff --git a/sw/source/core/tox/txmsrt.cxx b/sw/source/core/tox/txmsrt.cxx
index d67d2ef559b6..794c46e6b641 100644
--- a/sw/source/core/tox/txmsrt.cxx
+++ b/sw/source/core/tox/txmsrt.cxx
@@ -669,7 +669,7 @@ SwTOXAuthority::SwTOXAuthority( const SwCntntNode& rNd,
sal_uInt16 SwTOXAuthority::GetLevel() const
{
OUString sText(((SwAuthorityField*)m_rField.GetField())->GetFieldText(AUTH_FIELD_AUTHORITY_TYPE));
- //#i18655# the level '0' is the heading level therefor the values are incremented here
+ //#i18655# the level '0' is the heading level therefore the values are incremented here
sal_uInt16 nRet = 1;
if( pTOXIntl->IsNumeric( sText ) )
{
diff --git a/sw/source/filter/ascii/parasc.cxx b/sw/source/filter/ascii/parasc.cxx
index 4ee7141d8440..68d8b382207f 100644
--- a/sw/source/filter/ascii/parasc.cxx
+++ b/sw/source/filter/ascii/parasc.cxx
@@ -196,7 +196,7 @@ sal_uLong SwASCIIParser::CallParser()
// default has changed or not. Even a comparison with the
// HTMLi template does not work, because the defaults are
// not copied when a new doc is created. The result of
- // comparing pool defaults therefor would be that the
+ // comparing pool defaults therefore would be that the
// defaults are exported always if the have changed for
// text documents in general. That's not sensible, as well
// as it is not sensible to export them always.
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index acfa4207a952..0a6f6cf97c4f 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -1916,7 +1916,7 @@ eF_ResT SwWW8ImplReader::Read_F_Ref( WW8FieldDesc*, OUString& rStr )
/* References to numbers in Word could be either to a numbered
paragraph or to a chapter number. However Word does not seem to
- have the capability we do, of refering to the chapter number some
+ have the capability we do, of referring to the chapter number some
other bookmark is in. As a result, cross-references to chapter
numbers in a word document will be cross-references to a numbered
paragraph, being the chapter heading paragraph. As it happens, our
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 0618b42468ee..4ecf0d542ef5 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -2345,9 +2345,9 @@ bool SwWW8ImplReader::StartApo(const ApoTestResults &rApo,
if (pULSpaceItem)
{
// Word positioned tables can have a position (like a
- // fly-frame), but they also support flowing accross multiple
+ // fly-frame), but they also support flowing across multiple
// pages. If we decide to import this as a normal table (so it
- // can flow accross multiple pages), then turn the vertical
+ // can flow across multiple pages), then turn the vertical
// orientation position of the fly into a table upper margin.
const SfxPoolItem* pItem = 0;
if (aFlySet.HasItem(RES_VERT_ORIENT, &pItem))
diff --git a/sw/source/uibase/uiview/viewdlg2.cxx b/sw/source/uibase/uiview/viewdlg2.cxx
index 2af636f2e682..e3edf280d74b 100644
--- a/sw/source/uibase/uiview/viewdlg2.cxx
+++ b/sw/source/uibase/uiview/viewdlg2.cxx
@@ -184,7 +184,7 @@ void SwView::InsertCaption(const InsCaptionOpt *pOpt)
rSh.EnterSelFrmMode();
}
- // rember category
+ // remember category
if (eType & nsSelectionType::SEL_GRF)
SetOldGrfCat(rName);
else if( eType & nsSelectionType::SEL_TBL)
diff --git a/udkapi/com/sun/star/io/XPersistObject.idl b/udkapi/com/sun/star/io/XPersistObject.idl
index 3f39896edcab..b3b2686ee7be 100644
--- a/udkapi/com/sun/star/io/XPersistObject.idl
+++ b/udkapi/com/sun/star/io/XPersistObject.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module io {
write method is called.
<p>
The object needs to be created before it deserializes
- itself again (by using the read method). Therefor it must be
+ itself again (by using the read method). Therefore it must be
createable by name via a factory, which is in general
the global service manager. The create and read mechanism
is implemented by the com::sun::star::io::ObjectInputStream.
diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx
index e0661175168c..09a9994ac210 100644
--- a/unotools/source/i18n/localedatawrapper.cxx
+++ b/unotools/source/i18n/localedatawrapper.cxx
@@ -300,7 +300,7 @@ void LocaleDataWrapper::invalidateData()
// and default for Language found.
if ( areChecksEnabled()
&& aDebugLocale != "ar-SD" // Sudan/ar
- && aDebugLocale != "en-CB" // Carribean is not a country
+ && aDebugLocale != "en-CB" // Caribbean is not a country
// && aDebugLocale != "en-BG" // ?!? Bulgaria/en
// && aDebugLocale != "es-BR" // ?!? Brazil/es
)
diff --git a/vcl/osx/DragSource.cxx b/vcl/osx/DragSource.cxx
index 0231f125a816..b76dea2a4411 100644
--- a/vcl/osx/DragSource.cxx
+++ b/vcl/osx/DragSource.cxx
@@ -177,7 +177,7 @@ void SAL_CALL DragSource::initialize(const Sequence< Any >& aArguments)
/* All SalFrameView the base class for all VCL system views inherits from
NSView in order to get mouse and other events. This is the only way to
get these events. In order to start a drag operation we need to provide
- the mouse event which was the trigger. SalFrameView therefor implements
+ the mouse event which was the trigger. SalFrameView therefore implements
a hook mechanism so that we can get mouse events for our purpose.
*/
if (![mView respondsToSelector: @selector(registerMouseEventListener:)] ||
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 85b452817549..90b5280d03a7 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -127,7 +127,7 @@ static const sal_Char* pDbgHelpText[] =
"copies the text of the MessageBox to the clipboard. Because a MessageBox allows "
"further event processing other errors caused by Paint, Activate/Deactivate, "
"GetFocus/LoseFocus can cause more errors or incorrect errors and messages. "
-"Therefor the message should also be directed to a file/debugger in case of "
+"Therefore the message should also be directed to a file/debugger in case of "
"problems in order to produce the (right) error messages.\n",
"\n",
"TestTool\n",
diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx
index 9ec9a2809ff3..8af9686d1f39 100644
--- a/vcl/unx/kde/kdedata.cxx
+++ b/vcl/unx/kde/kdedata.cxx
@@ -87,7 +87,7 @@ KDEXLib::~KDEXLib()
{
// on 64 bit linux using libXRandr.so.2 will crash in
// XCloseDisplay when freeing extension data
- // no known work around, therefor currently leak. Hopefully
+ // no known work around, therefore currently leak. Hopefully
// this does not make problems since we're shutting down anyway
// should we ever get a real kde plugin that uses the KDE event loop
// we should use kde's method to signal screen changes similar
diff --git a/wizards/source/depot/tools.xba b/wizards/source/depot/tools.xba
index c1d581246318..daadf498899b 100644
--- a/wizards/source/depot/tools.xba
+++ b/wizards/source/depot/tools.xba
@@ -138,7 +138,7 @@ End Sub
&apos; Updates the cell with the CurrentValue after checking if the
-&apos; Newdate is later than the one that is refered to in the annotation
+&apos; Newdate is later than the one that is referred to in the annotation
&apos; of the cell
Sub InsertCurrentValue(CurValue as Double, iRow as Integer, Newdate as Date)
Dim oCell as Object
@@ -207,11 +207,11 @@ Dim iLastRow as Integer
End Function
-Function CheckDocLocale(LocLanguage as String, LocCountry as String)
+Function CheckDocLocale(LocLanguage as String, LocCountry as String)
Dim bIsDocLanguage as Boolean
Dim bIsDocCountry as Boolean
bIsDocLanguage = Instr(1, LocLanguage, sDocLanguage, SBBINARY) &lt;&gt; 0
bIsDocCountry = Instr(1, LocCountry, sDocCountry, SBBINARY) &lt;&gt; 0 OR SDocCountry = &quot;&quot;
CheckDocLocale = (bIsDocLanguage And bIsDocCountry)
End Function
-</script:module> \ No newline at end of file
+</script:module>
diff --git a/wizards/source/gimmicks/GetTexts.xba b/wizards/source/gimmicks/GetTexts.xba
index 53d4675b17ec..9d3dec3be219 100644
--- a/wizards/source/gimmicks/GetTexts.xba
+++ b/wizards/source/gimmicks/GetTexts.xba
@@ -22,7 +22,7 @@
&apos; This Macro extracts the Strings out of the currently activated document und inserts them into a logdocument
&apos; The aim of the macro is to provide the programmer an insight into the StarOffice API
&apos; It focusses on how document-Objects are accessed.
-&apos; Therefor not only texts of the document-body are retrieved but also Texts of general
+&apos; Therefore not only texts of the document-body are retrieved but also Texts of general
&apos; document Objects like, Annotations, charts and general Document Information
Public oLogDocument, oLogText, oLogCursor, oLogHeaderStyle, oLogBodyTextStyle as Object
@@ -200,7 +200,7 @@ Dim oCell as Object
oPara = ParaEnum.NextElement
&apos; Note: The Enumeration ParaEnum lists all tables and Paragraphs.
- &apos; Therefor we have to find out what kind of object &quot;oPara&quot; actually is
+ &apos; Therefore we have to find out what kind of object &quot;oPara&quot; actually is
If oPara.supportsService(&quot;com.sun.star.text.Paragraph&quot;) Then
&apos; &quot;oPara&quot; is a Paragraph
oTextPortEnum = oPara.createEnumeration
diff --git a/wizards/source/tools/UCB.xba b/wizards/source/tools/UCB.xba
index e3b1323b2d1a..ed1ae1c719b8 100644
--- a/wizards/source/tools/UCB.xba
+++ b/wizards/source/tools/UCB.xba
@@ -90,7 +90,7 @@ Dim sFileArray(StartUbound,1) as String
&apos; Retrieve the Index in the Array, where a Filename is positioned
If Not IsMissing(sFileContent()) Then
If (FieldinArray(sFileContent(), Ubound(sFileContent), RealFileContent)) Then
- &apos; The extension of the current file passes the filter and is therefor admitted to the
+ &apos; The extension of the current file passes the filter and is therefore admitted to the
&apos; fileList
If Not IsMissing(sExtension) Then
If sExtension &lt;&gt; &quot;&quot; Then
diff --git a/writerfilter/source/dmapper/PropertyMap.cxx b/writerfilter/source/dmapper/PropertyMap.cxx
index 9a8102e4ab1a..b584abf123d4 100644
--- a/writerfilter/source/dmapper/PropertyMap.cxx
+++ b/writerfilter/source/dmapper/PropertyMap.cxx
@@ -1335,7 +1335,7 @@ void SectionPropertyMap::_ApplyProperties(
beans::PropertyValue* pCharGrabBag = std::find_if(vPropVals.begin(),vPropVals.end(),NamedPropertyValue("CharInteropGrabBag") );
if (pCharGrabBag!=vPropVals.end()) {
(pCharGrabBag->Value)>>=vCharVals;
- nProperties += vCharVals.getLength()-1; //-1 to accomodate for grab bag property in vPropVals
+ nProperties += vCharVals.getLength()-1; //-1 to accommodate for grab bag property in vPropVals
}
beans::PropertyValue* pParaGrabBag = std::find_if(vPropVals.begin(),vPropVals.end(),NamedPropertyValue("ParaInteropGrabBag") );
if (pParaGrabBag!=vPropVals.end()) {
diff --git a/xmloff/dtd/datastyl.mod b/xmloff/dtd/datastyl.mod
index ed39d0399bca..ea4400750ce2 100644
--- a/xmloff/dtd/datastyl.mod
+++ b/xmloff/dtd/datastyl.mod
@@ -94,7 +94,7 @@
<!ATTLIST number:boolean-style style:name %styleName; #REQUIRED>
<!ATTLIST number:text-style style:name %styleName; #REQUIRED>
-<!-- The style:family is redundant and therefor should not exist at all -->
+<!-- The style:family is redundant and therefore should not exist at all -->
<!-- Since OOo 1.0/1.1 is exporting this attribute is is an #IMPLIED -->
<!-- one to avoid validation errors. -->
<!ATTLIST number:number-style style:family CDATA #IMPLIED>
diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx
index 29d768d8ce3d..2d311d5c9bb9 100644
--- a/xmloff/source/draw/shapeimport.cxx
+++ b/xmloff/source/draw/shapeimport.cxx
@@ -100,7 +100,7 @@ struct XMLShapeImportHelperImpl
std::vector<ConnectionHint> maConnections;
- // #88546# possibility to swich progress bar handling on/off
+ // #88546# possibility to switch progress bar handling on/off
bool mbHandleProgressBar;
// stores the capability of the current model to create presentation shapes
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
index a2765da0d5db..cbd5ab0ea1f3 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
@@ -1019,7 +1019,7 @@ void ElementDescriptor::readDefaults( bool supportPrintable, bool supportVisible
// In the future VBA support might require custom models ( and not the just the form
// variant of a control that we currently use ) In this case the door is still open,
// we just need to define a new way for the 'ServiceName' to be extracted from the
- // incomming model. E.g. the use of supporting service
+ // incoming model. E.g. the use of supporting service
// "com.sun.star.form.FormComponent", 'ServiceName' and XPersistObject
// is only an implementation detail here, in the future some other
// method ( perhaps a custom prop ) could be used instead.
diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
index a73fa73660b0..e35f44c78cb5 100644
--- a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
+++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
@@ -238,7 +238,7 @@ OString getMozillaCurrentProfile( const css::uno::Reference< css::uno::XComponen
//ATTENTION: DO NOT call this function directly instead use initNSS
//return true - whole initialization was successful
//param out_nss_init = true: at least the NSS initialization (NSS_InitReadWrite
-//was successful and therefor NSS_Shutdown should be called when terminating.
+//was successful and therefore NSS_Shutdown should be called when terminating.
bool nsscrypto_initialize( const css::uno::Reference< css::uno::XComponentContext > &rxContext, bool & out_nss_init )
{
bool return_value = true;