diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-26 10:20:17 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 10:27:29 +0200 |
commit | 252ca499da21faccc4b6b29ba419fa5ca3c3d0ce (patch) | |
tree | 0f0ba5e59508df711e387c007deef95d7939bd1b /sc/source/ui/inc/tabvwsh.hxx | |
parent | b28e4351057323e6ec043a872c1a1c8d09dfb1db (diff) |
remove unused code ScTabViewShell::GetForms() const
Change-Id: Ifb4fec75d58f67640043b344eac8a2be598c214d
Diffstat (limited to 'sc/source/ui/inc/tabvwsh.hxx')
-rw-r--r-- | sc/source/ui/inc/tabvwsh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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); |