diff options
author | Joost Wezenbeek <joost.eekhoorn@gmail.com> | 2010-12-10 20:03:11 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-12-13 23:38:19 -0500 |
commit | b8591032221134de771a7781394882ed3ab18504 (patch) | |
tree | 1e910fbfd74f2f442527598ffdb57a290bf4fc6a /sc/inc/scabstdlg.hxx | |
parent | c36e61421b36099b041a508f09cd1da0af32dd01 (diff) |
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.hxx | 2 |
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; }; |