summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-01-27 15:57:09 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-01-27 15:57:09 -0500
commit677a60d4a1a7c4a7ed7954a95d365de94d281f0c (patch)
tree4a5bd3741eaea796ca7a0fca5be8045308fc8c7b /sc/inc
parentd034f035daa8d597a27f00cfba8297cc93e7e0c8 (diff)
kohei03: #i104769# Fixed the chart update problem for real.
My previous fix was not sufficient. I forgot to: 1) set the "used" flag to the listener when inserting it, which caused the listener to get removed right after it was inserted. 2) Set all chart objects "dirty" upon import. Because of that, the timer didn't start when the document initially loaded.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/chartlis.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index fcf419805eb4..e01d71f74d5b 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -186,7 +186,7 @@ public:
const com::sun::star::uno::Reference< com::sun::star::chart::XChartData >& rSource );
void StartTimer();
void UpdateDirtyCharts();
- void SetDirty();
+ void SC_DLLPUBLIC SetDirty();
void SetDiffDirty( const ScChartListenerCollection&,
BOOL bSetChartRangeLists = FALSE );