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

Tor Lillqvist tml at collabora.com
Mon May 21 10:13:34 UTC 2018


 extensions/source/ole/unoconversionutilities.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7c7b3c70e1def37ee707827e75d0afa00b0b3619
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Feb 12 18:55:05 2018 +0200

    These fields can be const
    
    Change-Id: I103f06b9c7f14ac7eff9911ab5bebc4c98e7d41f
    Reviewed-on: https://gerrit.libreoffice.org/54614
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx
index ddc64ce666ad..6e25170741f4 100644
--- a/extensions/source/ole/unoconversionutilities.hxx
+++ b/extensions/source/ole/unoconversionutilities.hxx
@@ -189,8 +189,8 @@ protected:
     // 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
     // function in the createBridge function implementation
-    sal_uInt8 m_nUnoWrapperClass;
-    sal_uInt8 m_nComWrapperClass;
+    const sal_uInt8 m_nUnoWrapperClass;
+    const sal_uInt8 m_nComWrapperClass;
 
     // The servicemanager is either a local smgr or remote when the service
     // com.sun.star.bridge.OleBridgeSupplierVar1 is used. This service can be


More information about the Libreoffice-commits mailing list