[Libreoffice-commits] .: toolkit/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 8 23:36:07 PST 2013


 toolkit/inc/toolkit/controls/unocontrolmodel.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a280ba47ee434a46d7d29008534f5c662088abc5
Author: Noel Grandin <noel at peralex.com>
Date:   Wed Jan 9 09:34:34 2013 +0200

    fix windows build
    
    broken by my UNO changes
    
    Change-Id: I40910d3c9e2fadb9288208689e71a5ec4f367fd4

diff --git a/toolkit/inc/toolkit/controls/unocontrolmodel.hxx b/toolkit/inc/toolkit/controls/unocontrolmodel.hxx
index 19777a9..334a4ef 100644
--- a/toolkit/inc/toolkit/controls/unocontrolmodel.hxx
+++ b/toolkit/inc/toolkit/controls/unocontrolmodel.hxx
@@ -106,7 +106,7 @@ protected:
         , MutexAndBroadcastHelper()
         , OPropertySetHelper( BrdcstHelper )
         , maDisposeListeners( *this )
-        , maContext( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >() )
+        , m_xContext( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >() )
     {
         assert(false);
     }


More information about the Libreoffice-commits mailing list