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

New commits:
commit a280ba47ee434a46d7d29008534f5c662088abc5
Author: Noel Grandin <n...@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);
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to