summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-17 14:16:28 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-18 08:31:57 -0500
commit627bfb4e664a3fde23c06aa4dd0809de84ec97c5 (patch)
treecfca492718c296485329bcfd4d9868863366e03b /sc/inc/table.hxx
parentRename methods whose name no longer represent what they do. (diff)
downloadcore-627bfb4e664a3fde23c06aa4dd0809de84ec97c5.tar.gz
core-627bfb4e664a3fde23c06aa4dd0809de84ec97c5.zip
Avoid unnecessary broadcasting when deleting cells prior to pasting.
Change-Id: Id224fd6fdb804350e7e00634db802e80090ae6d7
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index daacd60dd96a..ea1e2a30ea26 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -426,7 +426,8 @@ public:
bool InitColumnBlockPosition( sc::ColumnBlockPosition& rBlockPos, SCCOL nCol );
- void DeleteBeforeCopyFromClip( sc::CopyFromClipContext& rCxt, const ScTable& rClipTab );
+ void DeleteBeforeCopyFromClip(
+ sc::CopyFromClipContext& rCxt, const ScTable& rClipTab, sc::ColumnSpanSet& rBroadcastSpans );
void CopyOneCellFromClip(
sc::CopyFromClipContext& rCxt, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );