summaryrefslogtreecommitdiffstats
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
commitcf92f247fdf953b41e868ded0dd3f0456b82dfe8 (patch)
tree99ed4f8c3c10a74b5d7701ed98b10c4617a1d797 /sc/inc/scabstdlg.hxx
parentDifferent warning messages for different causes. (diff)
downloadcore-cf92f247fdf953b41e868ded0dd3f0456b82dfe8.tar.gz
core-cf92f247fdf953b41e868ded0dd3f0456b82dfe8.zip
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 54507551df20..2aeedfef4b2c 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;