summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2002-10-01 16:10:37 +0000
committerEike Rathke <er@openoffice.org>2002-10-01 16:10:37 +0000
commit575440985ae18d5c585c9fe1c40f65669ff6c33d (patch)
tree980920b4a89da820b83e50033a46c244ab0ac89d /sc/inc/column.hxx
parentaccd03680f1bc5c9bf27f55863ab35415d77f5f1 (diff)
#100866# CompileXML with progress bar
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index be534536b72c..b7fab31dc206 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: column.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2002-06-24 15:39:19 $
+ * last change: $Author: er $ $Date: 2002-10-01 17:10:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,6 +95,7 @@ class ScPatternAttr;
class ScStyleSheet;
class ScBroadcasterList;
class TypedStrCollection;
+class ScProgress;
struct ScFunctionData;
struct ScLineFlags;
@@ -302,7 +303,7 @@ public:
void CalcAll();
void CalcAfterLoad();
void CompileAll();
- void CompileXML();
+ void CompileXML( ScProgress& rProgress );
void ResetChanged( USHORT nStartRow, USHORT nEndRow );