summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-02-12 18:56:10 +0200
committerTor Lillqvist <tml@collabora.com>2018-05-21 13:22:58 +0300
commit79a6290969d5c1feab56158b6cf0dd0a4b52d53e (patch)
tree89f628db79c16fc9e1d80c8100b5648a0155b0ec /extensions
parent7c7b3c70e1def37ee707827e75d0afa00b0b3619 (diff)
There is nothing called o2u_anyToVariant
Change-Id: I7118843fde87a2d587f0e4ec99d146c379da618e
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/unoconversionutilities.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx
index 6e25170741f4..9b88ce681d80 100644
--- a/extensions/source/ole/unoconversionutilities.hxx
+++ b/extensions/source/ole/unoconversionutilities.hxx
@@ -187,7 +187,7 @@ protected:
Reference<XTypeConverter> getTypeConverter();
// This member determines what class is used to convert a UNO object
- // or struct to a COM object. It is passed along to the o2u_anyToVariant
+ // or struct to a COM object. It is passed along to the anyToVariant
// function in the createBridge function implementation
const sal_uInt8 m_nUnoWrapperClass;
const sal_uInt8 m_nComWrapperClass;