Kaydet (Commit) 8f0a4199 authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: unused CreateDrawOutliner

üst 68b1861a
......@@ -608,11 +608,6 @@ public:
Also checks for one empty paragraph.
*/
static bool HasTextImpl( SdrOutliner* pOutliner );
/** returns a new created and non shared outliner.
The outliner will not get updated when the SdrModel is changed.
*/
boost::shared_ptr< SdrOutliner > CreateDrawOutliner();
};
////////////////////////////////////////////////////////////////////////////////////////////////////
......
......@@ -1279,13 +1279,6 @@ SdrOutliner& SdrTextObj::ImpGetDrawOutliner() const
return rOutl;
}
boost::shared_ptr< SdrOutliner > SdrTextObj::CreateDrawOutliner()
{
boost::shared_ptr< SdrOutliner > xDrawOutliner( pModel->CreateDrawOutliner(this) );
ImpInitDrawOutliner( *(xDrawOutliner.get()) );
return xDrawOutliner;
}
// Extracted from Paint()
void SdrTextObj::ImpSetupDrawOutlinerForPaint( bool bContourFrame,
SdrOutliner& rOutliner,
......
......@@ -669,7 +669,6 @@ SdrPaintView::getColorConfig() const
SdrPaintWindow::HideOverlay(Region const&)
SdrPolyEditView::ShutMarkedObjects()
SdrSnapView::SnapRect(Rectangle const&, SdrPageView const*, long&, long&) const
SdrTextObj::CreateDrawOutliner()
SdrTextObj::GetTextHidden() const
SdrTextObj::IsTextAnimationAllowed() const
SdrTextObj::NbcResizeTextAttributes(Fraction const&, Fraction const&)
......
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