filter/source/xslt/import/wordml/wordml2ooo_table.xsl |    2 +-
 framework/source/fwe/helper/actiontriggerhelper.cxx   |    2 +-
 include/LibreOfficeKit/LibreOfficeKitEnums.h          |    2 +-
 libreofficekit/source/gtk/lokdocview.cxx              |    2 +-
 sd/source/ui/inc/ViewShellImplementation.hxx          |    2 +-
 sd/source/ui/view/outlnvsh.cxx                        |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 2eff4b5945144d8ed74c17c0a688d1c50fd0ae33
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Thu Dec 21 09:17:27 2017 +0100

    Fix typos
    
    Change-Id: I5c6e252072089a06f0be4292d51aed020cbc67fe
    Reviewed-on: https://gerrit.libreoffice.org/46888
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/filter/source/xslt/import/wordml/wordml2ooo_table.xsl 
b/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
index 83a9004e4ddd..6948469c4020 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
@@ -176,7 +176,7 @@
                 <!-- initial values for tables-->
             </xsl:element>
         </xsl:element>
-        <!-- the following style is for conveting Word table text wrapping to 
SO Writer. Since SO Writer has no table text wrapping feature, so we use the 
draw:text-box as a container and put the table in draw:text-box -->
+        <!-- the following style is for converting Word table text wrapping to 
SO Writer. Since SO Writer has no table text wrapping feature, so we use the 
draw:text-box as a container and put the table in draw:text-box -->
         <xsl:if test="w:tblpPr">
             <xsl:element name="style:style">
                 <xsl:attribute name="style:name">TableFrame<xsl:number 
count="w:tblpPr" from="/w:wordDocument/w:body" level="any" format="1"/>
diff --git a/framework/source/fwe/helper/actiontriggerhelper.cxx 
b/framework/source/fwe/helper/actiontriggerhelper.cxx
index 25aa25474593..9e9457ce80f5 100644
--- a/framework/source/fwe/helper/actiontriggerhelper.cxx
+++ b/framework/source/fwe/helper/actiontriggerhelper.cxx
@@ -134,7 +134,7 @@ void InsertSubMenuItems( Menu* pSubMenu, sal_uInt16& 
nItemId, const Reference< X
                             if ( nIndex >= 0 )
                             {
                                 // Special code for our menu implementation: 
some menu items don't have a
-                                // command url but uses the item id as a 
unqiue identifier. These entries
+                                // command url but uses the item id as a 
unique identifier. These entries
                                 // got a special url during conversion from 
menu=>actiontriggercontainer.
                                 // Now we have to extract this special url and 
set the correct item id!!!
                                 nNewItemId = (sal_uInt16)aCommandURL.copy( 
nIndex+aSlotURL.getLength() ).toInt32();
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h 
b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 46be3f25fea8..b1349b45a1c1 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -563,7 +563,7 @@ typedef enum
      * - "invalidate" - the area as described by "rectangle" is invalidated
      *    Clients must request the new area
      * - "cursor_invalidate" - cursor is invalidated. New position is in 
"rectangle"
-     * - "cursor_visible" - cursor visible status is changed. Status is 
availabe
+     * - "cursor_visible" - cursor visible status is changed. Status is 
available
      *    in "visible" field
      * - "close" - window is closed
      */
diff --git a/libreofficekit/source/gtk/lokdocview.cxx 
b/libreofficekit/source/gtk/lokdocview.cxx
index f2609149de06..ea9047fb3101 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -3254,7 +3254,7 @@ static void lok_doc_view_class_init (LOKDocViewClass* 
pClass)
      * - "invalidate" - the area as described by "rectangle" is invalidated
      *    Clients must request the new area
      * - "cursor_invalidate" - cursor is invalidated. New position is in 
"rectangle"
-     * - "cursor_visible" - cursor visible status is changed. Status is 
availabe
+     * - "cursor_visible" - cursor visible status is changed. Status is 
available
      *    in "visible" field
      * - "close" - window is closed
      */
diff --git a/sd/source/ui/inc/ViewShellImplementation.hxx 
b/sd/source/ui/inc/ViewShellImplementation.hxx
index 294d648ad0d4..61c3cd6384af 100644
--- a/sd/source/ui/inc/ViewShellImplementation.hxx
+++ b/sd/source/ui/inc/ViewShellImplementation.hxx
@@ -91,7 +91,7 @@ public:
         class Deleter;
         friend class Deleter;
     };
-    // The member is not a unqiue_ptr because it takes over its own life time
+    // The member is not a unique_ptr because it takes over its own life time
     // control.
     std::weak_ptr<ToolBarManagerLock> mpUpdateLockForMouse;
 
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx
index ea3dfe5689f2..76625cb36544 100644
--- a/sd/source/ui/view/outlnvsh.cxx
+++ b/sd/source/ui/view/outlnvsh.cxx
@@ -1497,7 +1497,7 @@ void OutlineViewShell::GetAttrState( SfxItemSet& rSet )
                 if (aESel.nStartPara != aESel.nEndPara ||
                     aESel.nStartPos  != aESel.nEndPos)
                     // spanned selection, i.e. StyleSheet and/or
-                    // attribution not necessarily unqiue
+                    // attribution not necessarily unique
                     rSet.DisableItem(nWhich);
             }
             break;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to