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() ...@@ -673,12 +673,6 @@ PluginProgress::~PluginProgress()
{ {
} }
//===============================================
Window* PluginProgress::getPlugWindow()
{
return m_pPlugProgressWindow;
}
//=============================================== //===============================================
void SAL_CALL PluginProgress::dispose() void SAL_CALL PluginProgress::dispose()
throw(css::uno::RuntimeException) throw(css::uno::RuntimeException)
...@@ -1416,11 +1410,6 @@ IMPL_LINK( RecoveryDialog, CancelButtonHdl, void*, EMPTYARG ) ...@@ -1416,11 +1410,6 @@ IMPL_LINK( RecoveryDialog, CancelButtonHdl, void*, EMPTYARG )
return 0; return 0;
} }
//===============================================
void RecoveryDialog::impl_refreshDocList()
{
}
//=============================================== //===============================================
String RecoveryDialog::impl_getStatusString( const TURLInfo& rInfo ) const String RecoveryDialog::impl_getStatusString( const TURLInfo& rInfo ) const
{ {
......
...@@ -199,11 +199,6 @@ bool FrameBorder::ContainsClickPoint( const Point& rPos ) const ...@@ -199,11 +199,6 @@ bool FrameBorder::ContainsClickPoint( const Point& rPos ) const
return Region( maClickArea ).IsInside( rPos ); return Region( maClickArea ).IsInside( rPos );
} }
void FrameBorder::MergeClickAreaToPolyPolygon( PolyPolygon& rPPoly ) const
{
lclPolyPolyUnion( rPPoly, maClickArea );
}
Rectangle FrameBorder::GetClickBoundRect() const Rectangle FrameBorder::GetClickBoundRect() const
{ {
return maClickArea.GetBoundRect(); return maClickArea.GetBoundRect();
......
...@@ -369,10 +369,6 @@ class PluginProgress : public ::cppu::WeakImplHelper2< css::task::XStatusIndicat ...@@ -369,10 +369,6 @@ class PluginProgress : public ::cppu::WeakImplHelper2< css::task::XStatusIndicat
/** @short TODO */ /** @short TODO */
virtual ~PluginProgress(); virtual ~PluginProgress();
//---------------------------------------
/** @short TODO */
Window* getPlugWindow();
//------------------------------------------- //-------------------------------------------
// uno interface // uno interface
public: public:
...@@ -716,10 +712,6 @@ class RecoveryDialog : public IExtendedTabPage ...@@ -716,10 +712,6 @@ class RecoveryDialog : public IExtendedTabPage
DECL_LINK(NextButtonHdl, void*); DECL_LINK(NextButtonHdl, void*);
DECL_LINK(CancelButtonHdl, void*); DECL_LINK(CancelButtonHdl, void*);
//---------------------------------------
/** @short TODO */
void impl_refreshDocList();
//--------------------------------------- //---------------------------------------
/** @short TODO */ /** @short TODO */
String impl_getStatusString( const TURLInfo& rInfo ) const; String impl_getStatusString( const TURLInfo& rInfo ) const;
......
...@@ -72,7 +72,6 @@ public: ...@@ -72,7 +72,6 @@ public:
inline void ClearClickArea() { maClickArea.Clear(); } inline void ClearClickArea() { maClickArea.Clear(); }
void AddClickRect( const Rectangle& rRect ); void AddClickRect( const Rectangle& rRect );
bool ContainsClickPoint( const Point& rPos ) const; bool ContainsClickPoint( const Point& rPos ) const;
void MergeClickAreaToPolyPolygon( PolyPolygon& rPPoly ) const;
Rectangle GetClickBoundRect() const; Rectangle GetClickBoundRect() const;
void SetKeyboardNeighbors( void SetKeyboardNeighbors(
......
...@@ -3815,12 +3815,9 @@ svx::DialControl::DialControl(Window*, Size const&, long) ...@@ -3815,12 +3815,9 @@ svx::DialControl::DialControl(Window*, Size const&, long)
svx::DialControl::GetLinkedField() const svx::DialControl::GetLinkedField() const
svx::DialControl::GetModifyHdl() const svx::DialControl::GetModifyHdl() const
svx::DialControl::SetModifyHdl(Link const&) svx::DialControl::SetModifyHdl(Link const&)
svx::DocRecovery::PluginProgress::getPlugWindow()
svx::DocRecovery::RecoveryDialog::impl_refreshDocList()
svx::FontWorkGalleryDialog::changeText(SdrTextObj*) svx::FontWorkGalleryDialog::changeText(SdrTextObj*)
svx::FormControllerHelper::moveLeft() const svx::FormControllerHelper::moveLeft() const
svx::FormControllerHelper::moveRight() const svx::FormControllerHelper::moveRight() const
svx::FrameBorder::MergeClickAreaToPolyPolygon(PolyPolygon&) const
svx::FrameDirectionListBox::FrameDirectionListBox(Window*, long) svx::FrameDirectionListBox::FrameDirectionListBox(Window*, long)
svx::NamespaceMap_createInstance(unsigned short*, SfxItemPool*, SfxItemPool*) 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>&) 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