summaryrefslogtreecommitdiffstats
path: root/include/svtools/editbrowsebox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-13 16:49:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-13 19:20:38 +0100
commitd077cd6189da55cab0bdea3a265446f362160ae0 (patch)
treecf6bc114247d2ffae7294582611d3c1ae5654bec /include/svtools/editbrowsebox.hxx
parentRevert "loplugin:constfields in sw" (diff)
downloadcore-d077cd6189da55cab0bdea3a265446f362160ae0.tar.gz
core-d077cd6189da55cab0bdea3a265446f362160ae0.zip
Revert "loplugin:constfields in svtools"
This reverts commit 07c4aa4298f062cee1894b80ef82e76d5ffcf4c7. Change-Id: Ic3f639581b9aca373f82c011f15be60d117b1943 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90476 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/editbrowsebox.hxx')
-rw-r--r--include/svtools/editbrowsebox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index 8b6d976cc5da..29b2e3ffda03 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -229,7 +229,7 @@ namespace svt
class SVT_DLLPUBLIC EditCellController : public CellController
{
IEditImplementation* m_pEditImplementation;
- bool const m_bOwnImplementation; // did we create m_pEditImplementation?
+ bool m_bOwnImplementation; // did we create m_pEditImplementation?
public:
EditCellController( Edit* _pEdit );