summaryrefslogtreecommitdiff
path: root/oox/inc/oox/xls/chartsheetfragment.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-09-30 13:51:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-09-30 13:51:36 +0000
commit07cabd8e634679ff59db4d72eacdfb514feb3cd1 (patch)
tree41b064504b537ff35a017aad8373870ae2cc1738 /oox/inc/oox/xls/chartsheetfragment.hxx
parenta53f44d8fba07d9f7a79ac594a85b1059f1ae4a6 (diff)
CWS-TOOLING: integrate CWS dr63
Diffstat (limited to 'oox/inc/oox/xls/chartsheetfragment.hxx')
-rw-r--r--oox/inc/oox/xls/chartsheetfragment.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/oox/inc/oox/xls/chartsheetfragment.hxx b/oox/inc/oox/xls/chartsheetfragment.hxx
index 451138ac0611..dfb08230f5d5 100644
--- a/oox/inc/oox/xls/chartsheetfragment.hxx
+++ b/oox/inc/oox/xls/chartsheetfragment.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: chartsheetfragment.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.3.20.2 $
*
* This file is part of OpenOffice.org.
*
@@ -31,7 +31,6 @@
#ifndef OOX_XLS_CHARTSHEETFRAGMENT_HXX
#define OOX_XLS_CHARTSHEETFRAGMENT_HXX
-#include "oox/xls/bifffragmenthandler.hxx"
#include "oox/xls/excelhandlers.hxx"
namespace oox {
@@ -77,12 +76,12 @@ class BiffChartsheetFragment : public BiffWorksheetFragmentBase
{
public:
explicit BiffChartsheetFragment(
- const WorkbookHelper& rHelper,
+ const BiffWorkbookFragmentBase& rParent,
ISegmentProgressBarRef xProgressBar,
sal_Int32 nSheet );
/** Imports the entire sheet fragment, returns true, if EOF record has been reached. */
- virtual bool importFragment( BiffInputStream& rStrm );
+ virtual bool importFragment();
};
// ============================================================================