summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.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/table.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/table.hxx')
-rw-r--r--sc/inc/table.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 5a6f015c6280..daacd60dd96a 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -438,7 +438,7 @@ public:
void StartListeningInArea(
sc::StartListeningContext& rCxt, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
- void BroadcastInArea(
+ void SetDirtyFromClip(
SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, sc::ColumnSpanSet& rBroadcastSpans );
void CopyToTable(