summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/mvtabdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/mvtabdlg.hxx')
-rw-r--r--sc/source/ui/inc/mvtabdlg.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx
index 6ca196a4fbb5..e05795518555 100644
--- a/sc/source/ui/inc/mvtabdlg.hxx
+++ b/sc/source/ui/inc/mvtabdlg.hxx
@@ -46,11 +46,11 @@ public:
ScMoveTableDlg( Window* pParent );
~ScMoveTableDlg();
- USHORT GetSelectedDocument () const;
+ sal_uInt16 GetSelectedDocument () const;
SCTAB GetSelectedTable () const;
- BOOL GetCopyTable () const;
- void SetCopyTable (BOOL bFlag=TRUE);
- void EnableCopyTable (BOOL bFlag=TRUE);
+ sal_Bool GetCopyTable () const;
+ void SetCopyTable (sal_Bool bFlag=sal_True);
+ void EnableCopyTable (sal_Bool bFlag=sal_True);
private:
FixedText aFtDoc;
@@ -62,9 +62,9 @@ private:
CancelButton aBtnCancel;
HelpButton aBtnHelp;
- USHORT nDocument;
+ sal_uInt16 nDocument;
SCTAB nTable;
- BOOL bCopyTable;
+ sal_Bool bCopyTable;
//--------------------------------------
void Init ();
void InitDocListBox ();