summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/anyrefdg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/anyrefdg.hxx')
-rw-r--r--sc/source/ui/inc/anyrefdg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx
index 084f15e1b62c..d868083031cc 100644
--- a/sc/source/ui/inc/anyrefdg.hxx
+++ b/sc/source/ui/inc/anyrefdg.hxx
@@ -47,7 +47,7 @@ class ScFormulaReferenceHelper
VclPtr<formula::RefEdit> m_pRefEdit; // active input field
VclPtr<formula::RefButton> m_pRefBtn; // associated button
VclPtr<vcl::Window> m_pWindow;
- SfxBindings* m_pBindings;
+ SfxBindings* const m_pBindings;
::std::unique_ptr<Accelerator>
m_pAccel; // for Enter/Escape
::std::vector<VclPtr<vcl::Window> > m_aHiddenWidgets; // vector of hidden Controls
@@ -113,7 +113,7 @@ public:
private:
ScFormulaReferenceHelper
m_aHelper;
- SfxBindings* m_pMyBindings;
+ SfxBindings* const m_pMyBindings;
VclPtr<vcl::Window> m_pActiveWin;
Idle m_aIdle;