summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-06-20 09:54:25 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-06-20 09:58:44 -0400
commit01dd299bded81700bc976881c6ea954a09015f9f (patch)
tree6afb207bef373e4ddc93392241d7d6d4a1f2886b /sc/inc/document.hxx
parentCppunitTest_sw_ooxmlsdrexport: this define should no longer be necessary (diff)
downloadcore-01dd299bded81700bc976881c6ea954a09015f9f.tar.gz
core-01dd299bded81700bc976881c6ea954a09015f9f.zip
fdo#71076: Write test for this.
This was actually just one element of all that contributed to this bug. Unfortunately it's a bit hard to test the others. Change-Id: I7a0d88c0b829e7b7859aecfc20df87f6837ecb4a
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx5
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.