From 61d43ea6aaaa953e2243548932e03649bb36f7b4 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 21 Oct 2012 12:12:33 +0200 Subject: remove commented out methods and parameters in ScAnyRefDlg Change-Id: Ie9e9baf42c93353a68ef35b456cd621bf42344c5 --- sc/source/ui/inc/IAnyRefDialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/inc/IAnyRefDialog.hxx') diff --git a/sc/source/ui/inc/IAnyRefDialog.hxx b/sc/source/ui/inc/IAnyRefDialog.hxx index afd90f5305f3..eddecd8f8091 100644 --- a/sc/source/ui/inc/IAnyRefDialog.hxx +++ b/sc/source/ui/inc/IAnyRefDialog.hxx @@ -53,7 +53,7 @@ public: virtual sal_Bool IsDocAllowed( SfxObjectShell* pDocSh ) const = 0; virtual void AddRefEntry() = 0; virtual void SetActive() = 0; - virtual void ViewShellChanged( ScTabViewShell* pScViewShell ) = 0; + virtual void ViewShellChanged() = 0; }; #endif // SC_IANYREFDIALOG_HXX_INCLUDED -- cgit