summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-17 13:45:35 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-18 08:31:56 -0500
commitde0b80aaaf1a01ee6106e7e63ef3d8e32a164f24 (patch)
tree73a79ace48af8dde0ab968b2bbf83092939be8d0 /sc/inc/document.hxx
parentAvoid area listeners and such during formula cell paste replication. (diff)
downloadcore-de0b80aaaf1a01ee6106e7e63ef3d8e32a164f24.tar.gz
core-de0b80aaaf1a01ee6106e7e63ef3d8e32a164f24.zip
Rename methods whose name no longer represent what they do.
We now do all broadcasting at the end of CopyFromClip, and nowhere else during pasting from clip. Change-Id: I1cb2c529f127d6e4080e49e4827f048ce5a19f95
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index f766f5497e4a..a094bc242425 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1258,7 +1258,7 @@ public:
SCCOL nCol2, SCROW nRow2,
const ScMarkData& rMark, InsertDeleteFlags nInsFlag );
- void BroadcastFromClip(
+ void SetDirtyFromClip(
SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, const ScMarkData& rMark,
InsertDeleteFlags nInsFlag, sc::ColumnSpanSet& rBroadcastSpans );