summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-05 09:17:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-05 10:11:33 +0200
commit146033f5da8ee588c9a4dda93aba64477e174541 (patch)
tree99fc84a0f5ee143c5c2da55633dc6d3e39af897c /framework/source
parent17a2c9e8e2361de27013a25e51f3a3ca729f1b31 (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/source')
-rw-r--r--framework/source/classes/taskcreator.cxx2
-rw-r--r--framework/source/helper/oframes.cxx2
-rw-r--r--framework/source/uielement/menubarmanager.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/classes/taskcreator.cxx b/framework/source/classes/taskcreator.cxx
index 9994fa944c70..b91599d05e95 100644
--- a/framework/source/classes/taskcreator.cxx
+++ b/framework/source/classes/taskcreator.cxx
@@ -35,7 +35,7 @@ namespace framework{
/*-****************************************************************************************************
@short initialize instance with necessary information
- @descr We need a valid uno service manager to create or instanciate new services.
+ @descr We need a valid uno service manager to create or instantiate new services.
All other information to create frames or tasks come in on right interface methods.
@param xContext
diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx
index 2772efd9a11b..19082f52503f 100644
--- a/framework/source/helper/oframes.cxx
+++ b/framework/source/helper/oframes.cxx
@@ -43,7 +43,7 @@ OFrames::OFrames( const css::uno::Reference< XFrame >& xOwner
, m_bRecursiveSearchProtection( false )
{
// An instance of this class can only work with valid initialization.
- // We share the mutex with our owner class, need a valid factory to instanciate new services and
+ // We share the mutex with our owner class, need a valid factory to instantiate new services and
// use the access to our owner for some operations.
SAL_WARN_IF( !xOwner.is() || !pFrameContainer, "fwk", "OFrames::OFrames(): Invalid parameter detected!" );
}
diff --git a/framework/source/uielement/menubarmanager.cxx b/framework/source/uielement/menubarmanager.cxx
index 4b6a35d1afcc..6ccdacffff05 100644
--- a/framework/source/uielement/menubarmanager.cxx
+++ b/framework/source/uielement/menubarmanager.cxx
@@ -1018,7 +1018,7 @@ bool MenuBarManager::CreatePopupMenuController( MenuItemHandler* pMenuItemHandle
{
OUString aItemCommand( pMenuItemHandler->aMenuItemURL );
- // Try instanciate a popup menu controller. It is stored in the menu item handler.
+ // Try instantiate a popup menu controller. It is stored in the menu item handler.
if ( !m_xPopupMenuControllerFactory.is() )
return false;