Kaydet (Commit) b8454c10 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I4452913a149211f4d1fea2d667aac890916d9e42
Reviewed-on: https://gerrit.libreoffice.org/72876Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst b2fbbd19
...@@ -808,7 +808,7 @@ HRESULT CSOActiveX::LoadURLToFrame( ) ...@@ -808,7 +808,7 @@ HRESULT CSOActiveX::LoadURLToFrame( )
// does not work for some documents, but it is no error // does not work for some documents, but it is no error
// if( !SUCCEEDED( hr ) ) return hr; // 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; CComPtr<IDispatch> pdispController;
hr = GetIDispByFunc( mpDispFrame, L"getController", nullptr, 0, pdispController ); hr = GetIDispByFunc( mpDispFrame, L"getController", nullptr, 0, pdispController );
if ( SUCCEEDED( hr ) && pdispController ) if ( SUCCEEDED( hr ) && pdispController )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment