[Libreoffice-commits] core.git: 2 commits - extensions/source sd/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 23 18:31:21 UTC 2019


 extensions/source/activex/SOActiveX.cxx |    2 +-
 sd/source/ui/func/fuolbull.cxx          |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit cc33fa31b6ec561c14fa9adf7d47360a14a8cb5f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu May 23 11:21:15 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 23 20:30:26 2019 +0200

    Removed duplicated include
    
    Change-Id: I329310930d30ddd9c13df6a62bf6220448d21d4f
    Reviewed-on: https://gerrit.libreoffice.org/72835
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sd/source/ui/func/fuolbull.cxx b/sd/source/ui/func/fuolbull.cxx
index df5aa7277bdf..9b9f92209674 100644
--- a/sd/source/ui/func/fuolbull.cxx
+++ b/sd/source/ui/func/fuolbull.cxx
@@ -37,7 +37,6 @@
 #include <svx/nbdtmg.hxx>
 #include <svx/nbdtmgfact.hxx>
 #include <svx/svdoutl.hxx>
-#include <sdabstdlg.hxx>
 #include <memory>
 #include <sdpage.hxx>
 
commit b8454c10bd0f43d274997f62ddf0fc9f4c2f5ca4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:10 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 23 20:30:14 2019 +0200

    Fix typo
    
    Change-Id: I4452913a149211f4d1fea2d667aac890916d9e42
    Reviewed-on: https://gerrit.libreoffice.org/72876
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/extensions/source/activex/SOActiveX.cxx b/extensions/source/activex/SOActiveX.cxx
index f13d58564bdc..b1f4b9447260 100644
--- a/extensions/source/activex/SOActiveX.cxx
+++ b/extensions/source/activex/SOActiveX.cxx
@@ -808,7 +808,7 @@ HRESULT CSOActiveX::LoadURLToFrame( )
     // does not work for some documents, but it is no error
     // if( !SUCCEEDED( hr ) ) return hr;
 
-    // try to get the model and set the presetation specific property, the setting will fail for other document formats
+    // try to get the model and set the presentation specific property, the setting will fail for other document formats
     CComPtr<IDispatch> pdispController;
     hr = GetIDispByFunc( mpDispFrame, L"getController", nullptr, 0, pdispController );
     if ( SUCCEEDED( hr ) && pdispController )


More information about the Libreoffice-commits mailing list