summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorVicente Rafael Estevez Vacas <rafaestevez@yahoo.es>2012-04-22 11:39:31 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-04-23 23:20:06 +0100
commit00fb6c9d1c0ad01b29fb617dbe74e6ae1ddf04ce (patch)
tree0bf5099fb83df26f475c5275e71ae3793337db9b /svx/inc
parent60cea1f49ec6781e541fbd7949c4271d213d3e0d (diff)
PATCH: Remove unused code from editing
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/sdr/animation/scheduler.hxx3
-rw-r--r--svx/inc/svx/sdr/contact/viewcontactofsdrmediaobj.hxx1
-rw-r--r--svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx2
3 files changed, 0 insertions, 6 deletions
diff --git a/svx/inc/svx/sdr/animation/scheduler.hxx b/svx/inc/svx/sdr/animation/scheduler.hxx
index 61bcaf647372..be2fa36026c2 100644
--- a/svx/inc/svx/sdr/animation/scheduler.hxx
+++ b/svx/inc/svx/sdr/animation/scheduler.hxx
@@ -133,9 +133,6 @@ namespace sdr
// #i38135#
void SetTime(sal_uInt32 nTime);
- // reset
- void Reset(sal_uInt32 nTime);
-
// execute all ripe events, removes executed ones from the scheduler
void triggerEvents();
diff --git a/svx/inc/svx/sdr/contact/viewcontactofsdrmediaobj.hxx b/svx/inc/svx/sdr/contact/viewcontactofsdrmediaobj.hxx
index 5a3de115110a..483ea83253e3 100644
--- a/svx/inc/svx/sdr/contact/viewcontactofsdrmediaobj.hxx
+++ b/svx/inc/svx/sdr/contact/viewcontactofsdrmediaobj.hxx
@@ -62,7 +62,6 @@ namespace sdr
return (SdrMediaObj&)GetSdrObject();
}
- bool hasPreferredSize() const;
Size getPreferredSize() const;
void updateMediaItem( ::avmedia::MediaItem& rItem ) const;
diff --git a/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx b/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx
index b52fa263c9c4..2addaf190d24 100644
--- a/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx
+++ b/svx/inc/svx/sdr/contact/viewobjectcontactofunocontrol.hxx
@@ -64,8 +64,6 @@ namespace sdr { namespace contact {
public:
ViewObjectContactOfUnoControl( ObjectContact& _rObjectContact, ViewContactOfUnoControl& _rViewContact );
- /// determines whether an XControl already exists, and is currently visible
- bool isControlVisible() const;
/// returns the ->XControl instance belonging to the instance, creates it if necessary
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >