summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/mvtabdlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-03 15:34:23 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-03 15:34:23 -0500
commit9e96d3e1e53d72453bdd5cfa6447b0d58a3d85c1 (patch)
treeba9a7b5e07d94fb9d507a536f0e5e508913214d8 /sc/source/ui/inc/mvtabdlg.hxx
parentb7379e7d86c79f5cb7cc6ea24fb14d3ff9f4ffe9 (diff)
Force copy when all sheets are selected.
This includes disabling the Move button too.
Diffstat (limited to 'sc/source/ui/inc/mvtabdlg.hxx')
-rw-r--r--sc/source/ui/inc/mvtabdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx
index e14e5942d626..0dd96130d155 100644
--- a/sc/source/ui/inc/mvtabdlg.hxx
+++ b/sc/source/ui/inc/mvtabdlg.hxx
@@ -53,7 +53,7 @@ public:
BOOL GetCopyTable () const;
bool GetRenameTable () const;
void GetTabNameString( String& rString ) const;
- void SetCopyTable (BOOL bFlag=TRUE);
+ void SetForceCopyTable ();
void EnableCopyTable (BOOL bFlag=TRUE);
void EnableRenameTable (BOOL bFlag=TRUE);