[Libreoffice-commits] core.git: sfx2/source starmath/source svx/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 20 07:06:25 UTC 2019


 sfx2/source/inc/statcach.hxx              |    2 +-
 starmath/source/mathmlimport.cxx          |    2 +-
 svx/source/svdraw/svdlayer.cxx            |    4 ++--
 svx/source/unodraw/UnoGraphicExporter.cxx |    6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 91d9d09cc04e5d130f4606ad28298f651f8937eb
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 19 21:44:46 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Aug 20 09:05:32 2019 +0200

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

diff --git a/sfx2/source/inc/statcach.hxx b/sfx2/source/inc/statcach.hxx
index c61ec60b2774..5b218b9ae9dd 100644
--- a/sfx2/source/inc/statcach.hxx
+++ b/sfx2/source/inc/statcach.hxx
@@ -120,7 +120,7 @@ inline void SfxStateCache::ClearCache()
 }
 
 
-// registers a item representing this function
+// registers an item representing this function
 
 inline SfxControllerItem* SfxStateCache::ChangeItemLink( SfxControllerItem* pNewBinding )
 {
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index 48de32c3e0bd..28b3800f9a7f 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -503,7 +503,7 @@ void SmXMLImport::endDocument()
 
             pDocShell->SetText( aText );
         }
-        OSL_ENSURE(pModel,"So there *was* a uno problem after all");
+        OSL_ENSURE(pModel,"So there *was* a UNO problem after all");
 
         bSuccess = true;
     }
diff --git a/svx/source/svdraw/svdlayer.cxx b/svx/source/svdraw/svdlayer.cxx
index 625969265092..7085145ff24d 100644
--- a/svx/source/svdraw/svdlayer.cxx
+++ b/svx/source/svdraw/svdlayer.cxx
@@ -43,7 +43,7 @@ void SdrLayerIDSet::operator&=(const SdrLayerIDSet& r2ndSet)
     }
 }
 
-/** initialize this set with a uno sequence of sal_Int8 (e.g. as stored in settings.xml)
+/** initialize this set with a UNO sequence of sal_Int8 (e.g. as stored in settings.xml)
 */
 void SdrLayerIDSet::PutValue( const css::uno::Any & rAny )
 {
@@ -312,7 +312,7 @@ void SdrLayerAdmin::getLockedLayersODF( SdrLayerIDSet& rOutSet) const
 }
 
     // Generates a bitfield for settings.xml from the SdrLayerIDSet.
-    // Output is a uno sequence of BYTE (which is 'short' in API).
+    // Output is a UNO sequence of BYTE (which is 'short' in API).
 void SdrLayerAdmin::QueryValue(const SdrLayerIDSet& rViewLayerSet, css::uno::Any& rAny)
 {
     // tdf#119392 The SdrLayerIDSet in a view is ordered according LayerID, but in file
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx
index da22962311df..6ecd15af5d7c 100644
--- a/svx/source/unodraw/UnoGraphicExporter.cxx
+++ b/svx/source/unodraw/UnoGraphicExporter.cxx
@@ -377,7 +377,7 @@ IMPL_LINK(GraphicExporter, CalcFieldValueHdl, EditFieldInfo*, pInfo, void)
         pInfo->SetSdrPage( nullptr );
 }
 
-/** creates an virtual device for the given page
+/** creates a virtual device for the given page
 
     @return the returned VirtualDevice is owned by the caller
 */
@@ -767,7 +767,7 @@ bool GraphicExporter::GetGraphic( ExportSettings const & rSettings, Graphic& aGr
                 // from the metafile. I asked some other developers why this was done, but no
                 // one knew a direct reason. Since it's in for long time, it may be an old
                 // piece of code. MetaFiles save and load ClipRegions with polygons with preserving
-                // the polygons, so a resolution-indepent roundtrip is supported. Removed this
+                // the polygons, so a resolution-independent roundtrip is supported. Removed this
                 // code since it destroys some MetaFiles where ClipRegions are used. Anyways,
                 // just filtering them out is a hack, at least the encapsulated content would need
                 // to be clipped geometrically.
@@ -1109,7 +1109,7 @@ void SAL_CALL GraphicExporter::setSourceDocument( const Reference< lang::XCompon
 
     try
     {
-    // any break inside this one loop while will throw a IllegalArgumentException
+    // any break inside this one loop while will throw an IllegalArgumentException
     do
     {
         mxPage.set( xComponent, UNO_QUERY );


More information about the Libreoffice-commits mailing list