summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/instbdlg.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-13 10:38:09 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-13 10:38:09 +0000
commit418ef8a747fc10e2419f486173f81f8f052fe16e (patch)
treee766653aa74fd01a60f3235ab646d3b2457b5e73 /sc/source/ui/inc/instbdlg.hxx
parentb5df56e9cf57b0808c80feee0c524604e78ea6ce (diff)
INTEGRATION: CWS dr21 (1.3.48); FILE MERGED
2004/07/08 10:08:26 dr 1.3.48.1: #i1834# moved from CWS dr20 to CWS dr21
Diffstat (limited to 'sc/source/ui/inc/instbdlg.hxx')
-rw-r--r--sc/source/ui/inc/instbdlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/instbdlg.hxx b/sc/source/ui/inc/instbdlg.hxx
index 7f2b523c6a36..edf86bd80dbf 100644
--- a/sc/source/ui/inc/instbdlg.hxx
+++ b/sc/source/ui/inc/instbdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: instbdlg.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 11:35:10 $
+ * last change: $Author: rt $ $Date: 2004-07-13 11:38:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@ class ScDocShell;
class ScInsertTableDlg : public ModalDialog
{
public:
- ScInsertTableDlg( Window* pParent, ScViewData& rViewData, SCTAB nTabCount);
+ ScInsertTableDlg( Window* pParent, ScViewData& rViewData, SCTAB nTabCount, bool bFromFile );
~ScInsertTableDlg();
virtual short Execute(); // ueberladen, um Dialog-Parent zu setzen
@@ -153,7 +153,7 @@ private:
SCTAB nTableCount;
#ifdef SC_INSTBDLG_CXX
- void Init_Impl();
+ void Init_Impl( bool bFromFile );
void SetNewTable_Impl();
void SetFromTo_Impl();
void FillTables_Impl( ScDocument* pSrcDoc );