From 99cb30e28d4ee193f39e23464abbd7630cac8a2d Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 6 Oct 2012 23:56:27 +0200 Subject: Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods. (bzr r11608.1.46) --- src/sp-tref.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp-tref.cpp') diff --git a/src/sp-tref.cpp b/src/sp-tref.cpp index 0c7e52d60..4296fd416 100644 --- a/src/sp-tref.cpp +++ b/src/sp-tref.cpp @@ -111,8 +111,8 @@ sp_tref_class_init(SPTRefClass *tref_class) SPItemClass *item_class = (SPItemClass *) tref_class; - item_class->bbox = sp_tref_bbox; - item_class->description = sp_tref_description; +// item_class->bbox = sp_tref_bbox; +// item_class->description = sp_tref_description; } CTRef::CTRef(SPTRef* tref) : CItem(tref) { -- cgit v1.2.3