diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-17 11:21:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-18 08:56:48 +0200 |
commit | cc34b5a4c2d231de3882508654f15765d29f44c9 (patch) | |
tree | 8986ba3c3db40749ee0ec2af17d31614344c34fc /include/vbahelper/vbadocumentsbase.hxx | |
parent | 99102d4263189d347c7a7d0df8fd782e8c4c8ad5 (diff) |
loplugin:constfields in vbahelper
Change-Id: I6121e2b41a5e6116be8027fe5197ce53d8f6797f
Reviewed-on: https://gerrit.libreoffice.org/60562
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vbahelper/vbadocumentsbase.hxx')
-rw-r--r-- | include/vbahelper/vbadocumentsbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbadocumentsbase.hxx b/include/vbahelper/vbadocumentsbase.hxx index ac6d316a0256..6530d734a0c9 100644 --- a/include/vbahelper/vbadocumentsbase.hxx +++ b/include/vbahelper/vbadocumentsbase.hxx @@ -56,7 +56,7 @@ public: }; private: - DOCUMENT_TYPE meDocType; + DOCUMENT_TYPE const meDocType; public: /// @throws css::uno::RuntimeException |