compilerplugins/clang/consttobool.cxx |    2 +-
 cui/source/customize/cfg.cxx          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bde2137d6efa7966672916ae5a0b8020bec7dbc4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Nov 16 16:21:07 2019 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Nov 17 08:32:43 2019 +0100

    Removed executable permission on file pptx
    
    Change-Id: I93dd9533fc4f4d2acc1afe282754af0c78a25f73
    Reviewed-on: https://gerrit.libreoffice.org/82985
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sd/qa/unit/data/pptx/tdf128684.pptx 
b/sd/qa/unit/data/pptx/tdf128684.pptx
old mode 100755
new mode 100644
commit 4e053538db0e701f444a4dd81bfc0de2ca053c18
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Nov 15 18:50:29 2019 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Nov 17 08:32:34 2019 +0100

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

diff --git a/compilerplugins/clang/consttobool.cxx 
b/compilerplugins/clang/consttobool.cxx
index a3c57d704b26..c7ebd6b2a162 100644
--- a/compilerplugins/clang/consttobool.cxx
+++ b/compilerplugins/clang/consttobool.cxx
@@ -153,7 +153,7 @@ public:
             {
                 l1 = 
compiler.getSourceManager().getImmediateMacroCallerLoc(l1);
             }
-            // For exmaple, /usr/include/glib-2.0/glib/gmacros.h from
+            // For example, /usr/include/glib-2.0/glib/gmacros.h from
             // glib2-devel-2.62.1-1.fc31.x86_64 has
             //
             //   #define TRUE (!FALSE)
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 0f0f6dc7b1f9..4e084ce21951 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -3180,7 +3180,7 @@ sal_Int8 
SvxConfigPageFunctionDropTarget::AcceptDrop(const AcceptDropEvent& rEvt
 sal_Int8 SvxConfigPageFunctionDropTarget::ExecuteDrop( const ExecuteDropEvent& 
rEvt )
 {
     weld::TreeView* pSource = m_rTreeView.get_drag_source();
-    // only draging within the same widget allowed
+    // only dragging within the same widget allowed
     if (!pSource || pSource != &m_rTreeView)
         return DND_ACTION_NONE;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to