summaryrefslogtreecommitdiff
path: root/sc/inc/chartlock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/chartlock.hxx')
-rw-r--r--sc/inc/chartlock.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/inc/chartlock.hxx b/sc/inc/chartlock.hxx
index 16afcc78ced0..aa441212aa8f 100644
--- a/sc/inc/chartlock.hxx
+++ b/sc/inc/chartlock.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,7 +45,7 @@ class ScChartLockGuard
{
public:
ScChartLockGuard( ScDocument* pDoc );
- virtual ~ScChartLockGuard();
+ virtual ~ScChartLockGuard();
void AlsoLockThisChart( const ::com::sun::star::uno::Reference<
::com::sun::star::frame::XModel >& xModel );
@@ -65,18 +65,18 @@ class ScTemporaryChartLock
{
public:
ScTemporaryChartLock( ScDocument* pDoc );
- virtual ~ScTemporaryChartLock();
-
- void StartOrContinueLocking();
- void StopLocking();
+ virtual ~ScTemporaryChartLock();
+
+ void StartOrContinueLocking();
+ void StopLocking();
void AlsoLockThisChart( const ::com::sun::star::uno::Reference<
::com::sun::star::frame::XModel >& xModel );
private:
- ScDocument* mpDoc;
- Timer maTimer;
+ ScDocument* mpDoc;
+ Timer maTimer;
std::auto_ptr< ScChartLockGuard > mapScChartLockGuard;
-
+
DECL_LINK( TimeoutHdl, Timer* );
ScTemporaryChartLock();