From b8591032221134de771a7781394882ed3ab18504 Mon Sep 17 00:00:00 2001 From: Joost Wezenbeek Date: Fri, 10 Dec 2010 20:03:11 +0100 Subject: Change Sheet copy process Easy Hacks 3.27 Added rename in Move/Copy Sheet in calc --- sc/inc/scabstdlg.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/inc/scabstdlg.hxx') 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; }; -- cgit