summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-16 08:30:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-16 13:59:30 +0100
commitecbb33dd8044ad45cf05f868f829e635e03d7589 (patch)
tree275861a3c171d56eddea591526abb02ecea35eb1 /sd
parent29c43f6900b74180dcaeb586909da2652eef0f85 (diff)
callcatcher: newly unused ResId related methods
Change-Id: I8dd43929a085a1d4cde2a9f057adc2feca5d16c1
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.cxx5
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.hxx1
2 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx
index 691ec3a3a11c..9e41ebb52e76 100644
--- a/sd/source/ui/animations/CustomAnimationDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationDialog.cxx
@@ -2355,11 +2355,6 @@ STLPropertySet* CustomAnimationDialog::createDefaultSet()
return pSet;
}
-PropertyControl::PropertyControl( Window* pParent, const ResId& rResId )
-: ListBox( pParent, rResId ), mpSubControl(0)
-{
-}
-
PropertyControl::PropertyControl( Window* pParent )
: ListBox( pParent, WB_TABSTOP | WB_BORDER | WB_DROPDOWN ), mpSubControl(0)
{
diff --git a/sd/source/ui/animations/CustomAnimationDialog.hxx b/sd/source/ui/animations/CustomAnimationDialog.hxx
index 4d2662754b06..4ef78a8a9445 100644
--- a/sd/source/ui/animations/CustomAnimationDialog.hxx
+++ b/sd/source/ui/animations/CustomAnimationDialog.hxx
@@ -128,7 +128,6 @@ protected:
class PropertyControl : public ListBox
{
public:
- PropertyControl( Window* pParent, const ResId& rResId );
PropertyControl( Window* pParent );
~PropertyControl();