const fix
Change-Id: I9abd4fa85d3d5718dffc0f03e3cc662a17a78ac8
This commit is contained in:
@@ -598,7 +598,7 @@ sal_uInt16 Any::get<sal_uInt16>() const;
|
|||||||
@since LibreOffice 4.2
|
@since LibreOffice 4.2
|
||||||
*/
|
*/
|
||||||
template<typename charT, typename traits>
|
template<typename charT, typename traits>
|
||||||
inline std::basic_ostream<charT, traits> &operator<<(std::basic_ostream<charT, traits> &o, Any &any) {
|
inline std::basic_ostream<charT, traits> &operator<<(std::basic_ostream<charT, traits> &o, Any const &any) {
|
||||||
o << "<Any: (" << any.getValueTypeName() << ')';
|
o << "<Any: (" << any.getValueTypeName() << ')';
|
||||||
switch(any.pType->eTypeClass) {
|
switch(any.pType->eTypeClass) {
|
||||||
case typelib_TypeClass_VOID:
|
case typelib_TypeClass_VOID:
|
||||||
|
Reference in New Issue
Block a user