summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapalette.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbapalette.hxx')
-rw-r--r--sc/source/ui/vba/vbapalette.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbapalette.hxx b/sc/source/ui/vba/vbapalette.hxx
index 8a643837488e..bb76ee8e9f75 100644
--- a/sc/source/ui/vba/vbapalette.hxx
+++ b/sc/source/ui/vba/vbapalette.hxx
@@ -32,7 +32,7 @@ class SfxObjectShell;
class ScVbaPalette
{
private:
- SfxObjectShell* m_pShell;
+ SfxObjectShell* const m_pShell;
public:
explicit ScVbaPalette( SfxObjectShell* pShell ) : m_pShell( pShell ) {}
explicit ScVbaPalette( const css::uno::Reference< css::frame::XModel >& rxModel );