diff options
author | Thomas Benisch <tbe@openoffice.org> | 2010-08-16 13:06:52 +0200 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2010-08-16 13:06:52 +0200 |
commit | 67127f6fc897a4bb081e16634d20e420ca217a0e (patch) | |
tree | 2104c9a75141fda2e4a61a1a936528bcdde9a685 /sc/inc/charthelper.hxx | |
parent | c1f9b88295e633e250209f5082399a317b953fc7 (diff) |
chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified
Diffstat (limited to 'sc/inc/charthelper.hxx')
-rw-r--r-- | sc/inc/charthelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/charthelper.hxx b/sc/inc/charthelper.hxx index b184a749f973..7966e07d00f8 100644 --- a/sc/inc/charthelper.hxx +++ b/sc/inc/charthelper.hxx @@ -59,7 +59,7 @@ public: static void FillProtectedChartRangesVector( ScRangeListVector& rRangesVector, ScDocument* pDocument, SdrPage* pPage ); static void GetChartNames( ::std::vector< ::rtl::OUString >& rChartNames, SdrPage* pPage ); static void CreateProtectedChartListenersAndNotify( ScDocument* pDoc, SdrPage* pPage, ScModelObj* pModelObj, SCTAB nTab, - const ScRangeListVector& rRangesVector, const ::std::vector< ::rtl::OUString >& rExcludedChartNames ); + const ScRangeListVector& rRangesVector, const ::std::vector< ::rtl::OUString >& rExcludedChartNames, bool bSameDoc = true ); }; #endif |