summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-29 08:57:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-29 10:35:13 +0000
commit625f1cd72e834910342790195f19c3930988c34e (patch)
treebc1477853b27147b0afac0a9d8cb1b77903f14bf
parent829ebac9b4c1aa3dc32e7513d9d0bab28a2fce62 (diff)
callcatcher: some unused methods
-rw-r--r--basic/source/classes/image.cxx7
-rw-r--r--basic/source/inc/image.hxx1
-rw-r--r--unusedcode.easy4
-rw-r--r--writerperfect/source/filter/OdtGenerator.cxx6
4 files changed, 1 insertions, 17 deletions
diff --git a/basic/source/classes/image.cxx b/basic/source/classes/image.cxx
index 08145f557ba4..a1d7332850ca 100644
--- a/basic/source/classes/image.cxx
+++ b/basic/source/classes/image.cxx
@@ -109,13 +109,6 @@ void SbiCloseRecord( SvStream& r, sal_uIntPtr nOff )
*
**************************************************************************/
-// If the version number does not find, binary parts are omitted, but not
-// source, comments and name
-sal_Bool SbiImage::Load( SvStream& r )
-{
- sal_uInt32 nVersion = 0; // Versionsnumber
- return Load( r, nVersion );
-}
sal_Bool SbiImage::Load( SvStream& r, sal_uInt32& nVersion )
{
diff --git a/basic/source/inc/image.hxx b/basic/source/inc/image.hxx
index f91d56f91e05..9f0630dab854 100644
--- a/basic/source/inc/image.hxx
+++ b/basic/source/inc/image.hxx
@@ -78,7 +78,6 @@ public:
sal_Bool Load( SvStream&, sal_uInt32& nVer );
// nVer is set to version
// of image
- sal_Bool Load( SvStream& );
sal_Bool Save( SvStream&, sal_uInt32 = B_CURVERSION );
sal_Bool IsError() { return bError; }
diff --git a/unusedcode.easy b/unusedcode.easy
index e11ba88c7f9c..ca085ff59550 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -250,7 +250,6 @@ OUStringsSort_Impl::Remove(rtl::OUString* const&, unsigned short)
OUStringsSort_Impl::Remove(unsigned short, unsigned short)
Octree::AddColor(BitmapColor const&)
Octree::Octree(unsigned long)
-OdtGeneratorPrivate::_writeBegin()
OutputDevice::DrawNativeControlText(unsigned int, unsigned int, Rectangle const&, unsigned int, ImplControlValue const&, rtl::OUString)
OutputDevice::GetMinKashida(Font const&) const
OutputDevice::GetPixel(Polygon const&) const
@@ -315,7 +314,6 @@ SbiExprNode::IsString()
SbiExpression::SbiExpression(SbiParser*, SbiToken)
SbiExpression::SbiExpression(SbiParser*, String const&)
SbiExpression::VBA_Imp()
-SbiImage::Load(SvStream&)
SbiIoSystem::NextChannel()
SbiRuntime::GetParams()
SbiSymPool::Clear()
@@ -387,6 +385,7 @@ ScHTMLColOffset::Remove(unsigned long const&, unsigned short)
ScHTMLColOffset_SAR::Replace(unsigned long const&, unsigned short)
ScHTMLColOffset_SAR::Replace(unsigned long const*, unsigned short, unsigned short)
ScHTMLColOffset_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(unsigned long const&, void*), void*)
+ScHorizontalValueIterator::GetCurNumFmtInfo(short&, unsigned long&)
ScInputBarGroup::GainFocus()
ScJobSetup::ScJobSetup(SfxPrinter*)
ScLeftFooterEditPage::GetRanges()
@@ -399,7 +398,6 @@ ScMyStyleRanges::SetStylesToRanges(ScRangeList*, rtl::OUString const*, short, rt
ScMyStyleRanges::SetStylesToRanges(ScRangeListRef, rtl::OUString const*, short, rtl::OUString const*, ScXMLImport&)
ScNameDefDlg::LinkStubEdModifyHdl(void*, void*)
ScNameDlg::CalcCurTableAssign(String&, ScRangeData*)
-ScNameDlg::UpdateNames()
ScNamedRangeObj::SetContentWithGrammar(rtl::OUString const&, formula::FormulaGrammar::Grammar)
ScNamedRangeObj::getImplementation(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>)
ScOutputData::DrawEditParam::getEngineWidth(ScFieldEditEngine*) const
diff --git a/writerperfect/source/filter/OdtGenerator.cxx b/writerperfect/source/filter/OdtGenerator.cxx
index 9e9ae1068d95..b6096786115b 100644
--- a/writerperfect/source/filter/OdtGenerator.cxx
+++ b/writerperfect/source/filter/OdtGenerator.cxx
@@ -110,7 +110,6 @@ public:
OdtGeneratorPrivate(OdfDocumentHandler *pHandler, const OdfStreamType streamType);
~OdtGeneratorPrivate();
bool _writeTargetDocument(OdfDocumentHandler *pHandler);
- void _writeBegin();
void _writeDefaultStyles(OdfDocumentHandler *pHandler);
void _writeMasterPages(OdfDocumentHandler *pHandler);
void _writePageLayouts(OdfDocumentHandler *pHandler);
@@ -351,11 +350,6 @@ void OdtGeneratorPrivate::_writeDefaultStyles(OdfDocumentHandler *pHandler)
pHandler->endElement("office:styles");
}
-// writes everything up to the automatic styles declarations..
-void OdtGeneratorPrivate::_writeBegin()
-{
-}
-
void OdtGeneratorPrivate::_writeMasterPages(OdfDocumentHandler *pHandler)
{
TagOpenElement("office:master-styles").write(mpHandler);