summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-02-12 18:55:05 +0200
committerTor Lillqvist <tml@collabora.com>2018-05-31 21:36:26 +0300
commit3a79c6c006fa836f6c748ac4a3acc4aa64122402 (patch)
tree277b74c73918d945ba6256beaab7d1e298489b02 /extensions
parente3e1938466697298c90541a63bd87ebd4cf98996 (diff)
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> (cherry picked from commit 7c7b3c70e1def37ee707827e75d0afa00b0b3619)
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/unoconversionutilities.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/ole/unoconversionutilities.hxx b/extensions/source/ole/unoconversionutilities.hxx
index cbc43fc497df..ba932700e10a 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