summaryrefslogtreecommitdiff
path: root/sw/inc/unochart.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-11-26 15:19:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-11-26 15:19:48 +0000
commita32d78a5175178eba6d6c93f2441b4698bf05974 (patch)
treee359a0f4af75e1a5840b8abbcc9c88eccc291586 /sw/inc/unochart.hxx
parent360a19c7a96ce7dc7069fcdcb61b5d669370871f (diff)
CWS-TOOLING: integrate CWS rtlchart01
Diffstat (limited to 'sw/inc/unochart.hxx')
-rw-r--r--sw/inc/unochart.hxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx
index 4cd03dc8f20e..a3936fbe6bb5 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unochart.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.6.256.1 $
*
* This file is part of OpenOffice.org.
*
@@ -75,6 +75,14 @@ sal_Bool FillRangeDescriptor( SwRangeDescriptor &rDesc, const String &rCellRange
//////////////////////////////////////////////////////////////////////
+class SwChartHelper
+{
+public:
+ static void DoUpdateAllCharts( SwDoc* pDoc );
+};
+
+//////////////////////////////////////////////////////////////////////
+
class SwChartLockController_Helper
{
SwDoc *pDoc;