summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accessibility/source/extended/AccessibleBrowseBox.cxx2
-rw-r--r--accessibility/source/extended/AccessibleGridControl.cxx2
-rw-r--r--android/source/src/java/org/libreoffice/canvas/GraphicSelectionHandle.java2
-rw-r--r--basegfx/source/polygon/b2dlinegeometry.cxx2
-rw-r--r--basegfx/source/polygon/b2dtrapezoid.cxx6
-rwxr-xr-xbin/gbuild-to-ide2
-rwxr-xr-xbin/update_pch_autotune.sh2
-rw-r--r--binaryurp/source/reader.cxx2
-rw-r--r--configure.ac4
-rw-r--r--cppu/source/typelib/typelib.cxx6
-rw-r--r--cppuhelper/source/weak.cxx2
-rw-r--r--cui/source/options/personalization.cxx2
-rw-r--r--dbaccess/source/ui/app/AppController.hxx2
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.hxx2
-rw-r--r--desktop/source/lib/init.cxx2
-rw-r--r--drawinglayer/source/primitive2d/graphicprimitive2d.cxx2
-rw-r--r--drawinglayer/source/processor2d/vclprocessor2d.cxx4
-rw-r--r--filter/source/config/cache/filtercache.hxx2
-rw-r--r--filter/source/flash/swfdialog.cxx2
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl6
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/header.xsl2
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx2
-rw-r--r--jurt/com/sun/star/comp/servicemanager/ServiceManager.java2
-rw-r--r--jvmfwk/inc/vendorbase.hxx2
-rw-r--r--l10ntools/source/gConvXcu.cxx2
-rw-r--r--l10ntools/source/gLang.cxx2
-rw-r--r--libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx2
-rw-r--r--odk/examples/DevelopersGuide/Charts/CalcHelper.java2
-rw-r--r--odk/examples/DevelopersGuide/Charts/Makefile2
-rw-r--r--odk/examples/DevelopersGuide/Components/JavaComponent/Makefile2
-rw-r--r--odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java2
-rw-r--r--odk/examples/java/DocumentHandling/DocumentConverter.java2
-rw-r--r--qadevOOo/runner/org/openoffice/Runner.java2
-rw-r--r--setup_native/scripts/osx_install_languagepack.applescript2
-rw-r--r--sfx2/source/dialog/tabdlg.cxx2
-rw-r--r--sfx2/source/notify/eventsupplier.cxx2
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx2
-rw-r--r--xmloff/source/draw/shapeexport.cxx2
-rw-r--r--xmloff/source/draw/ximpshap.cxx2
-rw-r--r--xmloff/source/text/txtflde.cxx2
-rw-r--r--xmloff/source/text/txtprhdl.cxx2
-rw-r--r--xmloff/source/transform/TransformerBase.cxx2
-rw-r--r--xmloff/source/xforms/xformsexport.cxx2
-rw-r--r--xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx6
45 files changed, 55 insertions, 55 deletions
diff --git a/accessibility/source/extended/AccessibleBrowseBox.cxx b/accessibility/source/extended/AccessibleBrowseBox.cxx
index 70b7c1702c24..543c638912da 100644
--- a/accessibility/source/extended/AccessibleBrowseBox.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBox.cxx
@@ -335,7 +335,7 @@ css::uno::Reference< css::accessibility::XAccessibleContext > SAL_CALL Accessibl
OSL_ENSURE( ( m_pContext && m_xContext.is() ) || ( !m_pContext && !m_xContext.is() ),
"extended/AccessibleBrowseBoxAccess::getAccessibleContext: inconsistency!" );
- // if the context died meanwhile (there is no listener, so it won't tell us explicitily when this happens),
+ // if the context died meanwhile (there is no listener, so it won't tell us explicitly when this happens),
// then reset and re-create.
if ( m_pContext && !m_pContext->isAlive() )
m_xContext = m_pContext = nullptr;
diff --git a/accessibility/source/extended/AccessibleGridControl.cxx b/accessibility/source/extended/AccessibleGridControl.cxx
index b51558ca2738..f11a35eac415 100644
--- a/accessibility/source/extended/AccessibleGridControl.cxx
+++ b/accessibility/source/extended/AccessibleGridControl.cxx
@@ -427,7 +427,7 @@ css::uno::Reference< css::accessibility::XAccessibleContext > SAL_CALL Accessibl
OSL_ENSURE( ( m_pContext && m_xContext.is() ) || ( !m_pContext && !m_xContext.is() ),
"extended/AccessibleGridControlAccess::getAccessibleContext: inconsistency!" );
- // if the context died meanwhile (we're no listener, so it won't tell us explicitily when this happens),
+ // if the context died meanwhile (we're no listener, so it won't tell us explicitly when this happens),
// then reset an re-create.
if ( m_pContext && !m_pContext->isAlive() )
m_xContext = m_pContext = nullptr;
diff --git a/android/source/src/java/org/libreoffice/canvas/GraphicSelectionHandle.java b/android/source/src/java/org/libreoffice/canvas/GraphicSelectionHandle.java
index 0c088e0590d6..68b445af6f9f 100644
--- a/android/source/src/java/org/libreoffice/canvas/GraphicSelectionHandle.java
+++ b/android/source/src/java/org/libreoffice/canvas/GraphicSelectionHandle.java
@@ -128,7 +128,7 @@ public class GraphicSelectionHandle extends CommonCanvasElement {
}
/**
- * All posible handle positions. The selection rectangle has 8 possible
+ * All possible handle positions. The selection rectangle has 8 possible
* handles.
*/
public enum HandlePosition {
diff --git a/basegfx/source/polygon/b2dlinegeometry.cxx b/basegfx/source/polygon/b2dlinegeometry.cxx
index 799604f37014..1b4de144c6da 100644
--- a/basegfx/source/polygon/b2dlinegeometry.cxx
+++ b/basegfx/source/polygon/b2dlinegeometry.cxx
@@ -521,7 +521,7 @@ namespace basegfx
// Solve by using tooling.
// Remark: This nearly never happens due to curve preparations to extreme points
// and maximum angle turning, but I constructed a test case and checked that it is
- // working propery.
+ // working property.
const B2DPolyPolygon aTemp(tools::solveCrossovers(aBezierPolygon));
const sal_uInt32 nTempCount(aTemp.count());
diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx
index f25b7bfb884e..33d588650ce8 100644
--- a/basegfx/source/polygon/b2dtrapezoid.cxx
+++ b/basegfx/source/polygon/b2dtrapezoid.cxx
@@ -108,7 +108,7 @@ namespace basegfx
std::swap(mpStart, mpEnd);
}
- // no horizontal edges allowed, all neeed to traverse vertically
+ // no horizontal edges allowed, all need to traverse vertically
OSL_ENSURE(mpEnd->getY() > mpStart->getY(), "Illegal TrDeEdgeEntry constructed (!)");
}
@@ -121,7 +121,7 @@ namespace basegfx
{
mpStart = pNewStart;
- // no horizontal edges allowed, all neeed to traverse vertically
+ // no horizontal edges allowed, all need to traverse vertically
OSL_ENSURE(mpEnd->getY() > mpStart->getY(), "Illegal TrDeEdgeEntry constructed (!)");
}
}
@@ -135,7 +135,7 @@ namespace basegfx
{
mpEnd = pNewEnd;
- // no horizontal edges allowed, all neeed to traverse vertically
+ // no horizontal edges allowed, all need to traverse vertically
OSL_ENSURE(mpEnd->getY() > mpStart->getY(), "Illegal TrDeEdgeEntry constructed (!)");
}
}
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index fb2e888fbf76..a4b837b453a4 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -1592,7 +1592,7 @@ class QtCreatorIntegrationGenerator(IdeIntegrationGenerator):
# we remove existing '.pro' and '.pro.user' files
self.remove_qt_files()
- # for .pro files, we must explicitely list all files (.c, .h)
+ # for .pro files, we must explicitly list all files (.c, .h)
# so we can't reuse directly the same method than for kde integration.
self.build_data_libs()
diff --git a/bin/update_pch_autotune.sh b/bin/update_pch_autotune.sh
index b3a73783dc77..ab9b0a688067 100755
--- a/bin/update_pch_autotune.sh
+++ b/bin/update_pch_autotune.sh
@@ -207,7 +207,7 @@ for module in $modules; do
score_too_low=$(echo "$best_score_for_cuttof < $best_score / 1.10" | bc -l)
if [ $score_too_low -eq 1 ];
then
- echo "Score hit low of $best_score_for_cuttof, well bellow overall best of $best_score. Stopping."
+ echo "Score hit low of $best_score_for_cuttof, well below overall best of $best_score. Stopping."
break;
fi
fi
diff --git a/binaryurp/source/reader.cxx b/binaryurp/source/reader.cxx
index 6a5f6905e3e7..75c3a1f7d467 100644
--- a/binaryurp/source/reader.cxx
+++ b/binaryurp/source/reader.cxx
@@ -182,7 +182,7 @@ void Reader::readMessage(Unmarshal & unmarshal) {
oid = unmarshal.readOid();
if (oid.isEmpty()) {
throw css::io::IOException(
- "binaryurp::Unmarshal: emtpy OID");
+ "binaryurp::Unmarshal: empty OID");
}
lastOid_ = oid;
} else {
diff --git a/configure.ac b/configure.ac
index 80ae2ac0a852..f5f9da655823 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4140,7 +4140,7 @@ AC_SUBST(x_LDFLAGS)
#
# determine CPUNAME, OS, ...
-# The USING_X11 flag tells whether the host os uses X by default. Can be overriden with the --without-x option.
+# The USING_X11 flag tells whether the host os uses X by default. Can be overridden with the --without-x option.
#
case "$host_os" in
@@ -4992,7 +4992,7 @@ AC_SUBST(THES_SYSTEM_DIR)
dnl ===================================================================
dnl enable pch by default on windows
-dnl enable it explicitely otherwise
+dnl enable it explicitly otherwise
AC_MSG_CHECKING([whether to enable pch feature])
ENABLE_PCH=""
if test "$enable_pch" != "no"; then
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index 212e7900fb2b..a5b497c10bf9 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -1481,7 +1481,7 @@ extern "C" void SAL_CALL typelib_typedescription_register(
{
if (osl_atomic_increment( &pTDR->pType->nRefCount ) > 1)
{
- // The refence is incremented. The object cannot be destroyed.
+ // The reference is incremented. The object cannot be destroyed.
// Release the guard at the earliest point.
aGuard.clear();
::typelib_typedescription_release( *ppNewDescription );
@@ -2217,7 +2217,7 @@ extern "C" void SAL_CALL typelib_typedescriptionreference_getDescription(
sal_Int32 n = osl_atomic_increment( &pRef->pType->nRefCount );
if( n > 1 )
{
- // The refence is incremented. The object cannot be destroyed.
+ // The reference is incremented. The object cannot be destroyed.
// Release the guard at the earliest point.
*ppRet = pRef->pType;
return;
@@ -2259,7 +2259,7 @@ extern "C" void SAL_CALL typelib_typedescriptionreference_getByName(
sal_Int32 n = osl_atomic_increment( &(*aIt).second->nRefCount );
if( n > 1 )
{
- // The refence is incremented. The object cannot be destroyed.
+ // The reference is incremented. The object cannot be destroyed.
// Release the guard at the earliest point.
*ppRet = (*aIt).second;
}
diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx
index 85cf3f626482..1c9b57ccadb9 100644
--- a/cppuhelper/source/weak.cxx
+++ b/cppuhelper/source/weak.cxx
@@ -150,7 +150,7 @@ Reference< XInterface > SAL_CALL OWeakConnectionPoint::queryAdapted() throw(css:
if (n > 1)
{
- // The refence is incremented. The object cannot be destroyed.
+ // The reference is incremented. The object cannot be destroyed.
// Release the guard at the earliest point.
guard.clear();
// WeakObject has a (XInterface *) cast operator
diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx
index b752f30ae44e..44ed7ebe58f8 100644
--- a/cui/source/options/personalization.cxx
+++ b/cui/source/options/personalization.cxx
@@ -151,7 +151,7 @@ IMPL_LINK_TYPED( SelectPersonaDialog, SearchPersonas, Button*, pButton, void )
if( searchTerm.isEmpty( ) )
return;
- // 15 results so that invalid and duplicate search results whose names can't be retreived can be skipped
+ // 15 results so that invalid and duplicate search results whose names can't be retrieved can be skipped
OUString rSearchURL = "https://services.addons.allizom.org/en-US/firefox/api/1.5/search/" + searchTerm + "/9/15";
if ( searchTerm.startsWith( "https://addons.mozilla.org/" ) )
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index 2fe7d7ed7b3a..afde26c43aa7 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -289,7 +289,7 @@ namespace dbaui
/** opens a uno dialog withthe currently selected data source as initialize argument
@param _sServiceName
- The serivce name of the dialog to be executed.
+ The service name of the dialog to be executed.
*/
void openDialog(const OUString& _sServiceName);
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.hxx b/dbaccess/source/ui/dlg/ConnectionPage.hxx
index 34003c4d51a4..4f6e1cf8e12f 100644
--- a/dbaccess/source/ui/dlg/ConnectionPage.hxx
+++ b/dbaccess/source/ui/dlg/ConnectionPage.hxx
@@ -36,7 +36,7 @@ namespace dbaui
{
friend class VclPtr<OConnectionTabPage>;
protected:
- // user authentification
+ // user authentication
VclPtr<FixedText> m_pFL2;
VclPtr<FixedText> m_pUserNameLabel;
VclPtr<Edit> m_pUserName;
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 7048da7cd32c..a6640d078b17 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -492,7 +492,7 @@ void CallbackFlushHandler::queue(const int type, const char* data)
// there will be multiple notifications. On the first invalidation
// we will start painting, but other events will get fired
// while the complex command in question executes.
- // We don't want to supress everything here on the wrong assumption
+ // We don't want to suppress everything here on the wrong assumption
// that no new events are fired during painting.
if (type != LOK_CALLBACK_STATE_CHANGED &&
type != LOK_CALLBACK_INVALIDATE_TILES &&
diff --git a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
index e43839b19b48..43466011210e 100644
--- a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
@@ -92,7 +92,7 @@ namespace drawinglayer
// instead of creating all as in create2DColorModifierEmbeddingsAsNeeded (see below).
// Still, crop, rotation, mirroring and transparency is handled by primitives already
// (see above).
- // This could even be done when vector graphic, but we explicitely want to have the
+ // This could even be done when vector graphic, but we explicitly want to have the
// pure primitive solution for this; this will allow vector graphics to stay vector
// geraphics, independent from the color filtering stuff. This will enhance e.g.
// SVG and print quality while reducing data size at the same time.
diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index bb1d8e2f26f4..fb8dd3465a0c 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -829,7 +829,7 @@ namespace drawinglayer
{
// Get preferred Metafile output size. When it's very equal to the output size, it's probably
// a rounding error somewhere, so correct it to get a 1:1 output without single pixel scalings
- // of the Metafile (esp. for contaned Bitmaps, e.g 3D charts)
+ // of the Metafile (esp. for contained Bitmaps, e.g 3D charts)
const Size aPrefSize(mpOutputDevice->LogicToPixel(aMetaFile.GetPrefSize(), aMetaFile.GetPrefMapMode()));
if(aPrefSize.getWidth() && (aPrefSize.getWidth() - 1 == aDestSize.getWidth() || aPrefSize.getWidth() + 1 == aDestSize.getWidth()))
@@ -1295,7 +1295,7 @@ namespace drawinglayer
if(!bDone && rPolygonStrokeCandidate.getB2DPolygon().count() > 1000)
{
// #i101491# If the polygon complexity uses more than a given amount, do
- // use OuputDevice::DrawPolyLine directly; this will avoid buffering all
+ // use OutputDevice::DrawPolyLine directly; this will avoid buffering all
// decompositions in primitives (memory) and fallback to old line painting
// for very complex polygons, too
for(sal_uInt32 a(0); a < nCount; a++)
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 1f13e1585c8a..0e6c8da99d01 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -288,7 +288,7 @@ class FilterCache : public BaseLock
because it listen for changes on the internal used configuration layer.
If the new data are needed immediately inside the original container,
the method takeOver() can be used to copy all changes back.
- The may be following notifications of the configuration will be superflous then.
+ The may be following notifications of the configuration will be superfluous then.
But they can't be stopped ...
All internal structures will be copied here. But the internal used
diff --git a/filter/source/flash/swfdialog.cxx b/filter/source/flash/swfdialog.cxx
index e15f3308b3c3..d23f4de94a01 100644
--- a/filter/source/flash/swfdialog.cxx
+++ b/filter/source/flash/swfdialog.cxx
@@ -131,7 +131,7 @@ VclPtr<Dialog> SWFDialog::createDialog( vcl::Window* pParent )
if (mxSrcDoc.is())
{
/* TODO: From the controller we may get information what page is visible and what shapes
- are selected, if we optionaly want to limit output to that
+ are selected, if we optionally want to limit output to that
Any aSelection;
try
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index d547335db7cd..90c02fa9b929 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5590,7 +5590,7 @@ SvxMSDffManager::SvxMSDffManager(SvStream& rStCtrl_,
nOffsDgg( nOffsDgg_ ),
nBLIPCount( USHRT_MAX ), // initialize with error, since we fist check if the
nGroupShapeFlags(0), // ensure initialization here, as some corrupted
- // files may yield to this being unitialized
+ // files may yield to this being uninitialized
maBaseURL( rBaseURL ),
mnCurMaxShapeId(0),
mnDrawingsSaved(0),
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index baee18241128..7e9eb59734db 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -64,7 +64,7 @@
<xsl:for-each select="key('masterPage','count')">
<!-- Check if this style is being used in the body -->
<xsl:if test="key('elementUsingStyle', ../@style:name)">
- <!-- Check every master-page-name if it is not emtpy and return as ';' separated list -->
+ <!-- Check every master-page-name if it is not empty and return as ';' separated list -->
<xsl:if test="string-length(../@style:master-page-name) &gt; 0">
<xsl:value-of select="../@style:master-page-name"/>;
</xsl:if>
@@ -907,7 +907,7 @@
<xsl:for-each select="key('masterPage','count')">
<!-- Check if this style is being used in the body -->
<xsl:if test="key('elementUsingStyle', ../@style:name)">
- <!-- Check every master-page-name if it is not emtpy and return as ';' separated list -->
+ <!-- Check every master-page-name if it is not empty and return as ';' separated list -->
<xsl:if test="string-length(../@style:master-page-name) &gt; 0">
<xsl:value-of select="../@style:master-page-name"/>;
</xsl:if>
@@ -1593,7 +1593,7 @@
G)
An Office list may (re)start on any arbitrary value by using @text:start-value on the text:list-item
- INDENDATION:
+ INDENTATION:
============
The indent of a list label is not only calculated by using the text:space-before of the list level (listLevelStyle), but
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
index 6af404c46137..09578da62ceb 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
@@ -147,7 +147,7 @@
<xsl:for-each select="/*/office:body">
<!-- Check if this style is being used in the body -->
<xsl:if test="key('elementUsingStyle', ../@style:name)">
- <!-- Check every master-page-name if it is not emtpy and return as ';' separated list -->
+ <!-- Check every master-page-name if it is not empty and return as ';' separated list -->
<xsl:if test="string-length(../@style:master-page-name) &gt; 0"><xsl:value-of select="../@style:master-page-name"/>;</xsl:if>
</xsl:if>
</xsl:for-each>
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index 7a5a56c6469c..b34a5e93a8e4 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -2079,7 +2079,7 @@ LanguageTag & LanguageTag::makeFallback()
/* TODO: maybe this now could take advantage of the mnOverride field in
- * isolang.cxx entries and search for kSAME instead of harcoded special
+ * isolang.cxx entries and search for kSAME instead of hardcoded special
* fallbacks. Though iterating through those tables would be slower and even
* then there would be some special cases, but we wouldn't lack entries that
* were missed out. */
diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
index 481efb730e4f..0ee13e9070dc 100644
--- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
+++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
@@ -36,7 +36,7 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XComponentContext;
/**
- * The <code>ServiceManager</code> class is an implmentation of the
+ * The <code>ServiceManager</code> class is an implementation of the
* <code>ServiceManager</code>the central class needed for implementing or using
* UNO components in Java.
*
diff --git a/jvmfwk/inc/vendorbase.hxx b/jvmfwk/inc/vendorbase.hxx
index 1bb7844305e2..da8a3e750df6 100644
--- a/jvmfwk/inc/vendorbase.hxx
+++ b/jvmfwk/inc/vendorbase.hxx
@@ -105,7 +105,7 @@ public:
For example "bin/java.exe". You need
to implement this function in a derived class, if
- the paths differ. this implmentation provides for
+ the paths differ. this implementation provides for
Windows "bin/java.exe" and for Unix "bin/java".
The paths are relative file URLs. That is, they always
contain '/' even on windows. The paths are relative
diff --git a/l10ntools/source/gConvXcu.cxx b/l10ntools/source/gConvXcu.cxx
index fe5d9214b2cb..58f22d78493c 100644
--- a/l10ntools/source/gConvXcu.cxx
+++ b/l10ntools/source/gConvXcu.cxx
@@ -87,7 +87,7 @@ void convert_xcu::startCollectData(char *syyText)
// locate object name
nL = sTag.find("xml:lang=\"");
if (nL != (int)string::npos) {
- // test langauge
+ // test language
nL += 10;
if (sTag.substr(nL,5) == "en-US")
mbNoCollectingData = false;
diff --git a/l10ntools/source/gLang.cxx b/l10ntools/source/gLang.cxx
index 1e008c0ba343..af031a4f2e8d 100644
--- a/l10ntools/source/gLang.cxx
+++ b/l10ntools/source/gLang.cxx
@@ -222,7 +222,7 @@ void handler::checkCommandLine(int argc, char *argv[])
}
}
- // Check all the correct parameters are suplied
+ // Check all the correct parameters are supplied
bSourceFiles = bTargetDir = bPoDir = false;
switch (meWorkMode) {
case DO_CONVERT:
diff --git a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
index 7dbe13fe573a..a264af94833e 100644
--- a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
+++ b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
@@ -1020,7 +1020,7 @@ static void formulaChanged(LOKDocView* pLOKDocView, char* pPayload, gpointer /*p
gtk_entry_set_text(GTK_ENTRY(rWindow.m_pFormulabarEntry), pPayload);
}
-/// LOKDocView password is requried to open the document
+/// LOKDocView password is required to open the document
static void passwordRequired(LOKDocView* pLOKDocView, gchar* pUrl, gboolean bModify, gpointer /*pData*/)
{
GtkWidget* pPasswordDialog = gtk_dialog_new_with_buttons ("Password required",
diff --git a/odk/examples/DevelopersGuide/Charts/CalcHelper.java b/odk/examples/DevelopersGuide/Charts/CalcHelper.java
index 76844c5cca64..d7d932282339 100644
--- a/odk/examples/DevelopersGuide/Charts/CalcHelper.java
+++ b/odk/examples/DevelopersGuide/Charts/CalcHelper.java
@@ -122,7 +122,7 @@ public class CalcHelper
- /** Insert a chart using the given name as name of the OLE object and the range as correspoding
+ /** Insert a chart using the given name as name of the OLE object and the range as corresponding
range of data to be used for rendering. The chart is placed in the sheet for charts at
position aUpperLeft extending as large as given in aExtent.
diff --git a/odk/examples/DevelopersGuide/Charts/Makefile b/odk/examples/DevelopersGuide/Charts/Makefile
index d6ff9edcdc18..dbb55d51c90a 100644
--- a/odk/examples/DevelopersGuide/Charts/Makefile
+++ b/odk/examples/DevelopersGuide/Charts/Makefile
@@ -137,7 +137,7 @@ $(SAMPLE_CLASS_OUT)/%/manifest.xml :
@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_COMPONENTS)$(QM)"/$(CSEP)>> $@
@echo $(OSEP)/manifest:manifest$(CSEP) >> $@
-# rule for component pacakge file
+# rule for component package file
$(COMP_PACKAGE) : $(COMP_JAR) $(COMP_UNOPKG_MANIFEST) $(COMP_COMPONENTS)
-$(DEL) $(subst \\,\,$(subst /,$(PS),$@))
-$(MKDIR) $(subst /,$(PS),$(@D))
diff --git a/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile b/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile
index b2a203cffb78..d78259e36936 100644
--- a/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile
+++ b/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile
@@ -156,7 +156,7 @@ $(OUT_COMP_CLASS)/%/manifest.xml :
@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_COMPONENTS)$(QM)"/$(CSEP)>> $@
@echo $(OSEP)/manifest:manifest$(CSEP) >> $@
-# rule for component pacakge file
+# rule for component package file
$(COMP_PACKAGE) : $(COMP_RDB) $(COMP_JAR) $(COMP_UNOPKG_MANIFEST) $(COMP_COMPONENTS)
-$(DEL) $(subst \\,\,$(subst /,$(PS),$@))
-$(MKDIR) $(subst /,$(PS),$(@D))
diff --git a/odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java b/odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java
index 0374564dcac0..22287fc0ebac 100644
--- a/odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java
+++ b/odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java
@@ -102,7 +102,7 @@ public class UnoDialogSample2 extends UnoDialogSample {
oUnoDialogSample2 = new UnoDialogSample2(xContext, xMCF, oUnoObject);
oUnoDialogSample2.initialize( new String[] {"Height", "Moveable", "Name","PositionX","PositionY", "Step", "TabIndex","Title","Width"},
new Object[] { Integer.valueOf(nDialogHeight), Boolean.TRUE, "Dialog1", Integer.valueOf(102),Integer.valueOf(41), Integer.valueOf(1), Short.valueOf((short) 0), "Inspect a Uno-Object", Integer.valueOf(nDialogWidth)});
- String sIntroLabel = "This Dialog lists information about a given Uno-Object.\nIt offers a view to inspect all suppported servicenames, exported interfaces, methods and properties.";
+ String sIntroLabel = "This Dialog lists information about a given Uno-Object.\nIt offers a view to inspect all supported servicenames, exported interfaces, methods and properties.";
oUnoDialogSample2.insertMultiLineFixedText(nControlPosX, 27, nControlWidth, 4, 1, sIntroLabel);
// get the data from the UNO object...
String[] sSupportedServiceNames = oUnoDialogSample2.getSupportedServiceNames();
diff --git a/odk/examples/java/DocumentHandling/DocumentConverter.java b/odk/examples/java/DocumentHandling/DocumentConverter.java
index 6788896e318a..386af9f1f8fc 100644
--- a/odk/examples/java/DocumentHandling/DocumentConverter.java
+++ b/odk/examples/java/DocumentHandling/DocumentConverter.java
@@ -95,7 +95,7 @@ public class DocumentConverter {
} else {
// Converting the document to the favoured type
try {
- // Composing the URL by replacing all backslashs
+ // Composing the URL by replacing all backslashes
String sUrl = "file:///"
+ entries[ i ].getAbsolutePath().replace( '\\', '/' );
diff --git a/qadevOOo/runner/org/openoffice/Runner.java b/qadevOOo/runner/org/openoffice/Runner.java
index 05fdb6b2c2e4..7f839beadd01 100644
--- a/qadevOOo/runner/org/openoffice/Runner.java
+++ b/qadevOOo/runner/org/openoffice/Runner.java
@@ -108,7 +108,7 @@ public class Runner
}
}
- // ----- check path variables separatly -----
+ // ----- check path variables separately -----
String sDelim = System.getProperty("path.separator");
bEmergencyStop |= checkPathVariable("java.library.path", sDelim);
bEmergencyStop |= checkPathVariable("java.class.path", sDelim);
diff --git a/setup_native/scripts/osx_install_languagepack.applescript b/setup_native/scripts/osx_install_languagepack.applescript
index 49c8e546a8b4..f5cd0dc6ac8f 100644
--- a/setup_native/scripts/osx_install_languagepack.applescript
+++ b/setup_native/scripts/osx_install_languagepack.applescript
@@ -19,7 +19,7 @@
This script is meant to
1) Identify installed instances of the product
2) check whether the user has write-access (and if not
- ask for authentification)
+ ask for authentication)
3) install the shipped tarball
*)
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index 0562aa1bfc87..dd6ccd789950 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -583,7 +583,7 @@ sal_uInt16 SfxTabDialog::AddTabPage
(
const OString &rName, // Page ID
CreateTabPage pCreateFunc, // Pointer to the Factory Method
- GetTabPageRanges pRangesFunc // Pointer to the Method for quering
+ GetTabPageRanges pRangesFunc // Pointer to the Method for querying
// Ranges onDemand
)
{
diff --git a/sfx2/source/notify/eventsupplier.cxx b/sfx2/source/notify/eventsupplier.cxx
index a2796becd1f8..80b11199bd99 100644
--- a/sfx2/source/notify/eventsupplier.cxx
+++ b/sfx2/source/notify/eventsupplier.cxx
@@ -368,7 +368,7 @@ SvxMacro* SfxEvents_Impl::ConvertToMacro( const uno::Any& rElement, SfxObjectShe
else if ( aProperties[ nIndex ].Name == PROP_MACRO_NAME )
aProperties[ nIndex ].Value >>= aMacroName;
else {
- OSL_FAIL("Unknown propery value!");
+ OSL_FAIL("Unknown property value!");
}
nIndex += 1;
}
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index 59c0d465f02b..dcde298b72be 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -677,7 +677,7 @@ namespace svgio
// todo: Handle getStrokeDashOffset()
// convert svg:stroke-miterlimit to LineAttrute:mfMiterMinimumAngle
- // The default needs to be set explicitely, because svg default <> Draw default
+ // The default needs to be set explicitly, because svg default <> Draw default
double fMiterMinimumAngle;
if (getStrokeMiterLimit().isSet())
{
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 0bb3955068f0..a6d461029926 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -438,7 +438,7 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap
}
}
- // optionaly generate auto style for text attributes
+ // optionally generate auto style for text attributes
if( (!bIsEmptyPresObj || (aShapeInfo.meShapeType != XmlShapeTypePresPageShape)) && bObjSupportsText )
{
aPropStates = GetExport().GetTextParagraphExport()->GetParagraphPropertyMapper()->Filter( xPropSet );
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 91750f622d16..575ed11ae0be 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -3833,7 +3833,7 @@ void SdXMLCustomShapeContext::EndElement()
// implementations held on the SdrObjects of type
// SdrObjCustomShape - those tend to linger until the entire file
// is loaded. For large files with a lot of these, 32bit systems
- // may crash due to being out of ressources after ca. 4200
+ // may crash due to being out of resources after ca. 4200
// Outliners and VirtualDevices used there as RefDevice
try
{
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index 3b7028a5d8da..291b8d21013f 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -1900,7 +1900,7 @@ void XMLTextFieldExport::ExportFieldDeclarations(
// export only used masters
DBG_ASSERT(nullptr != pUsedMasters,
"field masters must be recorded in order to be "
- "written out separatly" );
+ "written out separately" );
if (nullptr != pUsedMasters)
{
map<Reference<XText>, set<OUString> > ::iterator aMapIter =
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx
index 5e7e69939aa0..ce9745f6b5af 100644
--- a/xmloff/source/text/txtprhdl.cxx
+++ b/xmloff/source/text/txtprhdl.cxx
@@ -744,7 +744,7 @@ bool XMLHoriMirrorPropHdl_Impl::exportXML(
const Any&,
const SvXMLUnitConverter& ) const
{
- SAL_WARN( "xmloff", "HorMirror properyt shouldn't be exported" );
+ SAL_WARN( "xmloff", "HorMirror property shouldn't be exported" );
return false;
}
diff --git a/xmloff/source/transform/TransformerBase.cxx b/xmloff/source/transform/TransformerBase.cxx
index e7d955c414f2..f577072689d3 100644
--- a/xmloff/source/transform/TransformerBase.cxx
+++ b/xmloff/source/transform/TransformerBase.cxx
@@ -867,7 +867,7 @@ XMLMutableAttributeList *XMLTransformerBase::ProcessAttrList(
// no conversion of transparency value for document
// styles, because former OpenOffice.org version writes
// writes always a transparency value of 100% and doesn't
- // read the value. Thus, it's intepreted as 0%
+ // read the value. Thus, it's interpreted as 0%
if ( !bIsDocumentStyle )
{
OUString aAttrValue( rAttrValue );
diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx
index e12f9b29f91c..b0f8b92e3309 100644
--- a/xmloff/source/xforms/xformsexport.cxx
+++ b/xmloff/source/xforms/xformsexport.cxx
@@ -256,7 +256,7 @@ static const ExportTable aXFormsBindingTable[] =
TABLE_ENTRY( "RequiredExpression", NONE, REQUIRED, xforms_string ),
TABLE_ENTRY( "ConstraintExpression", NONE, CONSTRAINT, xforms_string ),
TABLE_ENTRY( "CalculateExpression", NONE, CALCULATE, xforms_string ),
- // type handled separatly, for type name <-> XSD type conversion
+ // type handled separately, for type name <-> XSD type conversion
// TABLE_ENTRY( "Type", NONE, TYPE, xforms_string ),
TABLE_END
};
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index 5f525caf5b5f..08fd9b1f7d9e 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -122,7 +122,7 @@ void XMLDocumentWrapper_XmlSecImpl::getNextSAXEvent()
/*
* If the current node has children, then its first child
* should be next current node, and the next event will be
- * startElement or charaters(PI) based on that child's node
+ * startElement or characters(PI) based on that child's node
* type. Otherwise, the endElement of current node is the
* next event.
*/
@@ -150,7 +150,7 @@ void XMLDocumentWrapper_XmlSecImpl::getNextSAXEvent()
/*
* If the current node has following sibling, that sibling
* should be next current node, and the next event will be
- * startElement or charaters(PI) based on that sibling's node
+ * startElement or characters(PI) based on that sibling's node
* type. Otherwise, the endElement of current node's parent
* becomes the next event.
*/
@@ -550,7 +550,7 @@ void XMLDocumentWrapper_XmlSecImpl::removeNode(const xmlNodePtr pNode) const
/****** XMLDocumentWrapper_XmlSecImpl/removeNode ******************************
*
* NAME
- * removeNode -- Deletes a node with its branch unconditionaly
+ * removeNode -- Deletes a node with its branch unconditionally
*
* SYNOPSIS
* removeNode( pNode );