summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-18 11:15:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-18 15:50:02 +0100
commit0c0228c4887ac3534cfb6679886f459850a65777 (patch)
tree6d60069fdbd55c36d67d30f4df95dbdd65732e7e /sc/inc
parent07355d267013ad2ea31479d4d745fbc8f88e232e (diff)
callcatcher: update unused code
Change-Id: I43dd399368953c629916dad8104a296f837a6344
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/scmod.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index d51d100a4e8b..936fb436abb8 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -73,7 +73,6 @@ class ScFormEditData;
class ScMarkData;
struct ScDragData;
struct ScClipData;
-class ScAnyRefModalDlg;
// for internal Drag&Drop:
@@ -113,7 +112,6 @@ class ScModule: public SfxModule, public SfxListener, utl::ConfigurationListener
bool mbIsInSharedDocSaving:1;
std::map<sal_uInt16, std::list<VclPtr<vcl::Window> > > m_mapRefWindow;
- std::stack<VclPtr<ScAnyRefModalDlg> > maAnyRefDlgStack;
public:
SFX_DECL_INTERFACE(SCID_APP)
@@ -257,10 +255,6 @@ SC_DLLPUBLIC void SetAppOptions ( const ScAppOptions& rO
SC_DLLPUBLIC bool RegisterRefWindow( sal_uInt16 nSlotId, vcl::Window *pWnd );
SC_DLLPUBLIC bool UnregisterRefWindow( sal_uInt16 nSlotId, vcl::Window *pWnd );
SC_DLLPUBLIC vcl::Window * Find1RefWindow( sal_uInt16 nSlotId, vcl::Window *pWndAncestor );
-
- ScAnyRefModalDlg* GetCurrentAnyRefDlg();
- void PushNewAnyRefDlg( ScAnyRefModalDlg* pDlg );
- void PopAnyRefDlg();
};
#define SC_MOD() ( *reinterpret_cast<ScModule**>(GetAppData(SHL_CALC)) )