[Libreoffice-commits] core.git: extensions/source

Tor Lillqvist tml at collabora.com
Mon May 21 10:23:45 UTC 2018


 extensions/source/ole/unoconversionutilities.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 79a6290969d5c1feab56158b6cf0dd0a4b52d53e
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Feb 12 18:56:10 2018 +0200

    There is nothing called o2u_anyToVariant
    
    Change-Id: I7118843fde87a2d587f0e4ec99d146c379da618e

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;


More information about the Libreoffice-commits mailing list