diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 09:17:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 10:11:33 +0200 |
commit | 146033f5da8ee588c9a4dda93aba64477e174541 (patch) | |
tree | 99fc84a0f5ee143c5c2da55633dc6d3e39af897c /framework/inc | |
parent | 17a2c9e8e2361de27013a25e51f3a3ca729f1b31 (diff) |
spelling instanciate -> instantiate
Change-Id: Ic1393da64328c0dc7e2860334b204139bf537d81
Reviewed-on: https://gerrit.libreoffice.org/38401
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/jobs/configaccess.hxx | 2 | ||||
-rw-r--r-- | framework/inc/macros/registration.hxx | 2 | ||||
-rw-r--r-- | framework/inc/threadhelp/transactionbase.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/jobs/configaccess.hxx b/framework/inc/jobs/configaccess.hxx index b705b910d652..54fb27285782 100644 --- a/framework/inc/jobs/configaccess.hxx +++ b/framework/inc/jobs/configaccess.hxx @@ -59,7 +59,7 @@ class FWI_DLLPUBLIC ConfigAccess final /** reference to the uno service manager - It's necessary to instanciate own needed services. + It's necessary to instantiate own needed services. */ css::uno::Reference< css::uno::XComponentContext > m_xContext; diff --git a/framework/inc/macros/registration.hxx b/framework/inc/macros/registration.hxx index 0e072e27a9d9..d65d8d12e305 100644 --- a/framework/inc/macros/registration.hxx +++ b/framework/inc/macros/registration.hxx @@ -49,7 +49,7 @@ ________________________________________________________________________________ } // public -// define method to instanciate new services +// define method to instantiate new services #define COMPONENTGETFACTORY( LIB, IFFACTORIES ) \ extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL LIB##_component_getFactory( const sal_Char* pImplementationName, \ diff --git a/framework/inc/threadhelp/transactionbase.hxx b/framework/inc/threadhelp/transactionbase.hxx index 5ebaf770a0f8..71e4195dedd4 100644 --- a/framework/inc/threadhelp/transactionbase.hxx +++ b/framework/inc/threadhelp/transactionbase.hxx @@ -25,7 +25,7 @@ namespace framework{ /*-************************************************************************************************************ - @short make it possible to instanciate a transaction manager as first member! + @short make it possible to instantiate a transaction manager as first member! @descr If you use a transaction manager as a member of your class and wish to use it earlier then other ones you should have a look on this implementation. You must use it as the first base class of your implementation - because base classes are initialized by his order and before your |