Kaydet (Commit) 9c0f8fed authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: some unused code

üst 3bc03cd0
......@@ -673,12 +673,6 @@ PluginProgress::~PluginProgress()
{
}
//===============================================
Window* PluginProgress::getPlugWindow()
{
return m_pPlugProgressWindow;
}
//===============================================
void SAL_CALL PluginProgress::dispose()
throw(css::uno::RuntimeException)
......@@ -1416,11 +1410,6 @@ IMPL_LINK( RecoveryDialog, CancelButtonHdl, void*, EMPTYARG )
return 0;
}
//===============================================
void RecoveryDialog::impl_refreshDocList()
{
}
//===============================================
String RecoveryDialog::impl_getStatusString( const TURLInfo& rInfo ) const
{
......
......@@ -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();
......
......@@ -369,10 +369,6 @@ class PluginProgress : public ::cppu::WeakImplHelper2< css::task::XStatusIndicat
/** @short TODO */
virtual ~PluginProgress();
//---------------------------------------
/** @short TODO */
Window* getPlugWindow();
//-------------------------------------------
// uno interface
public:
......@@ -716,10 +712,6 @@ class RecoveryDialog : public IExtendedTabPage
DECL_LINK(NextButtonHdl, void*);
DECL_LINK(CancelButtonHdl, void*);
//---------------------------------------
/** @short TODO */
void impl_refreshDocList();
//---------------------------------------
/** @short TODO */
String impl_getStatusString( const TURLInfo& rInfo ) const;
......
......@@ -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(
......
......@@ -3815,12 +3815,9 @@ svx::DialControl::DialControl(Window*, Size const&, long)
svx::DialControl::GetLinkedField() const
svx::DialControl::GetModifyHdl() const
svx::DialControl::SetModifyHdl(Link const&)
svx::DocRecovery::PluginProgress::getPlugWindow()
svx::DocRecovery::RecoveryDialog::impl_refreshDocList()
svx::FontWorkGalleryDialog::changeText(SdrTextObj*)
svx::FormControllerHelper::moveLeft() const
svx::FormControllerHelper::moveRight() const
svx::FrameBorder::MergeClickAreaToPolyPolygon(PolyPolygon&) const
svx::FrameDirectionListBox::FrameDirectionListBox(Window*, long)
svx::NamespaceMap_createInstance(unsigned short*, SfxItemPool*, SfxItemPool*)
svx::OComponentTransferable::extractComponentDescriptor(TransferableDataHelper const&, unsigned char, rtl::OUString&, com::sun::star::uno::Reference<com::sun::star::ucb::XContent>&)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment