summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-28 08:55:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-28 08:58:14 +0000
commit1e25d6d9a59d3508b7f7d3e37b01a1ca8baa99ca (patch)
tree6c9c52fccf2b947d35c68a27cecad86bb96048d4
parent38e4ef50d43bdab45e7b43244b3fc6dde6f0e697 (diff)
callcatcher: update unused code
Change-Id: Iefb8aa92a143fd192c382a0e18a632a0888cc511
-rw-r--r--sw/source/core/uibase/cctrl/actctrl.cxx9
-rw-r--r--sw/source/core/uibase/inc/actctrl.hxx6
-rw-r--r--unusedcode.easy1
3 files changed, 4 insertions, 12 deletions
diff --git a/sw/source/core/uibase/cctrl/actctrl.cxx b/sw/source/core/uibase/cctrl/actctrl.cxx
index d3d1936aea04..eb5fe931fae6 100644
--- a/sw/source/core/uibase/cctrl/actctrl.cxx
+++ b/sw/source/core/uibase/cctrl/actctrl.cxx
@@ -90,15 +90,6 @@ void NoSpaceEdit::Modify()
Edit::Modify();
}
-ReturnActionEdit::ReturnActionEdit(Window* pParent, const ResId& rResId)
- : Edit(pParent, rResId)
-{
-}
-
-ReturnActionEdit::~ReturnActionEdit()
-{
-}
-
void ReturnActionEdit::KeyInput( const KeyEvent& rEvt)
{
const KeyCode aKeyCode = rEvt.GetKeyCode();
diff --git a/sw/source/core/uibase/inc/actctrl.hxx b/sw/source/core/uibase/inc/actctrl.hxx
index d51ac3dec526..cc4508d70897 100644
--- a/sw/source/core/uibase/inc/actctrl.hxx
+++ b/sw/source/core/uibase/inc/actctrl.hxx
@@ -77,10 +77,10 @@ class SW_DLLPUBLIC ReturnActionEdit : public Edit
{
Link aReturnActionLink;
public:
- ReturnActionEdit(Window* pParent, const ResId& rResId);
ReturnActionEdit(Window* pParent, WinBits nStyle)
- : Edit(pParent, nStyle){}
- ~ReturnActionEdit();
+ : Edit(pParent, nStyle)
+ {
+ }
virtual void KeyInput( const KeyEvent& ) SAL_OVERRIDE;
void SetReturnActionLink(const Link& rLink)
diff --git a/unusedcode.easy b/unusedcode.easy
index de96f918548c..e60422b54757 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -180,6 +180,7 @@ basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon c
basegfx::tools::equal(basegfx::B2DPolygon const&, basegfx::B2DPolygon const&, double const&)
basegfx::tools::equal(basegfx::B3DPolyPolygon const&, basegfx::B3DPolyPolygon const&)
canvas::createSurfaceProxyManager(boost::shared_ptr<canvas::IRenderModule> const&)
+chart::GL3DBarChartDialogController::GL3DBarChartDialogController()
comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) const
comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const
comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&, com::sun::star::uno::Any const&) const