summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/TimerTriggeredControllerLock.hxx')
-rw-r--r--chart2/source/controller/inc/TimerTriggeredControllerLock.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx
index 49703581f675..2bdc76872209 100644
--- a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx
+++ b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx
@@ -41,7 +41,7 @@ public:
private:
::com::sun::star::uno::Reference<
::com::sun::star::frame::XModel > m_xModel;
- boost::scoped_ptr< ControllerLockGuard > m_apControllerLockGuard;
+ boost::scoped_ptr< ControllerLockGuardUNO > m_apControllerLockGuard;
AutoTimer m_aTimer;
DECL_LINK( TimerTimeout, void* );