summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 5d6cc276153b..368e644c3b44 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -2024,8 +2024,8 @@ public:
ScRefreshTimerControl* GetRefreshTimerControl() const
{ return pRefreshTimerControl; }
- ScRefreshTimerControl * const * GetRefreshTimerControlAddress() const
- { return &pRefreshTimerControl; }
+ ScRefreshTimerControl * const & GetRefreshTimerControlAddress() const
+ { return pRefreshTimerControl; }
void SetPastingDrawFromOtherDoc( bool bVal )
{ bPastingDrawFromOtherDoc = bVal; }