summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:25:10 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-23 20:30:14 +0200
commitb8454c10bd0f43d274997f62ddf0fc9f4c2f5ca4 (patch)
tree2f277ef6c5205bdd725847e6be3a54c30ac5aec9 /extensions
parentb2fbbd196401b3610cf06c669b6e9add12c9a19b (diff)
Fix typo
Change-Id: I4452913a149211f4d1fea2d667aac890916d9e42 Reviewed-on: https://gerrit.libreoffice.org/72876 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/activex/SOActiveX.cxx2
1 files changed, 1 insertions, 1 deletions
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 )