summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorJoost Wezenbeek <joost.eekhoorn@gmail.com>2010-12-10 20:03:11 +0100
committerKohei Yoshida <kyoshida@novell.com>2010-12-13 23:38:19 -0500
commitb8591032221134de771a7781394882ed3ab18504 (patch)
tree1e910fbfd74f2f442527598ffdb57a290bf4fc6a /sc/inc/scabstdlg.hxx
parentRemove callcatcher for ScCellRangesBase (diff)
downloadcore-b8591032221134de771a7781394882ed3ab18504.tar.gz
core-b8591032221134de771a7781394882ed3ab18504.zip
Change Sheet copy process
Easy Hacks 3.27 Added rename in Move/Copy Sheet in calc
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 57d0fd43f179..41cce4123b3e 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -213,6 +213,8 @@ public:
virtual USHORT GetSelectedDocument () const = 0;
virtual USHORT GetSelectedTable () const = 0;
virtual BOOL GetCopyTable () const = 0;
+ virtual BOOL GetRenameTable () const = 0;
+ virtual void GetTabNameString( String& rString ) const = 0;
virtual void SetCopyTable (BOOL bFlag=TRUE) = 0;
virtual void EnableCopyTable (BOOL bFlag=TRUE) = 0;
};