summaryrefslogtreecommitdiff
path: root/include/cppu
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-17 16:11:04 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-18 18:51:48 +0100
commita69927eaf423ac367ab20849959dfd377b0d3fda (patch)
treee07cfb3e8032a4009f2631d2582b737d420ae2f1 /include/cppu
parent886452b92a8d58ddb9dd6336c249d50cd5c6fb0e (diff)
unotype.hxx: fix documentation copypasta
Change-Id: I0d84545527195e0f8a48d4217cb332f2e46f2d09
Diffstat (limited to 'include/cppu')
-rw-r--r--include/cppu/unotype.hxx2
1 files changed, 1 insertions, 1 deletions
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.