[Libreoffice-commits] core.git: basegfx/source bin/symbolstore.py chart2/source connectivity/source editeng/source forms/source fpicker/source include/editeng include/svx include/uno odk/examples schema/odf1.0 shell/source stoc/source sw/source sysui/desktop xmloff/dtd xmlsecurity/inc

Andrea Gelmini andrea.gelmini at gelma.net
Sun Mar 19 05:49:39 UTC 2017


 basegfx/source/polygon/b2dpolygonclipper.cxx                                  |    2 +-
 bin/symbolstore.py                                                            |    2 +-
 chart2/source/controller/main/ChartModelClone.cxx                             |    2 +-
 connectivity/source/inc/java/lang/Object.hxx                                  |    2 +-
 editeng/source/editeng/editdoc.cxx                                            |    2 +-
 forms/source/component/EditBase.hxx                                           |    2 +-
 fpicker/source/win32/filepicker/PreviewCtrl.cxx                               |    2 +-
 include/editeng/editeng.hxx                                                   |    2 +-
 include/svx/svddef.hxx                                                        |    2 +-
 include/uno/Enterable.h                                                       |    2 +-
 odk/examples/DevelopersGuide/Drawing/Helper.java                              |    2 +-
 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java    |    4 ++--
 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java |    2 +-
 schema/odf1.0/OpenDocument-schema-v1.0-os.rng                                 |    2 +-
 shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx                           |    2 +-
 stoc/source/invocation/invocation.cxx                                         |    2 +-
 sw/source/core/table/swnewtable.cxx                                           |    2 +-
 sw/source/core/text/xmldump.cxx                                               |    2 +-
 sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml                  |    2 +-
 xmloff/dtd/drawing.mod                                                        |    2 +-
 xmlsecurity/inc/framework/securityengine.hxx                                  |    2 +-
 21 files changed, 22 insertions(+), 22 deletions(-)

New commits:
commit d948d66509022befdb6e2c589859ca7dee9e5347
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Mar 18 20:07:23 2017 +0100

    Fix typos
    
    Change-Id: I5c89a47e658ae4ad2b0cdfcdb4988c4b79353085
    Reviewed-on: https://gerrit.libreoffice.org/35413
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/basegfx/source/polygon/b2dpolygonclipper.cxx b/basegfx/source/polygon/b2dpolygonclipper.cxx
index 64190052d855..38c1d1a1e738 100644
--- a/basegfx/source/polygon/b2dpolygonclipper.cxx
+++ b/basegfx/source/polygon/b2dpolygonclipper.cxx
@@ -233,7 +233,7 @@ namespace basegfx
                 // the four implied half-planes, but the outer part is not.
                 // It is possible for strokes, but with creating unnecessary extra
                 // cuts, so using clipPolygonOnPolyPolygon is better there, too.
-                // This needs to be done with the topology knowlegde and is unfortunately
+                // This needs to be done with the topology knowledge and is unfortunately
                 // more expensive, too.
                 const B2DPolygon aClip(createPolygonFromRect(rRange));
 
diff --git a/bin/symbolstore.py b/bin/symbolstore.py
index f232423b479d..e81c529259bd 100755
--- a/bin/symbolstore.py
+++ b/bin/symbolstore.py
@@ -133,7 +133,7 @@ class VCSFileInfo:
         raise NotImplementedError
 
 class CVSFileInfo(VCSFileInfo):
-    """ A class to maintiain version information for files in a CVS repository.
+    """ A class to maintain version information for files in a CVS repository.
         Derived from VCSFileInfo. """
 
     def __init__(self, file, srcdir):
diff --git a/chart2/source/controller/main/ChartModelClone.cxx b/chart2/source/controller/main/ChartModelClone.cxx
index 4f87b7bd3baa..937a11f168b1 100644
--- a/chart2/source/controller/main/ChartModelClone.cxx
+++ b/chart2/source/controller/main/ChartModelClone.cxx
@@ -234,7 +234,7 @@ namespace chart
             {
                 xDestMod->setModified( false );
             }
-            // \-- loccked controllers of destination
+            // \-- locked controllers of destination
         }
         catch( const Exception& )
         {
diff --git a/connectivity/source/inc/java/lang/Object.hxx b/connectivity/source/inc/java/lang/Object.hxx
index 37c5c514a6c4..c1476e77995f 100644
--- a/connectivity/source/inc/java/lang/Object.hxx
+++ b/connectivity/source/inc/java/lang/Object.hxx
@@ -151,7 +151,7 @@ namespace connectivity
 
     };
 }
-#endif //_CONNECTIVITY_JAVA_LANG_OBJJECT_HXX_
+#endif //_CONNECTIVITY_JAVA_LANG_OBJECT_HXX_
 
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx
index 86b9e89cb9bb..95fbb4ddd850 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -2695,7 +2695,7 @@ void EditDoc::FindAttribs( ContentNode* pNode, sal_Int32 nStartPos, sal_Int32 nE
                 // If (...)
                 // It needs to be examined on exactly the same attribute at the
                 // break point, which is quite expensive.
-                // Since optimazation is done when inserting the  attributes
+                // Since optimization is done when inserting the attributes
                 // this case does not appear so fast...
                 // So based on the need for speed:
                 rCurSet.InvalidateItem( pAttr->GetItem()->Which() );
diff --git a/forms/source/component/EditBase.hxx b/forms/source/component/EditBase.hxx
index 96e5560a7ee3..172574393c59 100644
--- a/forms/source/component/EditBase.hxx
+++ b/forms/source/component/EditBase.hxx
@@ -51,7 +51,7 @@ protected:
 // [properties]         for all EditingFields
     css::uno::Any           m_aDefault;
     OUString                m_aDefaultText;             // default value
-    bool                    m_bEmptyIsNull : 1;         // empty string will be interepreted as NULL when committing
+    bool                    m_bEmptyIsNull : 1;         // empty string will be interpreted as NULL when committing
     bool                    m_bFilterProposal : 1;      // use a list of possible value in filtermode
 // [properties]
 
diff --git a/fpicker/source/win32/filepicker/PreviewCtrl.cxx b/fpicker/source/win32/filepicker/PreviewCtrl.cxx
index 18bea27ed4dd..861b73adb9c0 100644
--- a/fpicker/source/win32/filepicker/PreviewCtrl.cxx
+++ b/fpicker/source/win32/filepicker/PreviewCtrl.cxx
@@ -178,7 +178,7 @@ CFilePreview* CFilePreview::createInstance(
         catch( CAutoOleInit::COleInitException& )
         {
             OSL_ASSERT( !s_FilePreviewInst );
-            OSL_FAIL( "OleInitalize failed" );
+            OSL_FAIL( "OleInitialize failed" );
         }
     }
 
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index b9ce5226543b..342666691a34 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -467,7 +467,7 @@ public:
     css::uno::Reference< css::datatransfer::XTransferable >
                     CreateTransferable( const ESelection& rSelection ) const;
 
-    // MT: Can't create new virtual functions like for ParagraphInserted/Deleted, musst be compatible in SRC638, change later...
+    // MT: Can't create new virtual functions like for ParagraphInserted/Deleted, must be compatible in SRC638, change later...
     void            SetBeginMovingParagraphsHdl( const Link<MoveParagraphsInfo&,void>& rLink );
     void            SetEndMovingParagraphsHdl( const Link<MoveParagraphsInfo&,void>& rLink );
     void            SetBeginPasteOrDropHdl( const Link<PasteOrDropInfos&,void>& rLink );
diff --git a/include/svx/svddef.hxx b/include/svx/svddef.hxx
index 46bff46d625f..f3bf1ea8484a 100644
--- a/include/svx/svddef.hxx
+++ b/include/svx/svddef.hxx
@@ -158,7 +158,7 @@
 #define SDRATTR_CIRCENDANGLE            (SDRATTR_CIRC_FIRST+ 2)    /*   1174 */ /* Pool V4+ */
 #define SDRATTR_CIRC_LAST               (SDRATTR_CIRCENDANGLE)     /*   1178 */ /* Pool V4+ */
 
-// Only for Interfaceing, not yet implemented. / * + * V4 /
+// Only for Interfacing, not yet implemented. / * + * V4 /
 #define SDRATTR_NOTPERSIST_FIRST    (SDRATTR_CIRC_LAST + 1)          /* 1180   */ /* 1172   */ /* 1127   */ /* 1110   */ /* Pool V1: 1058 */
 #define SDRATTR_OBJMOVEPROTECT      (SDRATTR_NOTPERSIST_FIRST+ 0)  /*   1180  sal_Bool,   def=sal_False */
 #define SDRATTR_OBJSIZEPROTECT      (SDRATTR_NOTPERSIST_FIRST+ 1)  /*   1181  sal_Bool,   def=sal_False */
diff --git a/include/uno/Enterable.h b/include/uno/Enterable.h
index af1cf10f6114..876cc79bfbd7 100644
--- a/include/uno/Enterable.h
+++ b/include/uno/Enterable.h
@@ -38,7 +38,7 @@ extern "C"
 typedef void uno_Enterable_enter     (void * context);
 
 
-/** Generic function type declaration for levaing an Environment.
+/** Generic function type declaration for leaving an Environment.
     (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack)
 
     @param context
diff --git a/odk/examples/DevelopersGuide/Drawing/Helper.java b/odk/examples/DevelopersGuide/Drawing/Helper.java
index bbc99887a413..f959248737cf 100644
--- a/odk/examples/DevelopersGuide/Drawing/Helper.java
+++ b/odk/examples/DevelopersGuide/Drawing/Helper.java
@@ -46,7 +46,7 @@ public class Helper
 
     /** Connect to an office, if no office is running a new instance is started.
      * A new connection is established and the service manger from the running
-     * offic eis returned.
+     * office is returned.
      */
     public static XComponentContext connect()
         throws Exception
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
index 208c1e5fc967..a579290c550f 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
@@ -117,8 +117,8 @@ public class Interceptor implements com.sun.star.frame.XFrameActionListener,
      * start working as frame action listener really.
      * We will be frame action listener here. In case
      * we get a frame action which indicates, that we should
-     * update our interception. Because such using of an interecptor
-     * isn't guaranteed - in case a newer one was registered ...
+     * update our interception. Because such using of an interceptor
+     * isn't guaranteed - in case a newer one was registered...
      */
     public void startListening()
     {
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
index e7913da25249..948483298657 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
@@ -188,7 +188,7 @@ class StatusListener implements com.sun.star.frame.XStatusListener,
      * Because it's a oneway method we start a thread as reaction. This thread call
      * us back and we can do necessary things there.
      * But we shouldn't start such action - if it's not really necessary.
-     * So we check before, if we are intereested on this event really.
+     * So we check before, if we are interested on this event really.
      *
      * @see #impl_frameAction
      *
diff --git a/schema/odf1.0/OpenDocument-schema-v1.0-os.rng b/schema/odf1.0/OpenDocument-schema-v1.0-os.rng
index 8f21e4caf46a..00eb7ebd578e 100644
--- a/schema/odf1.0/OpenDocument-schema-v1.0-os.rng
+++ b/schema/odf1.0/OpenDocument-schema-v1.0-os.rng
@@ -16412,7 +16412,7 @@
         <attribute name="dr3d:texture-kind">
             <choice>
                 <value>luminance</value>
-                <value>intesity</value>
+                <value>intensity</value>
                 <value>color</value>
             </choice>
         </attribute>
diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
index 5204a37e2876..f312c8927de8 100644
--- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
+++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
@@ -741,7 +741,7 @@ SCODE STDMETHODCALLTYPE COooFilterCF::QueryInterface(REFIID riid, void  ** ppvOb
     return S_OK;
 }
 //M-------------------------------------------------------------------------
-//  Method:     COooFilterCF::AddRef            (IUknown::AddRef)
+//  Method:     COooFilterCF::AddRef            (IUnknown::AddRef)
 //  Summary:    Increments interface refcount
 //  Arguments:  void
 //  Returns:    Value of incremented interface refcount
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx
index bfea21a6e1d2..b2db04095cac 100644
--- a/stoc/source/invocation/invocation.cxx
+++ b/stoc/source/invocation/invocation.cxx
@@ -247,7 +247,7 @@ Any SAL_CALL Invocation_Impl::queryInterface( const Type & aType )
 
     if( aType  == cppu::UnoType<XExactName>::get())
     {
-        // Ivocation does not support XExactName, if direct object supports
+        // Invocation does not support XExactName, if direct object supports
         // XInvocation, but not XExactName.
         if ((_xDirect.is() && _xENDirect.is()) ||
             (!_xDirect.is() && _xENIntrospection.is()))
diff --git a/sw/source/core/table/swnewtable.cxx b/sw/source/core/table/swnewtable.cxx
index 8edc4779b26f..fd80d69f5fd6 100644
--- a/sw/source/core/table/swnewtable.cxx
+++ b/sw/source/core/table/swnewtable.cxx
@@ -787,7 +787,7 @@ bool SwTable::NewInsertCol( SwDoc* pDoc, const SwSelBoxes& rBoxes,
 
 For the old table model, ::GetMergeSel(..) is called only,
 for the new table model, PrepareMerge does the main work.
-It modifices all cells to merge (width, border, rowspan etc.) and collects
+It modifies all cells to merge (width, border, rowspan etc.) and collects
 the cells which have to be deleted by Merge(..) afterwards.
 If there are superfluous rows, these cells are put into the deletion list as well.
 
diff --git a/sw/source/core/text/xmldump.cxx b/sw/source/core/text/xmldump.cxx
index 32d2dd25d303..9358e922de50 100644
--- a/sw/source/core/text/xmldump.cxx
+++ b/sw/source/core/text/xmldump.cxx
@@ -370,7 +370,7 @@ void SwFrame::dumpInfosAsXml( xmlTextWriterPtr writer ) const
 }
 
 // Hack: somehow conversion from "..." to va_list does
-// bomb on two string litterals in the format.
+// bomb on two string literals in the format.
 static const char* const TMP_FORMAT = "%" SAL_PRIuUINTPTR;
 
 void SwFrame::dumpAsXmlAttributes( xmlTextWriterPtr writer ) const
diff --git a/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml
index 405a2b6b179b..d8398fbd839d 100644
--- a/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml
+++ b/sysui/desktop/appstream-appdata/libreoffice-base.appdata.xml
@@ -13,7 +13,7 @@ Base makes it easy to keep track of your finances, customers, invoices, or even
 just the contacts in your address book!
 </p>
     <p>
-For users that are new to databases, Base offeres helpful wizards to create tables,
+For users that are new to databases, Base offers helpful wizards to create tables,
 queries, forms and reports.
 It's a solution for people requiring an easy-to-understand, simple-to-use system.
 </p>
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod
index c38da67d3376..14c0843278e0 100644
--- a/xmloff/dtd/drawing.mod
+++ b/xmloff/dtd/drawing.mod
@@ -647,7 +647,7 @@
 <!ATTLIST style:properties dr3d:normals-direction (normal|inverse) #IMPLIED>
 <!ATTLIST style:properties dr3d:texture-generation-mode-x (object|parallel|sphere) #IMPLIED>
 <!ATTLIST style:properties dr3d:texture-generation-mode-y (object|parallel|sphere) #IMPLIED>
-<!ATTLIST style:properties dr3d:texture-kind (luminance|intesity|color) #IMPLIED>
+<!ATTLIST style:properties dr3d:texture-kind (luminance|intensity|color) #IMPLIED>
 <!ATTLIST style:properties dr3d:texture-filter (enabled|disabled) #IMPLIED>
 <!ATTLIST style:properties dr3d:texture-mode (replace|modulate|blend) #IMPLIED>
 <!ATTLIST style:properties dr3d:ambient-color %color; #IMPLIED>
diff --git a/xmlsecurity/inc/framework/securityengine.hxx b/xmlsecurity/inc/framework/securityengine.hxx
index b1cc565292da..c359431f66ec 100644
--- a/xmlsecurity/inc/framework/securityengine.hxx
+++ b/xmlsecurity/inc/framework/securityengine.hxx
@@ -48,7 +48,7 @@ class SecurityEngine : public cppu::WeakImplHelper
 protected:
 
     /*
-     * A SAXEventKeeper internally maintians all resources that a security
+     * A SAXEventKeeper internally maintains all resources that a security
      * operation needs. The m_xSAXEventKeeper member is used to release
      * those resources when the security operation finishes.
      */


More information about the Libreoffice-commits mailing list