summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/IAnyRefDialog.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-10-21 12:12:33 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-03 03:56:12 +0100
commit61d43ea6aaaa953e2243548932e03649bb36f7b4 (patch)
treedc600be92eea4bb84f1b99595b4cd22d45166709 /sc/source/ui/inc/IAnyRefDialog.hxx
parentc65e7ce3897fd9f9524e23039d39fad6d52fca28 (diff)
remove commented out methods and parameters in ScAnyRefDlg
Change-Id: Ie9e9baf42c93353a68ef35b456cd621bf42344c5
Diffstat (limited to 'sc/source/ui/inc/IAnyRefDialog.hxx')
-rw-r--r--sc/source/ui/inc/IAnyRefDialog.hxx2
1 files changed, 1 insertions, 1 deletions
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