diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-01 22:06:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-01 22:06:32 +0100 |
commit | c97dbb56596eecd19d73a0adb49f9de1ee279e14 (patch) | |
tree | 7798ffad0ffdbaa380c0ef566220d4f440c4256b /reportdesign | |
parent | 36b74a58d6e4483895f5ba4eb0334e2b44c27f16 (diff) |
loplugin:unreffun
Change-Id: I32479fd238e720b9ba0fa0af55e8377ebd972a20
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/core/api/Section.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/reportdesign/source/core/api/Section.cxx b/reportdesign/source/core/api/Section.cxx index d25f0e2d5ae1..cec14294f786 100644 --- a/reportdesign/source/core/api/Section.cxx +++ b/reportdesign/source/core/api/Section.cxx @@ -422,21 +422,6 @@ uno::Reference< report::XReportDefinition > SAL_CALL OSection::getReportDefiniti return xRet; } -const ::std::vector< OUString >& lcl_getControlModelMap() -{ - static ::std::vector< OUString > s_sControlModels; - if ( s_sControlModels.empty() ) - { - s_sControlModels.push_back( OUString("FixedText") ); - s_sControlModels.push_back( OUString("FixedLine") ); - s_sControlModels.push_back( OUString("ImageControl") ); - s_sControlModels.push_back( OUString("FormattedField") ); - s_sControlModels.push_back( OUString("Shape") ); - } - return s_sControlModels; - -} - // XChild uno::Reference< uno::XInterface > SAL_CALL OSection::getParent( ) throw (uno::RuntimeException, std::exception) { |