summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-18 09:34:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-18 09:47:57 +0100
commit8773d9695845913bea8c969309d95e6cb585328e (patch)
tree6734d32fd7037b0414b889b4ce061031834455da /sc/inc
parent1de199cdcb17cba7e39dd5411c6e5048a0571600 (diff)
callcatcher: update unused code
Change-Id: Ia88d83a209113fa4c351c0300d407da0c71baeac
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/scmod.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index dde6945212ac..f15ea3304a00 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -250,7 +250,6 @@ SC_DLLPUBLIC void SetAppOptions ( const ScAppOptions& rO
SC_DLLPUBLIC bool RegisterRefWindow( sal_uInt16 nSlotId, Window *pWnd );
SC_DLLPUBLIC bool UnregisterRefWindow( sal_uInt16 nSlotId, Window *pWnd );
- SC_DLLPUBLIC bool IsAliveRefDlg( sal_uInt16 nSlotId, Window *pWnd );
SC_DLLPUBLIC Window * Find1RefWindow( sal_uInt16 nSlotId, Window *pWndAncestor );
ScAnyRefModalDlg* GetCurrentAnyRefDlg();