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-31 21:36:26 +0300
commit91da710c77d90102d71e0550688e314111f99681 (patch)
treec055311db0e46c097c8003c6e482ba989d3d7198 /extensions
parent3a79c6c006fa836f6c748ac4a3acc4aa64122402 (diff)
There is nothing called o2u_anyToVariant
Change-Id: I7118843fde87a2d587f0e4ec99d146c379da618e (cherry picked from commit 79a6290969d5c1feab56158b6cf0dd0a4b52d53e)
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 ba932700e10a..bfe363f7cd2a 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;