SfxFrameStatusListener::m_xFrame can apparently be const

Change-Id: I6c7b508eae23cf6046ba07fb00ae5e63d5efc57f
This commit is contained in:
Stephan Bergmann 2016-12-20 11:47:30 +01:00
parent 1b616752ea
commit 3ead3aef02

View File

@ -72,7 +72,7 @@ friend class SfxFrameStatusListener;
bool m_bCascading;
Link<SfxPopupWindow*,void> 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;