summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-04 12:44:22 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-01-07 12:29:04 +0000
commit597e694e7e3264cf5d42b177bec38585ccb21232 (patch)
treedd4082a99cb600f9e0cf09dfaeee1174f26f46d7 /cli_ure
parent5e0d36adc3f7f245edfc79230d0871017ba15d5d (diff)
Fix typos
Change-Id: I90b04b8eda6fc3d530c9db72052720cbe9de0343 Reviewed-on: https://gerrit.libreoffice.org/21197 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/readme.txt2
-rw-r--r--cli_ure/source/uno_bridge/cli_data.cxx4
-rw-r--r--cli_ure/source/uno_bridge/cli_proxy.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/cli_ure/readme.txt b/cli_ure/readme.txt
index 20d8d0ab1b3b..2567c351aa45 100644
--- a/cli_ure/readme.txt
+++ b/cli_ure/readme.txt
@@ -68,7 +68,7 @@ Step 4: Changing the versions in the cli_ure module.
Open the file cli_ure\version\version.txt.
The file contains name/value pairs, such as:CLI_URETYPES_NEW_VERSION=1.0.3.0.
-The first part of the names represent the assemly which they are referring to. So obviously
+The first part of the names represent the assembly which they are referring to. So obviously
entries starting with CLI_URETYPES refer to the cli_uretypes.dll. Entries which contain the part "POLICY" refer
to the policy assembly. For example:
CLI_URETYPES_POLICY_VERSION refers to the policy assembly for cli_uretypes which is named
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