Kaydet (Commit) 7c7b3c70 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

These fields can be const

Change-Id: I103f06b9c7f14ac7eff9911ab5bebc4c98e7d41f
Reviewed-on: https://gerrit.libreoffice.org/54614Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
üst 0653ddb1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment