From b8454c10bd0f43d274997f62ddf0fc9f4c2f5ca4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:25:10 +0000 Subject: Fix typo Change-Id: I4452913a149211f4d1fea2d667aac890916d9e42 Reviewed-on: https://gerrit.libreoffice.org/72876 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- extensions/source/activex/SOActiveX.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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 pdispController; hr = GetIDispByFunc( mpDispFrame, L"getController", nullptr, 0, pdispController ); if ( SUCCEEDED( hr ) && pdispController ) -- cgit