summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-01-09 09:34:34 +0200
committerNoel Grandin <noel@peralex.com>2013-01-09 09:35:21 +0200
commita280ba47ee434a46d7d29008534f5c662088abc5 (patch)
tree7a6d87c329e239a240394e57eb835676d6f42cc8 /toolkit/inc
parent028c21ba5075edc90f1367061b294ef392e66ec7 (diff)
fix windows build
broken by my UNO changes Change-Id: I40910d3c9e2fadb9288208689e71a5ec4f367fd4
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/toolkit/controls/unocontrolmodel.hxx2
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);
}