summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/mvtabdlg.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 10:35:28 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 10:35:28 +0000
commit1ab64dd3a87d0947c3fb3f9cb1049425430c77be (patch)
tree10af6d3bf4bae151e03afd1fa48b495eda7e7303 /sc/source/ui/inc/mvtabdlg.hxx
parent1ac1907b19882f25113000c2db1082541d2ce5b0 (diff)
INTEGRATION: CWS rowlimit (1.2.332); FILE MERGED
2004/01/13 20:04:18 er 1.2.332.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
Diffstat (limited to 'sc/source/ui/inc/mvtabdlg.hxx')
-rw-r--r--sc/source/ui/inc/mvtabdlg.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx
index ad5898878841..9e431ea97cbe 100644
--- a/sc/source/ui/inc/mvtabdlg.hxx
+++ b/sc/source/ui/inc/mvtabdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mvtabdlg.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2001-05-23 10:52:56 $
+ * last change: $Author: obo $ $Date: 2004-06-04 11:35:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,10 @@
#define SC_MVTABDLG_HXX
+#ifndef SC_ADDRESS_HXX
+#include "address.hxx"
+#endif
+
#ifndef _SV_DIALOG_HXX //autogen
#include <vcl/dialog.hxx>
#endif
@@ -88,7 +92,7 @@ public:
~ScMoveTableDlg();
USHORT GetSelectedDocument () const;
- USHORT GetSelectedTable () const;
+ SCTAB GetSelectedTable () const;
BOOL GetCopyTable () const;
void SetCopyTable (BOOL bFlag=TRUE);
void EnableCopyTable (BOOL bFlag=TRUE);
@@ -104,7 +108,7 @@ private:
HelpButton aBtnHelp;
USHORT nDocument;
- USHORT nTable;
+ SCTAB nTable;
BOOL bCopyTable;
//--------------------------------------
void Init ();