[Libreoffice-commits] .: svl/inc svl/source unusedcode.easy

Caolán McNamara caolan at kemper.freedesktop.org
Wed Sep 7 04:04:42 PDT 2011


 svl/inc/svl/itempool.hxx      |    1 -
 svl/source/items/itempool.cxx |    5 -----
 unusedcode.easy               |    3 +--
 3 files changed, 1 insertion(+), 8 deletions(-)

New commits:
commit 3b243b5fa37793074698b5a1dce65ead0ddae3ea
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Sep 7 12:03:07 2011 +0100

    remove freshly unused methods

diff --git a/svl/inc/svl/itempool.hxx b/svl/inc/svl/itempool.hxx
index d6bf85f..9027b89 100644
--- a/svl/inc/svl/itempool.hxx
+++ b/svl/inc/svl/itempool.hxx
@@ -225,7 +225,6 @@ public:
                                                    sal_uInt16 *pWhichIdTab );
     sal_uInt16                      GetNewWhich( sal_uInt16 nOldWhich ) const;
     sal_uInt16                      GetVersion() const;
-    sal_uInt16                      GetFileFormatVersion() const;
     void                            SetFileFormatVersion( sal_uInt16 nFileFormatVersion );
     bool                            IsCurrentVersionLoading() const;
 
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx
index 032a9cd..e5a499a 100644
--- a/svl/source/items/itempool.cxx
+++ b/svl/source/items/itempool.cxx
@@ -1043,11 +1043,6 @@ sal_uInt16 SfxItemPool::GetTrueSlotId( sal_uInt16 nWhich, sal_Bool bDeep ) const
     return pItemInfos[nWhich - pImp->mnStart]._nSID;
 }
 
-sal_uInt16 SfxItemPool::GetFileFormatVersion() const
-{
-    return pImp->mnFileFormatVersion;
-}
-
 void SfxItemPool::SetFileFormatVersion( sal_uInt16 nFileFormatVersion )
 
 /*  [Description]
diff --git a/unusedcode.easy b/unusedcode.easy
index 4e0463f..b2d7c37 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -1519,6 +1519,7 @@ XclTokenArray::XclTokenArray(std::vector<unsigned char, std::allocator<unsigned
 XclTokenArrayIterator::Init()
 XclTools::GetBuiltInStyleName(rtl::OUString const&)
 XclTools::GetSbMacroUrl(rtl::OUString const&, rtl::OUString const&, SfxObjectShell*)
+XclXFBase::HasUsedFlags() const
 XmlSec::GetDateTimeString(rtl::OUString const&, rtl::OUString const&)
 XmlSecStatusBarControl::GetDefItemWidth(StatusBar&)
 ZipPackageStream::SetBaseEncryptionData(rtl::Reference<BaseEncryptionData> const&)
@@ -2713,9 +2714,7 @@ oox::dump::biff::BiffObjectBase::dumpRowRange(oox::dump::String const&, bool)
 oox::dump::biff::FormulaObject::dumpCellFormula(oox::dump::String const&, unsigned short)
 oox::ole::VbaHelper::getBasicScriptUrl(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&)
 oox::ole::VbaProject::hasDialog(rtl::OUString const&) const
-oox::ole::VbaProject::hasDialogs() const
 oox::ole::VbaProject::hasModule(rtl::OUString const&) const
-oox::ole::VbaProject::hasModules() const
 oox::ole::VbaSiteModel::isVisible() const
 oox::ppt::PPTShape::findPlaceholder(int, int, std::vector<boost::shared_ptr<oox::drawingml::Shape>, std::allocator<boost::shared_ptr<oox::drawingml::Shape> > >&)
 oox::ppt::lclDebugSubType(int)


More information about the Libreoffice-commits mailing list