summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-04 09:03:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-04 09:35:19 +0100
commitf19ca44a0451df84c5329e456765eef4886e644b (patch)
tree5c761a53d9401aff49c1635e4a024608603b9722
parent9e8d4c439f96d52b676b933b18902a3ec80e2f38 (diff)
callcatcher: update unused code
Change-Id: I23ad8bcbef9a0ef17aaa5d401d111c40a6560ee2
-rw-r--r--include/svtools/ctrlbox.hxx3
-rw-r--r--include/svx/charmap.hxx1
-rw-r--r--svtools/source/control/ctrlbox.cxx10
-rw-r--r--svx/source/dialog/charmap.cxx9
-rw-r--r--sw/source/core/uibase/dbui/mailmergehelper.cxx12
-rw-r--r--sw/source/core/uibase/inc/mailmergehelper.hxx6
-rw-r--r--unusedcode.easy6
7 files changed, 5 insertions, 42 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index 62388ba437da..d6ab7653c136 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -451,8 +451,7 @@ class SVT_DLLPUBLIC FontStyleBox : public ComboBox
private:
using ComboBox::SetText;
public:
- FontStyleBox( Window* pParent, const ResId& rResId );
- FontStyleBox( Window* pParent, WinBits nBits );
+ FontStyleBox( Window* pParent, WinBits nBits );
virtual ~FontStyleBox();
virtual void Select() SAL_OVERRIDE;
diff --git a/include/svx/charmap.hxx b/include/svx/charmap.hxx
index b402e7435757..0b62071789bb 100644
--- a/include/svx/charmap.hxx
+++ b/include/svx/charmap.hxx
@@ -43,7 +43,6 @@ namespace svx
class SVX_DLLPUBLIC SvxShowCharSet : public Control
{
public:
- SvxShowCharSet( Window* pParent, const ResId& rResId );
SvxShowCharSet( Window* pParent );
virtual ~SvxShowCharSet();
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx
index 2afe11f7ae6a..3bd3eba30885 100644
--- a/svtools/source/control/ctrlbox.cxx
+++ b/svtools/source/control/ctrlbox.cxx
@@ -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));
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index e6cf886cbd40..656c50c28fe2 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -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)
diff --git a/sw/source/core/uibase/dbui/mailmergehelper.cxx b/sw/source/core/uibase/dbui/mailmergehelper.cxx
index 26e60f2537f4..a2f34f5ca04c 100644
--- a/sw/source/core/uibase/dbui/mailmergehelper.cxx
+++ b/sw/source/core/uibase/dbui/mailmergehelper.cxx
@@ -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;
diff --git a/sw/source/core/uibase/inc/mailmergehelper.hxx b/sw/source/core/uibase/inc/mailmergehelper.hxx
index a7632800fc64..33b1ded80640 100644
--- a/sw/source/core/uibase/inc/mailmergehelper.hxx
+++ b/sw/source/core/uibase/inc/mailmergehelper.hxx
@@ -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;
/*-------------------------------------------------------------------------
diff --git a/unusedcode.easy b/unusedcode.easy
index fb1151ff4877..deb98c9ca310 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -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&)