[Libreoffice-commits] core.git: winaccessibility/source wizards/com writerfilter/source xmloff/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu Mar 2 10:41:00 UTC 2017


 winaccessibility/source/service/AccObjectManagerAgent.cxx |   12 ++++++------
 winaccessibility/source/service/msaaservice_impl.cxx      |    8 ++++----
 wizards/com/sun/star/wizards/common/FileAccess.java       |    2 +-
 wizards/com/sun/star/wizards/common/FileAccess.py         |    2 +-
 writerfilter/source/dmapper/DomainMapper.cxx              |    2 +-
 writerfilter/source/rtftok/rtftokenizer.cxx               |    2 +-
 xmloff/source/core/xmlimp.cxx                             |    2 +-
 xmloff/source/forms/controlelement.hxx                    |    2 +-
 xmloff/source/script/XMLEventExport.cxx                   |    2 +-
 xmloff/source/style/XMLFootnoteSeparatorExport.cxx        |    2 +-
 xmloff/source/transform/PropertyActionsOOo.cxx            |    2 +-
 xmloff/source/transform/TransformerBase.cxx               |    4 ++--
 12 files changed, 21 insertions(+), 21 deletions(-)

New commits:
commit d0f99b1b39027bcf0fae1b130b60a4c837e854d8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Mar 2 09:34:30 2017 +0100

    Fix typos
    
    Change-Id: Ibc81246e615d7c68c93e01b84584e78a79bece16
    Reviewed-on: https://gerrit.libreoffice.org/34779
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/winaccessibility/source/service/AccObjectManagerAgent.cxx b/winaccessibility/source/service/AccObjectManagerAgent.cxx
index b4ca9fd..a6cb082 100644
--- a/winaccessibility/source/service/AccObjectManagerAgent.cxx
+++ b/winaccessibility/source/service/AccObjectManagerAgent.cxx
@@ -81,8 +81,8 @@ void  AccObjectManagerAgent::UpdateValue( XAccessible* pXAcc, Any pAny )
 }
 
 /**
-   * Interface of updating MSAA value when UNO value_changed event occurs.If we can not
-   * find new value,we'll get new value from pXAcc to update com value.
+   * Interface of updating MSAA value when UNO value_changed event occurs. If we can not
+   * find new value, we'll get new value from pXAcc to update com value.
    * @param pXAcc Uno XAccessible interface of control.
    * @return
    */
@@ -135,7 +135,7 @@ void  AccObjectManagerAgent::UpdateDescription( XAccessible* pXAcc, Any newDesc
 }
 
 /**
-   * When a new UNO XAccessible object is found by listener,we'll create a corresponding
+   * When a new UNO XAccessible object is found by listener, we create a corresponding
    * com object and insert it to our manager list.
    * @param pXAcc Uno XAccessible interface of control.
    * @param pWnd The top window handle containing control.
@@ -167,7 +167,7 @@ AccObjectManagerAgent::SaveTopWindowHandle(sal_Int64 hWnd, XAccessible* pXAcc)
 
 
 /**
-   * When a UNO XAccessible object's new children are found by listener,we'll create
+   * When a UNO XAccessible object's new children are found by listener, we create
    * corresponding com objects and insert them to our manager list.
    * @param pXAcc Uno XAccessible interface of control.
    * @param pWnd The top window handle containing control.
@@ -183,7 +183,7 @@ AccObjectManagerAgent::InsertChildrenAccObj(XAccessible* pXAcc, sal_Int64 pWnd)
 }
 
 /**
-   * When a new UNO XAccessible object is destroied,we'll delete its corresponding
+   * When a new UNO XAccessible object is destroyed, we delete its corresponding
    * com object and remove it from our manager list.
    * @param pXAcc Uno XAccessible interface of control.
    * @return
@@ -195,7 +195,7 @@ void AccObjectManagerAgent::DeleteAccObj( XAccessible* pXAcc )
 }
 
 /**
-   * When new UNO children XAccessible objects are destroyed,we'll delete their
+   * When new UNO children XAccessible objects are destroyed, we delete their
    * corresponding com objects and remove them from our manager list.
    * @param pXAcc Uno XAccessible interface of control.
    * @return
diff --git a/winaccessibility/source/service/msaaservice_impl.cxx b/winaccessibility/source/service/msaaservice_impl.cxx
index f3220b9..643a53f 100644
--- a/winaccessibility/source/service/msaaservice_impl.cxx
+++ b/winaccessibility/source/service/msaaservice_impl.cxx
@@ -84,7 +84,7 @@ public:
 };
 
 /**
-   * Implemention of getAccObjectPtr.
+   * Implementation of getAccObjectPtr.
    * @param
    * @return Com interface.
    */
@@ -101,7 +101,7 @@ sal_Int64 MSAAServiceImpl::getAccObjectPtr(
 }
 
 /**
-   * Implemention of handleWindowOpened, the method will be invoked when a
+   * Implementation of handleWindowOpened, the method will be invoked when a
    * top window is opened and AT starts up.
    * @param
    * @return
@@ -126,7 +126,7 @@ OUString MSAAServiceImpl::getImplementationName()
 }
 
 /**
-   * Implemention of XServiceInfo,return support service name.
+   * Implementation of XServiceInfo, return support service name.
    * @param Service name.
    * @return If the service name is supported.
    */
@@ -136,7 +136,7 @@ sal_Bool MSAAServiceImpl::supportsService( OUString const & serviceName )
 }
 
 /**
-   * Implemention of XServiceInfo,return all service names.
+   * Implementation of XServiceInfo, return all service names.
    * @param.
    * @return service name sequence.
    */
diff --git a/wizards/com/sun/star/wizards/common/FileAccess.java b/wizards/com/sun/star/wizards/common/FileAccess.java
index 7defff5..2d03497 100644
--- a/wizards/com/sun/star/wizards/common/FileAccess.java
+++ b/wizards/com/sun/star/wizards/common/FileAccess.java
@@ -45,7 +45,7 @@ import com.sun.star.document.XDocumentProperties;
  * some functionality of SimpleFileAccess. The instance
  * keeps a reference to an XSimpleFileAccess and an
  * XFileIdentifierConverter, saves the permanent
- * overhead of quering for those interfaces, and delivers
+ * overhead of querying for those interfaces, and delivers
  * convenience methods for using them.
  * These Convenince methods include mainly Exception-handling.
  */
diff --git a/wizards/com/sun/star/wizards/common/FileAccess.py b/wizards/com/sun/star/wizards/common/FileAccess.py
index a9d693a..7c7b085 100644
--- a/wizards/com/sun/star/wizards/common/FileAccess.py
+++ b/wizards/com/sun/star/wizards/common/FileAccess.py
@@ -26,7 +26,7 @@ You can also instanciate the class, to encapsulate
 some functionality of SimpleFileAccess. The instance
 keeps a reference to an XSimpleFileAccess and an
 XFileIdentifierConverter, saves the permanent
-overhead of quering for those interfaces, and delivers
+overhead of querying for those interfaces, and delivers
 convenience methods for using them.
 These Convenince methods include mainly Exception-handling.
 '''
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index 4aa58d2..a3f9923 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -1239,7 +1239,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, const PropertyMapPtr& rContext )
         break;
     case NS_ooxml::LN_CT_NumPr_numId:
         {
-            //convert the ListTable entry to a NumberingRules propery and apply it
+            //convert the ListTable entry to a NumberingRules property and apply it
             ListsManager::Pointer pListTable = m_pImpl->GetListTable();
             ListDef::Pointer pList = pListTable->GetList( nIntValue );
             if( IsStyleSheetImport() )
diff --git a/writerfilter/source/rtftok/rtftokenizer.cxx b/writerfilter/source/rtftok/rtftokenizer.cxx
index 8fe6b9f..fd0fd2f 100644
--- a/writerfilter/source/rtftok/rtftokenizer.cxx
+++ b/writerfilter/source/rtftok/rtftokenizer.cxx
@@ -274,7 +274,7 @@ RTFError RTFTokenizer::dispatchKeyword(OString& rKeyword, bool bParam, int nPara
 {
     if (m_rImport.getDestination() == Destination::SKIP)
     {
-        // skip binary data explicitely, to not trip over rtf markup
+        // skip binary data explicitly, to not trip over rtf markup
         // control characters
         if (rKeyword.equals("bin") && nParam > 0)
             Strm().SeekRel(nParam);
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index 7f412ab..3377a16 100644
--- a/xmloff/source/core/xmlimp.cxx
+++ b/xmloff/source/core/xmlimp.cxx
@@ -1263,7 +1263,7 @@ bool SvXMLImport::IsPackageURL( const OUString& rURL ) const
         switch( rURL[nPos] )
         {
         case '/':
-            // a relative path segement
+            // a relative path segment
             return true;
         case ':':
             // a schema
diff --git a/xmloff/source/forms/controlelement.hxx b/xmloff/source/forms/controlelement.hxx
index 2063e3c..0ddbed4 100644
--- a/xmloff/source/forms/controlelement.hxx
+++ b/xmloff/source/forms/controlelement.hxx
@@ -67,7 +67,7 @@ namespace xmloff
     public:
         /** retrieves the tag name to be used to describe a control of the given type
 
-            <p>The retuned string is the pure element name, without any namespace.</p>
+            <p>The returned string is the pure element name, without any namespace.</p>
 
             @param  _eType
                 the element type
diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx
index c7cb41d..2e9c538 100644
--- a/xmloff/source/script/XMLEventExport.cxx
+++ b/xmloff/source/script/XMLEventExport.cxx
@@ -165,7 +165,7 @@ void XMLEventExport::ExportExt( Reference<XNameAccess> & rAccess )
     bExtNamespace = false;          // reset for future Export calls
 }
 
-/// export a singular event and wirte <office:events> container
+/// export a singular event and write <office:events> container
 void XMLEventExport::ExportSingleEvent(
     Sequence<PropertyValue>& rEventValues,
     const OUString& rApiEventName,
diff --git a/xmloff/source/style/XMLFootnoteSeparatorExport.cxx b/xmloff/source/style/XMLFootnoteSeparatorExport.cxx
index 067cdb8..610f700 100644
--- a/xmloff/source/style/XMLFootnoteSeparatorExport.cxx
+++ b/xmloff/source/style/XMLFootnoteSeparatorExport.cxx
@@ -54,7 +54,7 @@ void XMLFootnoteSeparatorExport::exportXML(
 {
     assert(pProperties);
 
-    // intialize values
+    // initialize values
     sal_Int16 eLineAdjust = text::HorizontalAdjust_LEFT;
     sal_Int32 nLineColor = 0;
     sal_Int32 nLineDistance = 0;
diff --git a/xmloff/source/transform/PropertyActionsOOo.cxx b/xmloff/source/transform/PropertyActionsOOo.cxx
index 21d6e05..092b266 100644
--- a/xmloff/source/transform/PropertyActionsOOo.cxx
+++ b/xmloff/source/transform/PropertyActionsOOo.cxx
@@ -761,7 +761,7 @@ XMLTransformerActionInit aParagraphPropertyOOoAttrActionTable[] =
     { XML_NAMESPACE_STYLE, XML_FONT_INDEPENDENT_LINE_SPACING, XML_ATACTION_COPY,
           NO_PARAMS },
     { XML_NAMESPACE_STYLE, XML_DEFAULT_OUTLINE_LEVEL, XML_ATACTION_REMOVE,
-          NO_PARAMS }, /* i41811: style-default-outline was exported as propery */
+          NO_PARAMS }, /* i41811: style-default-outline was exported as property */
     { XML_NAMESPACE_OFFICE, XML_TOKEN_INVALID, XML_ATACTION_EOT, NO_PARAMS }
 };
 
diff --git a/xmloff/source/transform/TransformerBase.cxx b/xmloff/source/transform/TransformerBase.cxx
index 351b39e..cafbc9a 100644
--- a/xmloff/source/transform/TransformerBase.cxx
+++ b/xmloff/source/transform/TransformerBase.cxx
@@ -1284,7 +1284,7 @@ bool XMLTransformerBase::ConvertURIToOASIS( OUString& rURI,
                     switch( rURI[nPos] )
                     {
                     case '/':
-                        // a relative path segement
+                        // a relative path segment
                         nPos = nLen;    // leave loop
                         break;
                     case ':':
@@ -1349,7 +1349,7 @@ bool XMLTransformerBase::ConvertURIToOOo( OUString& rURI,
                     switch( rURI[nPos] )
                     {
                     case '/':
-                        // a relative path segement within the package
+                        // a relative path segment within the package
                         nPos = nLen;    // leave loop
                         break;
                     case ':':


More information about the Libreoffice-commits mailing list