From 3ead3aef028a317a36498f20eb9fa27045df38a8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 20 Dec 2016 11:47:30 +0100 Subject: [PATCH] SfxFrameStatusListener::m_xFrame can apparently be const Change-Id: I6c7b508eae23cf6046ba07fb00ae5e63d5efc57f --- include/sfx2/tbxctrl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index dfb40215b584..6de923d28af8 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -72,7 +72,7 @@ friend class SfxFrameStatusListener; bool m_bCascading; Link m_aDeleteLink; sal_uInt16 m_nId; - css::uno::Reference< css::frame::XFrame > m_xFrame; + css::uno::Reference< css::frame::XFrame > const m_xFrame; SfxFrameStatusListener* m_pStatusListener; css::uno::Reference< css::lang::XComponent > m_xStatusListener;