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 <[email protected]> AuthorDate: Thu May 23 11:21:15 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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 <[email protected]> AuthorDate: Tue May 14 21:25:10 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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 ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
