summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-06 09:16:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-06 11:26:37 +0000
commitc71de82e9ae38c14b817f74cd0388b150f028c05 (patch)
tree6d06536c4d7aa7c1ffea7d2ccd99a33849fa1b7f /sc
parent17285a7ded6dccc01d51dd4110e130cab023e301 (diff)
callcatcher: update unused code
Change-Id: Ibecd2458fb50ea6e9aff4e0c8ed76f9bfa25b8f4
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/cctrl/editfield.cxx7
-rw-r--r--sc/source/ui/inc/editfield.hxx1
2 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/cctrl/editfield.cxx b/sc/source/ui/cctrl/editfield.cxx
index 8171f97b1f95..3156ab9a5779 100644
--- a/sc/source/ui/cctrl/editfield.cxx
+++ b/sc/source/ui/cctrl/editfield.cxx
@@ -44,13 +44,6 @@ sal_Unicode lclGetGroupSep()
} // namespace
-
-
-ScDoubleField::ScDoubleField( Window* pParent, const ResId& rResId ) :
- Edit( pParent, rResId )
-{
-}
-
ScDoubleField::ScDoubleField( Window* pParent, WinBits nStyle ) :
Edit( pParent, nStyle )
{
diff --git a/sc/source/ui/inc/editfield.hxx b/sc/source/ui/inc/editfield.hxx
index bbcdf1390260..7f7534c735d7 100644
--- a/sc/source/ui/inc/editfield.hxx
+++ b/sc/source/ui/inc/editfield.hxx
@@ -28,7 +28,6 @@
class ScDoubleField : public Edit
{
public:
- explicit ScDoubleField( Window* pParent, const ResId& rResId );
explicit ScDoubleField( Window* pParent, WinBits nStyle );
bool GetValue( double& rfValue ) const;