diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index e93e88249e7a..a18b2eac1314 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1479,6 +1479,13 @@ public: ScClipParam& GetClipParam(); void SetClipParam(const ScClipParam& rParam); + /** To be called at the clipboard document when closing a document that is + the current clipboard source to decouple things from the originating + document. Done in ScDocument dtor after determining + IsClipboardSource(). + */ + void ClosingClipboardSource(); + void MixDocument( const ScRange& rRange, ScPasteFunc nFunction, bool bSkipEmpty, ScDocument* pSrcDoc ); |