summaryrefslogtreecommitdiff
path: root/sc/inc/clipparam.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2010-08-16 13:06:52 +0200
committerThomas Benisch <tbe@openoffice.org>2010-08-16 13:06:52 +0200
commit67127f6fc897a4bb081e16634d20e420ca217a0e (patch)
tree2104c9a75141fda2e4a61a1a936528bcdde9a685 /sc/inc/clipparam.hxx
parentc1f9b88295e633e250209f5082399a317b953fc7 (diff)
chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified
Diffstat (limited to 'sc/inc/clipparam.hxx')
-rw-r--r--sc/inc/clipparam.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/clipparam.hxx b/sc/inc/clipparam.hxx
index 23225c338b59..ce2d4ef30f46 100644
--- a/sc/inc/clipparam.hxx
+++ b/sc/inc/clipparam.hxx
@@ -45,6 +45,7 @@ struct ScClipParam
ScRangeList maRanges;
Direction meDirection;
bool mbCutMode;
+ sal_uInt32 mnSourceDocID;
ScRangeListVector maProtectedChartRangesVector;
ScClipParam();
@@ -72,6 +73,9 @@ struct ScClipParam
ScRange getWholeRange() const;
void transpose();
+
+ sal_uInt32 getSourceDocID() const { return mnSourceDocID; }
+ void setSourceDocID( sal_uInt32 nVal ) { mnSourceDocID = nVal; }
};
// ============================================================================