From a69927eaf423ac367ab20849959dfd377b0d3fda Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 17 Nov 2014 16:11:04 +0100 Subject: unotype.hxx: fix documentation copypasta Change-Id: I0d84545527195e0f8a48d4217cb332f2e46f2d09 --- include/cppu/unotype.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cppu/unotype.hxx b/include/cppu/unotype.hxx index 55711b6012fe..640bd2bd57e1 100644 --- a/include/cppu/unotype.hxx +++ b/include/cppu/unotype.hxx @@ -63,7 +63,7 @@ struct UnoVoidType; struct UnoUnsignedShortType; /** - A unique C++ type representing the UNO type UNSIGNED SHORT in cppu::UnoType. + A unique C++ type representing the UNO type CHAR in cppu::UnoType. The UNO types UNSIGNED SHORT and CHAR map to the same C++ type, so this C++ type is needed to unambiguously specify UNO types in cppu::UnoType. -- cgit