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/source/dialog | |
parent | 3bc03cd0c10a74d929f21e84772416c9ee300c70 (diff) |
callcatcher: some unused code
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 11 | ||||
-rw-r--r-- | svx/source/dialog/frmsel.cxx | 5 |
2 files changed, 0 insertions, 16 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(); |