callcatcher: update unused code

Change-Id: I23ad8bcbef9a0ef17aaa5d401d111c40a6560ee2
This commit is contained in:
Caolán McNamara
2014-04-04 09:03:22 +01:00
parent 9e8d4c439f
commit f19ca44a04
7 changed files with 5 additions and 42 deletions

View File

@@ -451,7 +451,6 @@ class SVT_DLLPUBLIC FontStyleBox : public ComboBox
private: private:
using ComboBox::SetText; using ComboBox::SetText;
public: public:
FontStyleBox( Window* pParent, const ResId& rResId );
FontStyleBox( Window* pParent, WinBits nBits ); FontStyleBox( Window* pParent, WinBits nBits );
virtual ~FontStyleBox(); virtual ~FontStyleBox();

View File

@@ -43,7 +43,6 @@ namespace svx
class SVX_DLLPUBLIC SvxShowCharSet : public Control class SVX_DLLPUBLIC SvxShowCharSet : public Control
{ {
public: public:
SvxShowCharSet( Window* pParent, const ResId& rResId );
SvxShowCharSet( Window* pParent ); SvxShowCharSet( Window* pParent );
virtual ~SvxShowCharSet(); virtual ~SvxShowCharSet();

View File

@@ -1416,19 +1416,9 @@ void FontNameBox::UserDraw( const UserDrawEvent& rUDEvt )
// FontStyleBox // FontStyleBox
FontStyleBox::FontStyleBox( Window* pParent, const ResId& rResId ) :
ComboBox( pParent, rResId )
{
aLastStyle = GetText();
}
FontStyleBox::FontStyleBox(Window* pParent, WinBits nBits) FontStyleBox::FontStyleBox(Window* pParent, WinBits nBits)
: ComboBox(pParent, nBits) : ComboBox(pParent, nBits)
{ {
aLastStyle = GetText();
//Use the standard texts to get an optimal size and stick to that size. //Use the standard texts to get an optimal size and stick to that size.
//That should stop the character dialog dancing around. //That should stop the character dialog dancing around.
InsertEntry(SVT_RESSTR(STR_SVT_STYLE_LIGHT)); InsertEntry(SVT_RESSTR(STR_SVT_STYLE_LIGHT));

View File

@@ -55,15 +55,6 @@ sal_uInt32& SvxShowCharSet::getSelectedChar()
// class SvxShowCharSet ================================================== // class SvxShowCharSet ==================================================
SvxShowCharSet::SvxShowCharSet(Window* pParent, const ResId& rResId)
: Control(pParent, rResId)
, m_pAccessible(NULL)
, aVscrollSB(this, WB_VERT)
{
init();
InitSettings( true, true );
}
SvxShowCharSet::SvxShowCharSet(Window* pParent) SvxShowCharSet::SvxShowCharSet(Window* pParent)
: Control(pParent, WB_TABSTOP | WB_BORDER) : Control(pParent, WB_TABSTOP | WB_BORDER)
, m_pAccessible(NULL) , m_pAccessible(NULL)

View File

@@ -168,18 +168,6 @@ uno::Reference< mail::XSmtpService > ConnectToSmtpServer(
} //namespace } //namespace
SwBoldFixedInfo::SwBoldFixedInfo(Window* pParent, const ResId& rResId) :
FixedInfo(pParent, rResId)
{
Font aFont = GetFont();
aFont.SetWeight( WEIGHT_BOLD );
SetFont( aFont );
}
SwBoldFixedInfo::~SwBoldFixedInfo()
{
}
struct SwAddressPreview_Impl struct SwAddressPreview_Impl
{ {
::std::vector< OUString > aAddresses; ::std::vector< OUString > aAddresses;

View File

@@ -54,12 +54,6 @@ namespace SwMailMergeHelper
Window* pDialogParentWindow = 0 ); Window* pDialogParentWindow = 0 );
} }
class SW_DLLPUBLIC SwBoldFixedInfo : public FixedInfo
{
public:
SwBoldFixedInfo(Window* pParent, const ResId& rResId);
virtual ~SwBoldFixedInfo();
};
struct SwAddressPreview_Impl; struct SwAddressPreview_Impl;
/*------------------------------------------------------------------------- /*-------------------------------------------------------------------------

View File

@@ -33,6 +33,7 @@ ScDocument::CreateFormatTable() const
ScDocument::GetRowFlagsArray(short) const ScDocument::GetRowFlagsArray(short) const
ScExtIButton::GetSelected() const ScExtIButton::GetSelected() const
ScFormulaCellGroup::scheduleCompilation() ScFormulaCellGroup::scheduleCompilation()
ScPivotLayoutDlg::ScPivotLayoutDlg(SfxBindings*, SfxChildWindow*, Window*, ScDPObject const&, bool)
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&) ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
SdrItemBrowser::ForceParent() SdrItemBrowser::ForceParent()
@@ -193,8 +194,8 @@ comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::share
connectivity::OSQLParseNode::showParseTree(rtl::OUString&) const connectivity::OSQLParseNode::showParseTree(rtl::OUString&) const
connectivity::file::OStatement_Base::reset() 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::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(bool)
connectivity::sdbcx::OGroup::OGroup(unsigned char) connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, bool)
oglcanvas::CanvasHelper::flush() const 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 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&) oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&)
@@ -210,6 +211,7 @@ std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, (anonymous namespace
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr<formula::FormulaTokenArray>&) std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr<formula::FormulaTokenArray>&)
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::FormulaTokenArray>) std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::FormulaTokenArray>)
std::vector<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread>, std::allocator<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread> > >::reserve(unsigned long) std::vector<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread>, std::allocator<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread> > >::reserve(unsigned long)
svt::AssignmentPersistentData::getInt32Property(char const*) const
utl::extractTime(com::sun::star::util::DateTime const&, com::sun::star::util::Time&) utl::extractTime(com::sun::star::util::DateTime const&, com::sun::star::util::Time&)
vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool) vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool)
writerfilter::dmapper::SdtHelper::appendToInteropGrabBag(rtl::OUString const&, com::sun::star::uno::Any const&) writerfilter::dmapper::SdtHelper::appendToInteropGrabBag(rtl::OUString const&, com::sun::star::uno::Any const&)