diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-11 22:01:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-12 11:51:10 +0100 |
commit | 9c0f8fed9eaabbc3d1143b095b3f4ae374d8952a (patch) | |
tree | 589762df44c458cc32e3faf1a8312c882a048d32 /svx | |
parent | 3bc03cd0c10a74d929f21e84772416c9ee300c70 (diff) |
callcatcher: some unused code
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 11 | ||||
-rw-r--r-- | svx/source/dialog/frmsel.cxx | 5 | ||||
-rw-r--r-- | svx/source/inc/docrecovery.hxx | 8 | ||||
-rw-r--r-- | svx/source/inc/frmselimpl.hxx | 1 |
4 files changed, 0 insertions, 25 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index 14ffb9233046..ba1f9d887bfe 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -674,12 +674,6 @@ PluginProgress::~PluginProgress() } //=============================================== -Window* PluginProgress::getPlugWindow() -{ - return m_pPlugProgressWindow; -} - -//=============================================== void SAL_CALL PluginProgress::dispose() throw(css::uno::RuntimeException) { @@ -1417,11 +1411,6 @@ IMPL_LINK( RecoveryDialog, CancelButtonHdl, void*, EMPTYARG ) } //=============================================== -void RecoveryDialog::impl_refreshDocList() -{ -} - -//=============================================== String RecoveryDialog::impl_getStatusString( const TURLInfo& rInfo ) const { String sStatus; diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx index 9dfefa37b493..a582d0a7f467 100644 --- a/svx/source/dialog/frmsel.cxx +++ b/svx/source/dialog/frmsel.cxx @@ -199,11 +199,6 @@ bool FrameBorder::ContainsClickPoint( const Point& rPos ) const return Region( maClickArea ).IsInside( rPos ); } -void FrameBorder::MergeClickAreaToPolyPolygon( PolyPolygon& rPPoly ) const -{ - lclPolyPolyUnion( rPPoly, maClickArea ); -} - Rectangle FrameBorder::GetClickBoundRect() const { return maClickArea.GetBoundRect(); diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx index b2a15ee67bc7..040eed75c359 100644 --- a/svx/source/inc/docrecovery.hxx +++ b/svx/source/inc/docrecovery.hxx @@ -369,10 +369,6 @@ class PluginProgress : public ::cppu::WeakImplHelper2< css::task::XStatusIndicat /** @short TODO */ virtual ~PluginProgress(); - //--------------------------------------- - /** @short TODO */ - Window* getPlugWindow(); - //------------------------------------------- // uno interface public: @@ -718,10 +714,6 @@ class RecoveryDialog : public IExtendedTabPage //--------------------------------------- /** @short TODO */ - void impl_refreshDocList(); - - //--------------------------------------- - /** @short TODO */ String impl_getStatusString( const TURLInfo& rInfo ) const; }; diff --git a/svx/source/inc/frmselimpl.hxx b/svx/source/inc/frmselimpl.hxx index fd36b53be86f..d38184cedf0d 100644 --- a/svx/source/inc/frmselimpl.hxx +++ b/svx/source/inc/frmselimpl.hxx @@ -72,7 +72,6 @@ public: inline void ClearClickArea() { maClickArea.Clear(); } void AddClickRect( const Rectangle& rRect ); bool ContainsClickPoint( const Point& rPos ) const; - void MergeClickAreaToPolyPolygon( PolyPolygon& rPPoly ) const; Rectangle GetClickBoundRect() const; void SetKeyboardNeighbors( |