diff options
author | Noel Power <noel.power@suse.com> | 2013-04-05 16:53:23 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-04-05 17:15:01 +0100 |
commit | 1d633d54bde1c1ae74ae51fcf02d3eced160c1e3 (patch) | |
tree | a472bcc150b6fce1ca6db62096701a38b520a0cf /sc/inc | |
parent | 5b8377f80c7618a770900848e205a487d846c66e (diff) |
fix Worksheet.Cells by not allowing TableSheet range to change from updates
ScTableSheetObj's own range gets updated via ScCellRangesObj::RefChanged,
this must be wrong 'cause the range of a sheet is fixed right ?
Change-Id: I19cd39ec58b778f4634258352676da7e04822b65
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/cellsuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index 687105cef0fd..6aa36e207401 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -1025,7 +1025,7 @@ protected: public: ScTableSheetObj(ScDocShell* pDocSh, SCTAB nTab); virtual ~ScTableSheetObj(); - + virtual void RefChanged(); void InitInsertSheet(ScDocShell* pDocSh, SCTAB nTab); virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( |