From 597e694e7e3264cf5d42b177bec38585ccb21232 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 4 Jan 2016 12:44:22 +0100 Subject: Fix typos Change-Id: I90b04b8eda6fc3d530c9db72052720cbe9de0343 Reviewed-on: https://gerrit.libreoffice.org/21197 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- cli_ure/source/uno_bridge/cli_data.cxx | 4 ++-- cli_ure/source/uno_bridge/cli_proxy.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cli_ure/source') diff --git a/cli_ure/source/uno_bridge/cli_data.cxx b/cli_ure/source/uno_bridge/cli_data.cxx index 83b080d8018a..c325fc762bb0 100644 --- a/cli_ure/source/uno_bridge/cli_data.cxx +++ b/cli_ure/source/uno_bridge/cli_data.cxx @@ -1428,7 +1428,7 @@ void Bridge::map_to_uno(void * uno_data, System::Object^ cli_data, /** @param info - The expected target type. Currently info is provdided when this method is called + The expected target type. Currently info is provided when this method is called to convert the in/out and out parameters of a call from cli to uno. Then info is always a byref type, e.g. "System.String&". info is used for Any and Enum conversion. @param bDontCreateObj @@ -1537,7 +1537,7 @@ void Bridge::map_to_cli( //create the type System::Type^ cliType= loadCliType(td.get()->pTypeName); //detect if we recursivly convert inherited structures - //If this point is reached because of a recursive call during convering a + //If this point is reached because of a recursive call during covering a //struct then we must not create a new object rather we use the one in // cli_data argument. System::Object^ cliObj; diff --git a/cli_ure/source/uno_bridge/cli_proxy.h b/cli_ure/source/uno_bridge/cli_proxy.h index 32ffd571d2e1..da03be27157d 100644 --- a/cli_ure/source/uno_bridge/cli_proxy.h +++ b/cli_ure/source/uno_bridge/cli_proxy.h @@ -268,7 +268,7 @@ struct CliProxy: public uno_Interface If the interface has more than one interface in its inheritance chain, that is Type.GetInterfaces return more than one Type, then the mapping - table is partially initiallized. On the first call the mappings for the + table is partially initialized. On the first call the mappings for the methods of the belonging interface are created. The implementation assumes that the order of interface methods as -- cgit