[Libreoffice-commits] core.git: include/svl svl/source unusedcode.easy
Caolán McNamara
caolanm at redhat.com
Tue Mar 11 02:20:05 PDT 2014
include/svl/style.hxx | 1 -
svl/source/items/style.cxx | 5 -----
unusedcode.easy | 13 +++++++++++++
3 files changed, 13 insertions(+), 6 deletions(-)
New commits:
commit 8c7d924643b3f4a29c098632d03706aa99779f4d
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Mar 11 09:18:51 2014 +0000
callcatcher: update unused code
Change-Id: Ie7acb237728af27df27d87c3f46a3eaa9cd14654
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index cbe7d42..7a558e4 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -250,7 +250,6 @@ public:
SfxStyleSheetBasePool& operator=( const SfxStyleSheetBasePool& );
SfxStyleSheetBasePool& operator+=( const SfxStyleSheetBasePool& );
- const SfxStyles& GetStyles();
virtual SfxStyleSheetBase* First();
virtual SfxStyleSheetBase* Next();
virtual SfxStyleSheetBase* Find( const OUString&, SfxStyleFamily eFam, sal_uInt16 n=SFXSTYLEBIT_ALL );
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index 4d65840..126cd81 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -699,11 +699,6 @@ SfxStyleSheetBase* SfxStyleSheetBasePool::Find(const OUString& rName,
return aIter.Find(rName);
}
-const SfxStyles& SfxStyleSheetBasePool::GetStyles()
-{
- return aStyles;
-}
-
SfxStyleSheetBase* SfxStyleSheetBasePool::First()
{
return GetIterator_Impl().First();
diff --git a/unusedcode.easy b/unusedcode.easy
index d7b52c4..e62cbc8 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -177,6 +177,19 @@ connectivity::file::OStatement_Base::reset()
connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*)
connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
connectivity::sdbcx::OGroup::OGroup(unsigned char)
+dbaccess::OCommandContainer::getUnoTunnelImplementationId()
+dbaccess::OCommandDefinition::getUnoTunnelImplementationId()
+dbaccess::OComponentDefinition::getUnoTunnelImplementationId()
+dbaccess::ODefinitionContainer::getUnoTunnelImplementationId()
+dbaccess::ODocumentContainer::getUnoTunnelImplementationId()
+dbaccess::ODocumentDefinition::getUnoTunnelImplementationId()
+dbaccess::OQuery::getUnoTunnelImplementationId()
+dbaccess::OQueryDescriptor::getUnoTunnelImplementationId()
+dbaccess::OSingleSelectQueryComposer::getUnoTunnelImplementationId()
+dbaui::ComposerDialog::getUnoTunnelImplementationId()
+dbaui::OColumnControlModel::getUnoTunnelImplementationId()
+dbaui::ODirectSQLDialog::getUnoTunnelImplementationId()
+dbaui::OTextConnectionSettingsDialog::getUnoTunnelImplementationId()
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&)
More information about the Libreoffice-commits
mailing list