summaryrefslogtreecommitdiff
path: root/include/sfx2/tbxctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 16:50:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 19:42:37 +0100
commit503e0173bf1e207b05a33cc17e03d8b9dbcbc56b (patch)
tree56300d5ca6de4ad3b01a590ec916beed0a8c9c66 /include/sfx2/tbxctrl.hxx
parent02c9e05551d69980e0757b1b0a624692ea21a96b (diff)
Revert "loplugin:constfields in sfx2"
This reverts commit 8411b80d46765f1ddd4e37aa634ec963dcf4b04f. Change-Id: Ibf3aa3ce4bfedf9d47001ad824db7c48ff093a21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90416 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/tbxctrl.hxx')
-rw-r--r--include/sfx2/tbxctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx
index f12878564e87..d812aed6ee3e 100644
--- a/include/sfx2/tbxctrl.hxx
+++ b/include/sfx2/tbxctrl.hxx
@@ -40,9 +40,9 @@ typedef SfxToolBoxControl* (*SfxToolBoxControlCtor)( sal_uInt16 nSlotId, sal_uIn
struct SfxTbxCtrlFactory
{
- SfxToolBoxControlCtor const pCtor;
- const std::type_info& nTypeId;
- sal_uInt16 const nSlotId;
+ SfxToolBoxControlCtor pCtor;
+ const std::type_info& nTypeId;
+ sal_uInt16 nSlotId;
SfxTbxCtrlFactory( SfxToolBoxControlCtor pTheCtor,
const std::type_info& nTheTypeId, sal_uInt16 nTheSlotId ):