From 146033f5da8ee588c9a4dda93aba64477e174541 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 5 Jun 2017 09:17:37 +0200 Subject: spelling instanciate -> instantiate Change-Id: Ic1393da64328c0dc7e2860334b204139bf537d81 Reviewed-on: https://gerrit.libreoffice.org/38401 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- uui/source/iahndl.cxx | 2 +- uui/source/iahndl.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'uui') diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 1912eab95222..0ee640216f98 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -876,7 +876,7 @@ UUIInteractionHelper::getInteractionHandlerList( "com.sun.star.configuration.ConfigurationAccess" , aArguments ) ); if ( !xInterface.is() ) - throw uno::RuntimeException("unable to instanciate config access"); + throw uno::RuntimeException("unable to instantiate config access"); uno::Reference< container::XNameAccess > xNameAccess( xInterface, uno::UNO_QUERY_THROW ); diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index a9f70dcbc23b..175f928da837 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -64,7 +64,7 @@ namespace vcl { class Window; } struct InteractionHandlerData { - /** The UNO service name to use to instanciate the content provider. + /** The UNO service name to use to instantiate the content provider. */ OUString ServiceName; }; -- cgit