diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 700086dae7f1..5d6cc276153b 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1217,13 +1217,14 @@ public: /** * Copy only raw cell values to another document. Formula cells are - * converted to raw cells. No formatting info are copied. + * converted to raw cells. No formatting info are copied except for + * number formats. * * @param rSrcRange source range in the source document * @param nDestTab table in the clip document to copy to. * @param pDestDoc document to copy to */ - void CopyStaticToDocument(const ScRange& rSrcRange, SCTAB nDestTab, ScDocument* pDestDoc); + SC_DLLPUBLIC void CopyStaticToDocument(const ScRange& rSrcRange, SCTAB nDestTab, ScDocument* pDestDoc); /** * Copy only cell, nothing but cell to another document. |