summaryrefslogtreecommitdiff
path: root/odk/examples/OLE/activex/SOActiveX.cpp
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 15:17:01 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 12:36:37 +0000
commit095438e52ccff8eaf12af6b3e3eb5f8c00792416 (patch)
tree1f9c5ad0e05fa67ff10d970b166ba3641ee60784 /odk/examples/OLE/activex/SOActiveX.cpp
parent25e0872da600c65a08c73c335f0e1ef21b2f00f5 (diff)
Fix typos
Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea Reviewed-on: https://gerrit.libreoffice.org/35637 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk/examples/OLE/activex/SOActiveX.cpp')
-rw-r--r--odk/examples/OLE/activex/SOActiveX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/OLE/activex/SOActiveX.cpp b/odk/examples/OLE/activex/SOActiveX.cpp
index e264290a6db6..f98e2ddb1c37 100644
--- a/odk/examples/OLE/activex/SOActiveX.cpp
+++ b/odk/examples/OLE/activex/SOActiveX.cpp
@@ -394,7 +394,7 @@ HRESULT CSOActiveX::CreateFrameOldWay( HWND hwnd, int width, int height )
hr = GetIDispByFunc( pdispDesktop, L"getFrames", NULL, 0, pdispChildren );
if( !SUCCEEDED( hr ) ) return hr;
- // insert new frame into desctop hierarchy
+ // insert new frame into desktop hierarchy
hr = ExecuteFunc( pdispChildren, L"append", &CComVariant( mpDispFrame ), 1, &dummyResult );
if( !SUCCEEDED( hr ) ) return hr;