From a280ba47ee434a46d7d29008534f5c662088abc5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 9 Jan 2013 09:34:34 +0200 Subject: fix windows build broken by my UNO changes Change-Id: I40910d3c9e2fadb9288208689e71a5ec4f367fd4 --- toolkit/inc/toolkit/controls/unocontrolmodel.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/inc') diff --git a/toolkit/inc/toolkit/controls/unocontrolmodel.hxx b/toolkit/inc/toolkit/controls/unocontrolmodel.hxx index 19777a99d515..334a4ef36196 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); } -- cgit