From 252ca499da21faccc4b6b29ba419fa5ca3c3d0ce Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 26 Feb 2014 10:20:17 +0200 Subject: remove unused code ScTabViewShell::GetForms() const Change-Id: Ifb4fec75d58f67640043b344eac8a2be598c214d --- sc/source/ui/inc/tabvwsh.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/source/ui/inc/tabvwsh.hxx') diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx index 2b609e71520e..b4b6b682f28f 100644 --- a/sc/source/ui/inc/tabvwsh.hxx +++ b/sc/source/ui/inc/tabvwsh.hxx @@ -413,7 +413,6 @@ public: bool IsActive() const { return bIsActive; } OUString GetFormula(ScAddress& rAddress); - const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & GetForms() const; // ugly hack to call Define Names from Manage Names void SwitchBetweenRefDialogs(SfxModelessDialog* pDialog); -- cgit