[Libreoffice-commits] core.git: include/sfx2

Stephan Bergmann sbergman at redhat.com
Tue Dec 20 10:48:09 UTC 2016


 include/sfx2/tbxctrl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3ead3aef028a317a36498f20eb9fa27045df38a8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Dec 20 11:47:30 2016 +0100

    SfxFrameStatusListener::m_xFrame can apparently be const
    
    Change-Id: I6c7b508eae23cf6046ba07fb00ae5e63d5efc57f

diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx
index dfb4021..6de923d 100644
--- a/include/sfx2/tbxctrl.hxx
+++ b/include/sfx2/tbxctrl.hxx
@@ -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;
 


More information about the Libreoffice-commits mailing list