[Libreoffice-commits] core.git: 2 commits - drawinglayer/source framework/inc odk/examples offapi/com sal/osl sc/source sd/source svx/source sw/source xmloff/source

Julien Nabet serval2412 at yahoo.fr
Tue Mar 3 14:28:23 PST 2015


 drawinglayer/source/primitive2d/svggradientprimitive2d.cxx                                   |    2 +-
 framework/inc/classes/filtercachedata.hxx                                                    |    2 +-
 odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java |    2 +-
 offapi/com/sun/star/awt/XMenu.idl                                                            |    4 ++--
 offapi/com/sun/star/awt/XPopupMenu.idl                                                       |    2 +-
 sal/osl/unx/uunxapi.cxx                                                                      |    2 +-
 sc/source/core/data/conditio.cxx                                                             |    2 +-
 sc/source/core/data/docpool.cxx                                                              |    4 ++--
 sd/source/ui/slideshow/slideshowimpl.cxx                                                     |    2 +-
 sd/source/ui/unoidl/unomodel.cxx                                                             |    4 ++--
 svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx                                        |    2 +-
 sw/source/core/graphic/ndgrf.cxx                                                             |    2 +-
 sw/source/core/inc/tabfrm.hxx                                                                |    2 +-
 xmloff/source/meta/xmlmetae.cxx                                                              |    2 +-
 14 files changed, 17 insertions(+), 17 deletions(-)

New commits:
commit d35d893c3d256223efc59e5bbdacce08352fd901
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Mar 3 23:27:39 2015 +0100

    Typos
    
    Change-Id: I0aef0c185457687aa0e40a4a1e8024d9e691093f

diff --git a/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx b/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
index 42b087b..f56b4b9 100644
--- a/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
@@ -475,7 +475,7 @@ namespace drawinglayer
                         // can only happen when SpreadMethod is Spread_reflect or Spread_repeat,
                         // else the start and end pads are already created and fPos == aUnitRange.getMaxX().
                         // Its possible to express the repeated linear gradient by adding the
-                        // transformed central run. Crete it this way
+                        // transformed central run. Create it this way
                         Primitive2DSequence aTargetColorEntries(Primitive2DVectorToPrimitive2DSequence(aTargetColor));
                         Primitive2DSequence aTargetOpacityEntries(Primitive2DVectorToPrimitive2DSequence(aTargetOpacity));
                         aTargetColor.clear();
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index 9f2ec18..7bb3d24 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -553,7 +553,7 @@ class DataContainer
 };
 
 /*-************************************************************************************************************
-    @short          capsulate configuration access for fiter configuration
+    @short          capsulate configuration access for filter configuration
     @descr          We use the ConfigItem mechanism to read/write values from/to configuration.
                     This implementation could be used to handle standard AND additional filter configurations in the same way.
                     We set a data container pointer for filling or reading ... this class use it temp.
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
index bf3cea5..715854a 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
@@ -60,7 +60,7 @@ import com.sun.star.document.XFilter;
                 User can decide at runtime which functionality really should
                 be used by selecting it in an extra filter property dialog.
 
-                So we show how a filter works fro iport/export, use or create
+                So we show how a filter works for import/export, use or create
                 streams and how a filter can offer properties for filtering
                 which can be edit by the user.
  ************************************************************************-*/
diff --git a/sal/osl/unx/uunxapi.cxx b/sal/osl/unx/uunxapi.cxx
index a984816..5a2a326 100644
--- a/sal/osl/unx/uunxapi.cxx
+++ b/sal/osl/unx/uunxapi.cxx
@@ -295,7 +295,7 @@ int open_c(const char *cpPath, int oflag, int mode)
         // A new file was created. Check if it is outside the sandbox.
         // (In that case it must be one the user selected as export or
         // save destination in a file dialog, otherwise we wouldn't
-        // have been able to crete it.) Create and store a security
+        // have been able to create it.) Create and store a security
         // scoped bookmark for it so that we can access the file in
         // the future, too. (For the "Recent Files" functionality.)
         const char *sandbox = [NSHomeDirectory() UTF8String];
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index 6f72964..b4220e2 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -3037,7 +3037,7 @@ void SAL_CALL SlideshowImpl::gotoNextSlide(  ) throw (RuntimeException, std::exc
     else
     {
         // if this is a show, ignore user inputs and
-        // start 20ms timer to reenable inputs to fiter
+        // start 20ms timer to reenable inputs to filter
         // buffered inputs during slide transition
         if( meAnimationMode == ANIMATIONMODE_SHOW )
         {
diff --git a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
index 629b8aa..3d5e1c4 100644
--- a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
@@ -137,7 +137,7 @@ namespace sdr
                     aSet.Put(XFillTransparenceItem(nShadowTransparence));
                 }
 
-                // crete FillAttribute from modified ItemSet
+                // create FillAttribute from modified ItemSet
                 const drawinglayer::attribute::SdrFillAttribute aFill(
                     drawinglayer::primitive2d::createNewSdrFillAttribute(aSet));
                 drawinglayer::primitive2d::Primitive2DReference xSpecialShadow;
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx
index 29948d0..27ae859 100644
--- a/xmloff/source/meta/xmlmetae.cxx
+++ b/xmloff/source/meta/xmlmetae.cxx
@@ -371,7 +371,7 @@ SvXMLMetaExport::startElement(const OUString & i_rName,
 {
 
     if (m_level == 0) {
-        // namepace decls: default ones have been written at the root element
+        // namespace decls: default ones have been written at the root element
         // non-default ones must be preserved here
         const sal_Int16 nCount = i_xAttribs->getLength();
         for (sal_Int16 i = 0; i < nCount; ++i) {
commit c6f5d3ad899230b4a785d27fb677d0c9e7137c4b
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Mar 3 23:19:24 2015 +0100

    Typo: instert(ed)->insert(ed)
    
    Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2

diff --git a/offapi/com/sun/star/awt/XMenu.idl b/offapi/com/sun/star/awt/XMenu.idl
index 94476f6..0896796 100644
--- a/offapi/com/sun/star/awt/XMenu.idl
+++ b/offapi/com/sun/star/awt/XMenu.idl
@@ -51,7 +51,7 @@ published interface XMenu: com::sun::star::uno::XInterface
         getItemCount() or if it is negative.</p>
 
         @param nItemId
-            specifies the ID of the menu item to be insterted.
+            specifies the ID of the menu item to be inserted.
 
         @param aText
             specifies the label of the menu item.
@@ -61,7 +61,7 @@ published interface XMenu: com::sun::star::uno::XInterface
             MenuItemStyle.
 
         @param nItemPos
-            specifies the position where the menu item will be insterted.
+            specifies the position where the menu item will be inserted.
      */
     void insertItem( [in] short nItemId,
                      [in] string aText,
diff --git a/offapi/com/sun/star/awt/XPopupMenu.idl b/offapi/com/sun/star/awt/XPopupMenu.idl
index 4aff6b8..3a2018d 100644
--- a/offapi/com/sun/star/awt/XPopupMenu.idl
+++ b/offapi/com/sun/star/awt/XPopupMenu.idl
@@ -35,7 +35,7 @@ published interface XPopupMenu: XMenu
     /** inserts a separator at the specified position.
 
         @param nItemPos
-            specifies the position where the menu separator will be insterted.
+            specifies the position where the menu separator will be inserted.
      */
     void insertSeparator( [in] short nItemPos );
 
diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx
index 6967a33..729cb7e 100644
--- a/sc/source/core/data/conditio.cxx
+++ b/sc/source/core/data/conditio.cxx
@@ -641,7 +641,7 @@ bool ScConditionEntry::operator== ( const ScConditionEntry& r ) const
 void ScConditionEntry::Interpret( const ScAddress& rPos )
 {
     // Create formula cells
-    // Note: New Broadcaster (Note cells) may be insterted into the document!
+    // Note: New Broadcaster (Note cells) may be inserted into the document!
     if ( ( pFormula1 && !pFCell1 ) || ( pFormula2 && !pFCell2 ) )
         MakeCells( rPos );
 
diff --git a/sc/source/core/data/docpool.cxx b/sc/source/core/data/docpool.cxx
index 7f7c8b7..501c49f 100644
--- a/sc/source/core/data/docpool.cxx
+++ b/sc/source/core/data/docpool.cxx
@@ -427,11 +427,11 @@ void ScDocumentPool::InitVersionMaps()
     pVersionMap2 = new sal_uInt16 [ nMap2Count ];
     for ( i=0, j=nMap2Start; i < nMap2New; i++, j++ )
         pVersionMap2[i] = j;
-    // Two entries insterted ...
+    // Two entries inserted ...
     for ( i=nMap2New, j=nMap2Start+nMap2New+2; i < nMap2Count; i++, j++ )
         pVersionMap2[i] = j;
 
-    // Third Map: ATTR_INDENT from 350 insterted
+    // Third Map: ATTR_INDENT from 350 inserted
 
     const sal_uInt16 nMap3Start = 100;  // ATTR_STARTINDEX
     const sal_uInt16 nMap3End   = 160;  // ATTR_ENDINDEX
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index 054e8f2..ec29f84 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -2911,7 +2911,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIn
         SdPage* pPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)0, PK_STANDARD );
         SdPage* pRefNotesPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)0, PK_NOTES);
 
-        // create and instert new draw masterpage
+        // create and insert new draw masterpage
         SdPage* pMPage = mpModel->mpDoc->AllocSdPage(true);
         pMPage->SetSize( pPage->GetSize() );
         pMPage->SetBorder( pPage->GetLftBorder(),
@@ -2928,7 +2928,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIn
 
         xDrawPage = uno::Reference< drawing::XDrawPage >::query( pMPage->getUnoPage() );
 
-        // create and instert new notes masterpage
+        // create and insert new notes masterpage
         SdPage* pMNotesPage = mpModel->mpDoc->AllocSdPage(true);
         pMNotesPage->SetSize( pRefNotesPage->GetSize() );
         pMNotesPage->SetPageKind(PK_NOTES);
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx
index ee9d873..80abe8c 100644
--- a/sw/source/core/graphic/ndgrf.cxx
+++ b/sw/source/core/graphic/ndgrf.cxx
@@ -748,7 +748,7 @@ void SwGrfNode::ReleaseLink()
 
         // #i15508# added extra processing after getting rid of the link. Use whatever is
         // known from the formally linked graphic to get to a state as close to a directly
-        // unlinked insterted graphic as possible. Goal is to have a valid GfxLink at the
+        // unlinked inserted graphic as possible. Goal is to have a valid GfxLink at the
         // ImplGraphic (see there) that holds temporary data to the original data and type
         // information about the original data. Only when this is given will
         // SvXMLGraphicHelper::ImplInsertGraphicURL which is used at export use that type
diff --git a/sw/source/core/inc/tabfrm.hxx b/sw/source/core/inc/tabfrm.hxx
index 54a5944..408d7c4 100644
--- a/sw/source/core/inc/tabfrm.hxx
+++ b/sw/source/core/inc/tabfrm.hxx
@@ -88,7 +88,7 @@ class SwTabFrm: public SwLayoutFrm, public SwFlowFrm
 
     /**
      * Split() splits the Frm at the specified position: a Follow is
-     * created and constructed and insterted directly after this.
+     * created and constructed and inserted directly after this.
      * Join() gets the Follow's content and destroys it.
      */
     bool Split( const SwTwips nCutPos, bool bTryToSplit, bool bTableRowKeep );


More information about the Libreoffice-commits mailing list