diff options
author | Noel Grandin <noel@peralex.com> | 2013-01-09 09:34:34 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-01-09 09:35:21 +0200 |
commit | a280ba47ee434a46d7d29008534f5c662088abc5 (patch) | |
tree | 7a6d87c329e239a240394e57eb835676d6f42cc8 /toolkit | |
parent | 028c21ba5075edc90f1367061b294ef392e66ec7 (diff) |
fix windows build
broken by my UNO changes
Change-Id: I40910d3c9e2fadb9288208689e71a5ec4f367fd4
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/toolkit/controls/unocontrolmodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |