These fields can be const
Change-Id: I103f06b9c7f14ac7eff9911ab5bebc4c98e7d41f Reviewed-on: https://gerrit.libreoffice.org/54614 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user