diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-11-24 17:15:31 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-11-24 17:15:31 +0100 |
commit | 534a7549c45c893a6adfa574f9d12fa73ca59593 (patch) | |
tree | ee05479c252099ceaf1ceb1d13ecc82358c9ddf3 /sc/source/ui/docshell/arealink.cxx | |
parent | 7790099c345dbd30b82a3923a3f9a5734803b568 (diff) | |
parent | 6cf356acf508fe17019a3b90e33a1436e0d89c6e (diff) |
CWS-TOOLING: integrate CWS calc32stopper4_DEV300
Diffstat (limited to 'sc/source/ui/docshell/arealink.cxx')
-rw-r--r-- | sc/source/ui/docshell/arealink.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/arealink.cxx b/sc/source/ui/docshell/arealink.cxx index fd3a562ecb42..fa00559b4f27 100644 --- a/sc/source/ui/docshell/arealink.cxx +++ b/sc/source/ui/docshell/arealink.cxx @@ -172,6 +172,10 @@ void __EXPORT ScAreaLink::Closed() bAddUndo = FALSE; // nur einmal } + SCTAB nDestTab = aDestArea.aStart.Tab(); + if (pDoc->IsStreamValid(nDestTab)) + pDoc->SetStreamValid(nDestTab, FALSE); + SvBaseLink::Closed(); } |