summaryrefslogtreecommitdiffstats
path: root/sc/inc/clipparam.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2010-08-03 20:18:36 +0200
committerThomas Benisch <tbe@openoffice.org>2010-08-03 20:18:36 +0200
commitd39b710e4f69940c68a6c3d24af00211f8f03aea (patch)
treeadf479bbdc4aa1a6e4f47ebf284937b6c5cf9159 /sc/inc/clipparam.hxx
parentmasterfix: #i10000# change fileheader (diff)
downloadcore-d39b710e4f69940c68a6c3d24af00211f8f03aea.tar.gz
core-d39b710e4f69940c68a6c3d24af00211f8f03aea.zip
chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified
Diffstat (limited to 'sc/inc/clipparam.hxx')
-rw-r--r--sc/inc/clipparam.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/inc/clipparam.hxx b/sc/inc/clipparam.hxx
index 78b5474229d1..23225c338b59 100644
--- a/sc/inc/clipparam.hxx
+++ b/sc/inc/clipparam.hxx
@@ -30,6 +30,7 @@
#include "rangelst.hxx"
#include "rangenam.hxx"
+#include "charthelper.hxx"
#include <vector>
@@ -41,9 +42,10 @@ struct ScClipParam
{
enum Direction { Unspecified, Column, Row };
- ScRangeList maRanges;
- Direction meDirection;
- bool mbCutMode;
+ ScRangeList maRanges;
+ Direction meDirection;
+ bool mbCutMode;
+ ScRangeListVector maProtectedChartRangesVector;
ScClipParam();
ScClipParam(const ScRange& rRange, bool bCutMode);