summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-02-23 14:46:43 +0200
committerNoel Grandin <noel@peralex.com>2015-03-19 10:45:00 +0200
commit4e6410ba0155d4c2ac539fd37f75aa72d489e206 (patch)
treed6200cbd141bb37350a42dd1ba833fc831f5dd68 /unotools
parentadef956348b9ad0420a482367f34ca1df81ab159 (diff)
loplugin:constantfunction: unotools
Change-Id: Icf543973dc9edde270016c8af7e4c08c57eff650
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/moduleoptions.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index f5ad76ce0ba5..64ccf8a17e93 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -1044,11 +1044,6 @@ bool SvtModuleOptions::IsImpress() const
return m_pDataContainer->IsModuleInstalled( E_SIMPRESS );
}
-bool SvtModuleOptions::IsBasicIDE() const
-{
- return true;
-}
-
bool SvtModuleOptions::IsDataBase() const
{
::osl::MutexGuard aGuard( impl_GetOwnStaticMutex() );