[Libreoffice-commits] core.git: accessibility/source android/source basegfx/source binaryurp/source bin/gbuild-to-ide bin/update_pch_autotune.sh configure.ac cppuhelper/source cppu/source cui/source dbaccess/source desktop/source drawinglayer/source filter/source i18nlangtag/source jurt/com jvmfwk/inc l10ntools/source libreofficekit/qa odk/examples qadevOOo/runner setup_native/scripts sfx2/source svgio/source xmloff/source xmlsecurity/source

Otto Kekäläinen otto at seravo.fi
Mon Jul 4 06:12:16 UTC 2016


 accessibility/source/extended/AccessibleBrowseBox.cxx                      |    2 +-
 accessibility/source/extended/AccessibleGridControl.cxx                    |    2 +-
 android/source/src/java/org/libreoffice/canvas/GraphicSelectionHandle.java |    2 +-
 basegfx/source/polygon/b2dlinegeometry.cxx                                 |    2 +-
 basegfx/source/polygon/b2dtrapezoid.cxx                                    |    6 +++---
 bin/gbuild-to-ide                                                          |    2 +-
 bin/update_pch_autotune.sh                                                 |    2 +-
 binaryurp/source/reader.cxx                                                |    2 +-
 configure.ac                                                               |    4 ++--
 cppu/source/typelib/typelib.cxx                                            |    6 +++---
 cppuhelper/source/weak.cxx                                                 |    2 +-
 cui/source/options/personalization.cxx                                     |    2 +-
 dbaccess/source/ui/app/AppController.hxx                                   |    2 +-
 dbaccess/source/ui/dlg/ConnectionPage.hxx                                  |    2 +-
 desktop/source/lib/init.cxx                                                |    2 +-
 drawinglayer/source/primitive2d/graphicprimitive2d.cxx                     |    2 +-
 drawinglayer/source/processor2d/vclprocessor2d.cxx                         |    4 ++--
 filter/source/config/cache/filtercache.hxx                                 |    2 +-
 filter/source/flash/swfdialog.cxx                                          |    2 +-
 filter/source/msfilter/msdffimp.cxx                                        |    2 +-
 filter/source/xslt/odf2xhtml/export/xhtml/body.xsl                         |    6 +++---
 filter/source/xslt/odf2xhtml/export/xhtml/header.xsl                       |    2 +-
 i18nlangtag/source/languagetag/languagetag.cxx                             |    2 +-
 jurt/com/sun/star/comp/servicemanager/ServiceManager.java                  |    2 +-
 jvmfwk/inc/vendorbase.hxx                                                  |    2 +-
 l10ntools/source/gConvXcu.cxx                                              |    2 +-
 l10ntools/source/gLang.cxx                                                 |    2 +-
 libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx                        |    2 +-
 odk/examples/DevelopersGuide/Charts/CalcHelper.java                        |    2 +-
 odk/examples/DevelopersGuide/Charts/Makefile                               |    2 +-
 odk/examples/DevelopersGuide/Components/JavaComponent/Makefile             |    2 +-
 odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java                     |    2 +-
 odk/examples/java/DocumentHandling/DocumentConverter.java                  |    2 +-
 qadevOOo/runner/org/openoffice/Runner.java                                 |    2 +-
 setup_native/scripts/osx_install_languagepack.applescript                  |    2 +-
 sfx2/source/dialog/tabdlg.cxx                                              |    2 +-
 sfx2/source/notify/eventsupplier.cxx                                       |    2 +-
 svgio/source/svgreader/svgstyleattributes.cxx                              |    2 +-
 xmloff/source/draw/shapeexport.cxx                                         |    2 +-
 xmloff/source/draw/ximpshap.cxx                                            |    2 +-
 xmloff/source/text/txtflde.cxx                                             |    2 +-
 xmloff/source/text/txtprhdl.cxx                                            |    2 +-
 xmloff/source/transform/TransformerBase.cxx                                |    2 +-
 xmloff/source/xforms/xformsexport.cxx                                      |    2 +-
 xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx                |    6 +++---
 45 files changed, 55 insertions(+), 55 deletions(-)

New commits:
commit 428e23f4f7025506e767d895e9b46492a8432aed
Author: Otto Kekäläinen <otto at seravo.fi>
Date:   Sun Jul 3 20:24:00 2016 +0300

    Fix some spelling errors in comments and strings
    
    Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e
    Reviewed-on: https://gerrit.libreoffice.org/26883
    Reviewed-by: jan iversen <jani at documentfoundation.org>
    Tested-by: jan iversen <jani at documentfoundation.org>

diff --git a/accessibility/source/extended/AccessibleBrowseBox.cxx b/accessibility/source/extended/AccessibleBrowseBox.cxx
index 70b7c17..543c638 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 b51558c..f11a35e 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 0c088e0..68b445a 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 799604f..1b4de14 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 f25b7bf..33d5886 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 fb2e888..a4b837b 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 b3a7378..ab9b0a6 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 6a5f690..75c3a1f 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 80ae2ac0..f5f9da6 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 212e790..a5b497c 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 85cf3f6..1c9b57c 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 b752f30..44ed7eb 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 2fe7d7e..afde26c 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 34003c4..4f6e1cf 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 7048da7..a6640d0 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 e43839b..4346601 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 bb1d8e2..fb8dd34 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 1f13e15..0e6c8da 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 e15f330..d23f4de 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 d547335..90c02fa 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 baee182..7e9eb597 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) > 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) > 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 6af404c..09578da 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) > 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 7a5a56c..b34a5e9 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 481efb7..0ee13e9 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 1bb7844..da8a3e7 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 fe5d921..58f22d7 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 1e008c0ba..af031a4 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 7dbe13f..a264af9 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 76844c5..d7d9322 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 d6ff9ed..dbb55d5 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 b2a203c..d78259e 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 0374564..22287fc 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 6788896..386af9f 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 05fdb6b..7f839be 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 49c8e54..f5cd0dc 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 0562aa1..dd6ccd7 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 a2796be..80b1119 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 59c0d46..dcde298 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 0bb3955..a6d4610 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 91750f6..575ed11 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 3b7028a..291b8d2 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 5e7e699..ce9745f 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 e7d955c..f577072 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 e12f9b2..b0f8b92 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 5f525ca..08fd9b1 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 );


More information about the Libreoffice-commits mailing list