From bcb402298f653146af672ecfca2381062d78c6f2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 12:25:27 +0100 Subject: Fix typos Change-Id: I5e3c9683741ddc66283008c20794be5c2b2bc53f Reviewed-on: https://gerrit.libreoffice.org/34804 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/oox/helper/graphichelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oox/helper') diff --git a/include/oox/helper/graphichelper.hxx b/include/oox/helper/graphichelper.hxx index c2773ae6af0e..41a1ed76aac1 100644 --- a/include/oox/helper/graphichelper.hxx +++ b/include/oox/helper/graphichelper.hxx @@ -143,7 +143,7 @@ public: @return The URL of the created and internally cached graphic object. */ OUString importEmbeddedGraphicObject( const OUString& rStreamName ) const; - /** calculates the orignal size of a graphic which is necessary to be able to calculate cropping values + /** calculates the original size of a graphic which is necessary to be able to calculate cropping values @return The original Graphic size in 100thmm */ css::awt::Size getOriginalSize( const css::uno::Reference< css::graphic::XGraphic >& rxGraphic ) const; -- cgit