[Libreoffice-commits] core.git: cui/source framework/source sdext/source vcl/unx writerfilter/source

Andrea Gelmini andrea.gelmini at gelma.net
Fri Aug 18 05:41:34 UTC 2017


 cui/source/options/optaboutconfig.cxx           |    2 +-
 framework/source/services/desktop.cxx           |    2 +-
 framework/source/services/frame.cxx             |    2 +-
 sdext/source/presenter/PresenterHelpView.cxx    |    2 +-
 vcl/unx/generic/gdi/gdiimpl.cxx                 |    2 +-
 writerfilter/source/ooxml/OOXMLDocumentImpl.cxx |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 713c80b46053567977b53651ee057ce7d6f84bd3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Aug 17 23:42:19 2017 +0200

    Fix typos
    
    Change-Id: If13c1408a3e597c6f9b21d209722ef6bc87c0c94
    Reviewed-on: https://gerrit.libreoffice.org/41270
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx
index 2514d8a40622..0fe009240837 100644
--- a/cui/source/options/optaboutconfig.cxx
+++ b/cui/source/options/optaboutconfig.cxx
@@ -229,7 +229,7 @@ void CuiAboutConfigTabPage::Reset()
 
     m_pPrefBox->SetUpdateMode(false);
     Reference< XNameAccess > xConfigAccess = getConfigAccess( "/", false );
-    //Load all XNameAcces to m_prefBoxEntries
+    //Load all XNameAccess to m_prefBoxEntries
     FillItems( xConfigAccess, nullptr, 0, true );
     //Load xConfigAccess' children to m_prefBox
     FillItems( xConfigAccess );
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index f727fbe3f576..d9427c0f5529 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -125,7 +125,7 @@ void Desktop::constructorInit()
 
     // Safe impossible cases
     // We can't work without this helper!
-    SAL_WARN_IF( !m_xFramesHelper.is(), "fwk.desktop", "Desktop::Desktop(): Frames helper is not valid. XFrames, XIndexAccess and XElementAcces are not supported!");
+    SAL_WARN_IF( !m_xFramesHelper.is(), "fwk.desktop", "Desktop::Desktop(): Frames helper is not valid. XFrames, XIndexAccess and XElementAccess are not supported!");
     SAL_WARN_IF( !m_xDispatchHelper.is(), "fwk.desktop", "Desktop::Desktop(): Dispatch helper is not valid. XDispatch will not work correctly!" );
 
     // Enable object for real working!
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 76dddcafd4f8..ef0b48fef1bf 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -514,7 +514,7 @@ void Frame::initListeners()
     SAL_WARN_IF( !m_xDispatchHelper.is(), "fwk.frame", "Frame::Frame(): Interception helper is not valid. XDispatchProvider, "
         "XDispatch, XDispatchProviderInterception are not full supported!" );
     SAL_WARN_IF( !m_xFramesHelper.is(), "fwk.frame", "Frame::Frame(): Frames helper is not valid. XFrames, "
-        "XIndexAccess and XElementAcces are not supported!" );
+        "XIndexAccess and XElementAccess are not supported!" );
     SAL_WARN_IF( !m_xDropTargetListener.is(), "fwk.frame", "Frame::Frame(): DropTarget helper is not valid. "
         "Drag and drop without functionality!" );
 
diff --git a/sdext/source/presenter/PresenterHelpView.cxx b/sdext/source/presenter/PresenterHelpView.cxx
index c7a04138b6e0..03f68efd8e03 100644
--- a/sdext/source/presenter/PresenterHelpView.cxx
+++ b/sdext/source/presenter/PresenterHelpView.cxx
@@ -499,7 +499,7 @@ void PresenterHelpView::ThrowIfDisposed()
     }
 }
 
-//===== LineDescritor =========================================================
+//===== LineDescriptor =========================================================
 
 namespace {
 
diff --git a/vcl/unx/generic/gdi/gdiimpl.cxx b/vcl/unx/generic/gdi/gdiimpl.cxx
index 20abe91a8b07..649315473132 100644
--- a/vcl/unx/generic/gdi/gdiimpl.cxx
+++ b/vcl/unx/generic/gdi/gdiimpl.cxx
@@ -1476,7 +1476,7 @@ bool X11SalGraphicsImpl::drawPolyPolygon( const basegfx::B2DPolyPolygon& rOrigPo
     if( !aPolyPoly.count() )
         return true;
 
-    // tesselate the polypolygon into trapezoids
+    // tessellate the polypolygon into trapezoids
     basegfx::B2DTrapezoidVector aB2DTrapVector;
     basegfx::tools::trapezoidSubdivide( aB2DTrapVector, aPolyPoly );
     const int nTrapCount = aB2DTrapVector.size();
diff --git a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
index d884248e7908..b48bca5b40b4 100644
--- a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
+++ b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
@@ -198,7 +198,7 @@ void OOXMLDocumentImpl::importSubStreamRelations(const OOXMLStream::Pointer_t& p
 
     if (xcpInputStream.is())
     {
-        // imporing itemprops files for item.xml from customXml.
+        // importing itemprops files for item.xml from customXml.
         if(OOXMLStream::CUSTOMXMLPROPS == nType)
         {
             try


More information about the Libreoffice-commits mailing list