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 --- oox/source/vml/vmldrawing.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox') diff --git a/oox/source/vml/vmldrawing.cxx b/oox/source/vml/vmldrawing.cxx index 1a7d2e096376..e7d172d63dc1 100644 --- a/oox/source/vml/vmldrawing.cxx +++ b/oox/source/vml/vmldrawing.cxx @@ -229,7 +229,7 @@ Reference< XShape > Drawing::createAndInsertXShape( const OUString& rService, { SAL_WARN( "oox", "Drawing::createAndInsertXShape - error during shape object creation: " << e.Message ); } - OSL_ENSURE( xShape.is(), "Drawing::createAndInsertXShape - cannot instanciate shape object" ); + OSL_ENSURE( xShape.is(), "Drawing::createAndInsertXShape - cannot instantiate shape object" ); return xShape; } -- cgit