diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-01 00:06:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-01 15:35:20 +0100 |
commit | 86429cef8d910fe4fb98a44d5b631025e785baad (patch) | |
tree | 0d41c58dd7e04b84a61417d7f119de2f23bdd85c /svx/inc | |
parent | 8f0a419942c84aae46dbf637781dc953b0d67d9d (diff) |
callcatcher: freshly unused code
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdmodel.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/inc/svx/svdmodel.hxx b/svx/inc/svx/svdmodel.hxx index b8c2e3d19f23..af2a336fa7c0 100644 --- a/svx/inc/svx/svdmodel.hxx +++ b/svx/inc/svx/svdmodel.hxx @@ -359,11 +359,6 @@ public: SdrOutliner& GetDrawOutliner(const SdrTextObj* pObj=NULL) const; - /** returns a new created and non shared outliner. - The outliner will not get updated when the SdrModel is changed. - */ - boost::shared_ptr< SdrOutliner > CreateDrawOutliner(const SdrTextObj* pObj=NULL); - SdrOutliner& GetHitTestOutliner() const { return *pHitTestOutliner; } const SdrTextObj* GetFormattingTextObj() const; // Die TextDefaults (Font,Hoehe,Farbe) in ein Set putten |