summaryrefslogtreecommitdiff
path: root/sc/inc/chartuno.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 18:38:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 18:38:45 +0000
commit4699269894b60348f625fa525e952921cbba28c4 (patch)
tree830e13db17906b163993d88899895268a300a790 /sc/inc/chartuno.hxx
parentcbf5f3e72e5c66d68daca70e68e06cc884fb13a6 (diff)
INTEGRATION: CWS chart2mst3 (1.4.26); FILE MERGED
2006/08/09 14:19:22 bm 1.4.26.1: #i68229# changed FindChartData to FindOleObjectByName, changed some BOOLs to bool
Diffstat (limited to 'sc/inc/chartuno.hxx')
-rw-r--r--sc/inc/chartuno.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/chartuno.hxx b/sc/inc/chartuno.hxx
index d1f042b1c483..75984fa644f0 100644
--- a/sc/inc/chartuno.hxx
+++ b/sc/inc/chartuno.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: chartuno.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:26:34 $
+ * last change: $Author: vg $ $Date: 2007-05-22 19:38:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -157,8 +157,8 @@ private:
SCTAB nTab; // Charts sind pro Sheet
String aChartName;
- void Update_Impl( const ScRangeListRef& rRanges, BOOL bColHeaders, BOOL bRowHeaders );
- void GetData_Impl( ScRangeListRef& rRanges, BOOL& rColHeaders, BOOL& rRowHeaders ) const;
+ void Update_Impl( const ScRangeListRef& rRanges, bool bColHeaders, bool bRowHeaders );
+ void GetData_Impl( ScRangeListRef& rRanges, bool& rColHeaders, bool& rRowHeaders ) const;
public:
ScChartObj(ScDocShell* pDocSh, SCTAB nT, const String& rN);