dbaccess/source/ui/app/AppController.hxx                                    |  
  4 ++--
 unodevtools/source/skeletonmaker/cppcompskeleton.cxx                        |  
  2 +-
 unotools/source/config/securityoptions.cxx                                  |  
  2 +-
 vcl/osx/DragSource.cxx                                                      |  
  2 +-
 vcl/source/filter/igif/gifread.cxx                                          |  
  2 +-
 vcl/source/outdev/text.cxx                                                  |  
  2 +-
 wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java |  
  4 ++--
 xmloff/source/style/xmlexppr.cxx                                            |  
  4 ++--
 xmloff/source/text/txtflde.cxx                                              |  
  2 +-
 9 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit a7e0e800c5d1d13db81963b5295b21fb2bfd3ad7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Aug 18 15:53:07 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Aug 18 20:09:04 2020 +0200

    Fix typos
    
    Change-Id: I85a91d24943430b42217ac91611f182059d8ec69
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100919
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/dbaccess/source/ui/app/AppController.hxx 
b/dbaccess/source/ui/app/AppController.hxx
index 7acd97773b28..490b4232a7ea 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -224,10 +224,10 @@ namespace dbaui
         /// copies the current object into clipboard
         rtl::Reference<TransferableHelper> copyObject();
 
-        /// fills rExchange with current object if its a Table or Query
+        /// fills rExchange with current object if it's a Table or Query
         bool copySQLObject(ODataClipboard& rExchange);
 
-        /// fills rExchange with current object if its a Form or Report
+        /// fills rExchange with current object if it's a Form or Report
         bool copyDocObject(svx::OComponentTransferable& rExchange);
 
         /// returns the nameaccess
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx 
b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index 2888af65f42e..b1fc3ac33035 100644
--- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
@@ -1091,7 +1091,7 @@ void generateCalcAddin(ProgramOptions const & options,
     }
 
     // if backwardcompatible==true the AddIn service needs to be added to the
-    // supported service list, the necessary intefaces are mapped to the add-in
+    // supported service list, the necessary interfaces are mapped to the 
add-in
     // configuration. Since OO.org 2.0.4 this is obsolete and the add-in is
     // taken from the configuration from Calc directly, this simplifies the
     // add-in code
diff --git a/unotools/source/config/securityoptions.cxx 
b/unotools/source/config/securityoptions.cxx
index 36aa85b3ac8c..6a99a87ca207 100644
--- a/unotools/source/config/securityoptions.cxx
+++ b/unotools/source/config/securityoptions.cxx
@@ -556,7 +556,7 @@ void SvtSecurityOptions_Impl::Notify( const Sequence< 
OUString >& seqPropertyNam
     // Safe impossible cases.
     // We need values from ALL notified configuration keys.
     DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), 
"SvtSecurityOptions_Impl::Notify()\nI miss some values of configuration 
keys!\n" );
-    // Step over list of property names and get right value from coreesponding 
value list to set it on internal members!
+    // Step over list of property names and get right value from corresponding 
value list to set it on internal members!
     sal_Int32               nCount = seqPropertyNames.getLength();
     for( sal_Int32 nProperty = 0; nProperty < nCount; ++nProperty )
         SetProperty( GetHandle( seqPropertyNames[ nProperty ] ), seqValues[ 
nProperty ], seqRO[ nProperty ] );
diff --git a/vcl/osx/DragSource.cxx b/vcl/osx/DragSource.cxx
index bfe990d73c8f..bcb4cb43543a 100644
--- a/vcl/osx/DragSource.cxx
+++ b/vcl/osx/DragSource.cxx
@@ -306,7 +306,7 @@ unsigned int DragSource::getSupportedDragOperations(bool 
isLocal) const
     {
       // Support NSDragOperation generic which means we can
       // decide which D&D operation to choose. We map
-      // NSDragOperationGenric to DNDConstants::ACTION_DEFAULT
+      // NSDragOperationGeneric to DNDConstants::ACTION_DEFAULT
       // in SystemToOfficeDragActions to signal this and
       // use it in DropTarget::determineDropAction
       srcActions |= NSDragOperationGeneric;
diff --git a/vcl/source/filter/igif/gifread.cxx 
b/vcl/source/filter/igif/gifread.cxx
index f2ad9bd1132c..ddbf7ae0aea6 100644
--- a/vcl/source/filter/igif/gifread.cxx
+++ b/vcl/source/filter/igif/gifread.cxx
@@ -496,7 +496,7 @@ bool GIFReader::ReadLocalHeader()
 
         // if we could read everything, we will create the local image;
         // if the global colour table is valid for the image, we will
-        // consider the BackGroudColorIndex.
+        // consider the BackGroundColorIndex.
         if( NO_PENDING( rIStm ) )
         {
             CreateBitmaps( nImageWidth, nImageHeight, pPal, bGlobalPalette && 
( pPal == &aGPalette ) );
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index c4c24439a84d..6de59729d91e 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -530,7 +530,7 @@ long OutputDevice::ImplGetTextLines( ImplMultiTextLineInfo& 
rLineInfo,
                             sal_Int32 nWordLen = nWordEnd - nWordStart;
                             if ( ( nWordEnd >= nSoftBreak ) && ( nWordLen > 3 
) )
                             {
-                                // #104415# May happen, because getLineBreak 
may differ from getWordBoudary with DICTIONARY_WORD
+                                // #104415# May happen, because getLineBreak 
may differ from getWordBoundary with DICTIONARY_WORD
                                 // SAL_WARN_IF( nWordEnd < nMaxBreakPos, 
"vcl", "Hyph: Break?" );
                                 OUString aWord = rStr.copy( nWordStart, 
nWordLen );
                                 sal_Int32 nMinTrail = nWordEnd-nSoftBreak+1;  
//+1: Before the "broken off" char
diff --git 
a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java 
b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
index d55178ce857c..1c7a90ba3223 100644
--- 
a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
+++ 
b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
@@ -207,8 +207,8 @@ public class ReportBuilderImplementation extends 
ReportImplementationHelper
     }
 
     /**
-     * Returns the Frame of the underlieing Document
-     * @return Returns the Frame of the parent (underlieing) Document
+     * Returns the Frame of the underlying Document
+     * @return Returns the Frame of the parent (underlying) Document
      */
     public XFrame getFrame()
     {
diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx
index 803f364e6de2..ec108f67beb5 100644
--- a/xmloff/source/style/xmlexppr.cxx
+++ b/xmloff/source/style/xmlexppr.cxx
@@ -466,7 +466,7 @@ void FilterPropertiesInfo_Impl::FillPropertyStateArray(
                             }
                             catch( UnknownPropertyException& )
                             {
-                                // might be a problem of getImplemenetationId
+                                // might be a problem of getImplementationId
                                 OSL_ENSURE( false, "unknown property in 
getPropertyValue" );
                             }
 
@@ -669,7 +669,7 @@ vector<XMLPropertyState> SvXMLExportPropertyMapper::Filter_(
         }
         catch( UnknownPropertyException& )
         {
-            // might be a problem of getImplemenetationId
+            // might be a problem of getImplementationId
             OSL_ENSURE( false, "unknown property in getPropertyStates" );
         }
     }
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index bb66d7bc74a5..f340cadd2eb5 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -1342,7 +1342,7 @@ void XMLTextFieldExport::ExportFieldHelper(
 
             if (xPropSetInfo->hasPropertyByName(gsPropertySubType))
             {
-                // property SubType used in MapPageNumebrName
+                // property SubType used in MapPageNumberName
                 ProcessString(XML_SELECT_PAGE,
                               MapPageNumberName(rPropSet, nAdjust));
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to