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:
using ComboBox::SetText;
public:
FontStyleBox( Window* pParent, const ResId& rResId );
FontStyleBox( Window* pParent, WinBits nBits );
virtual ~FontStyleBox();

View File

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

View File

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

View File

@ -55,15 +55,6 @@ sal_uInt32& SvxShowCharSet::getSelectedChar()
// 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)
: Control(pParent, WB_TABSTOP | WB_BORDER)
, m_pAccessible(NULL)

View File

@ -168,18 +168,6 @@ uno::Reference< mail::XSmtpService > ConnectToSmtpServer(
} //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
{
::std::vector< OUString > aAddresses;

View File

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

View File

@ -33,6 +33,7 @@ ScDocument::CreateFormatTable() const
ScDocument::GetRowFlagsArray(short) const
ScExtIButton::GetSelected() const
ScFormulaCellGroup::scheduleCompilation()
ScPivotLayoutDlg::ScPivotLayoutDlg(SfxBindings*, SfxChildWindow*, Window*, ScDPObject const&, bool)
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
SdrItemBrowser::ForceParent()
@ -193,8 +194,8 @@ comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::share
connectivity::OSQLParseNode::showParseTree(rtl::OUString&) const
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)
connectivity::sdbcx::OGroup::OGroup(bool)
connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, bool)
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&)
@ -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_ref<formula::FormulaTokenArray>)
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&)
vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool)
writerfilter::dmapper::SdtHelper::appendToInteropGrabBag(rtl::OUString const&, com::sun::star::uno::Any const&)