summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-09-30 14:52:52 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-10-22 18:07:26 -0400
commite0d62d8ef7ec781ded59c2453d817eb9022b4bf3 (patch)
tree290d4f3d468ea00e5ff848c084f17d33719e5edf /sc/inc/document.hxx
parentUpdate all script types in the marked ranges up-front. (diff)
downloadcore-e0d62d8ef7ec781ded59c2453d817eb9022b4bf3.tar.gz
core-e0d62d8ef7ec781ded59c2453d817eb9022b4bf3.zip
Move SetAttrEntries from ScDocument to ScDocumentImport.
Since that method was really an optimization for xls(x) import code. Change-Id: Ie2530f5dc27411bd45d72440681689c6c7a8b10a
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 9a796748cf6c..0fb3922ac631 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1428,8 +1428,6 @@ public:
SCCOL nEndCol, SCROW nEndRow, SCTAB nTab,
const ScPatternAttr& rAttr );
- SC_DLLPUBLIC bool SetAttrEntries(SCCOL nCol, SCTAB nTab, ScAttrEntry* pData, SCSIZE nSize);
-
SC_DLLPUBLIC void ApplyPatternIfNumberformatIncompatible(
const ScRange& rRange, const ScMarkData& rMark,
const ScPatternAttr& rPattern, short nNewType );