summaryrefslogtreecommitdiff
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-03 19:49:41 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-03 19:49:41 -0500
commitf200d4f7280127f120d550ddc2be5ab517d00bf9 (patch)
treef891b4522fdc32f466422b126ea38316120b0b1c /sc/inc/scabstdlg.hxx
parent4ae2c7eea4897f2aa70a78aad3cb58f883a941c0 (diff)
Don't reset the default sheet name when the name has evern been edited.
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index cd8b19750..35848050c 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -212,7 +212,7 @@ class AbstractScMoveTableDlg : public VclAbstractDialog //add for ScMoveTableDl
public:
virtual USHORT GetSelectedDocument () const = 0;
virtual USHORT GetSelectedTable () const = 0;
- virtual BOOL GetCopyTable () const = 0;
+ virtual bool GetCopyTable () const = 0;
virtual bool GetRenameTable () const = 0;
virtual void GetTabNameString( String& rString ) const = 0;
virtual void SetForceCopyTable () = 0;