summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/transporttypes.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
commit9880b2493d6ee7057a67d011d937096b604ab5dd (patch)
tree409c0288b6340be661043ced42e80526425bdfdd /xmloff/source/chart/transporttypes.hxx
parenta2e7c2e0d002d75a6b77a629a4e904ab54bf8375 (diff)
chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified
Diffstat (limited to 'xmloff/source/chart/transporttypes.hxx')
-rw-r--r--xmloff/source/chart/transporttypes.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx
index 27c8850e2b81..599741dfe273 100644
--- a/xmloff/source/chart/transporttypes.hxx
+++ b/xmloff/source/chart/transporttypes.hxx
@@ -87,12 +87,15 @@ struct SchXMLTable
::std::vector< sal_Int32 > aHiddenColumns;
+ bool bProtected;
+
SchXMLTable() : nRowIndex( -1 ),
nColumnIndex( -1 ),
nMaxColumnIndex( -1 ),
nNumberOfColsEstimate( 0 ),
bHasHeaderRow( false ),
- bHasHeaderColumn( false )
+ bHasHeaderColumn( false ),
+ bProtected( false )
{}
};