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-tspan.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp-tspan.cpp') diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp index 3a83cb70d..e94733dee 100644 --- a/src/sp-tspan.cpp +++ b/src/sp-tspan.cpp @@ -105,8 +105,8 @@ sp_tspan_class_init(SPTSpanClass *classname) sp_object_class->modified = sp_tspan_modified; sp_object_class->write = sp_tspan_write; - item_class->bbox = sp_tspan_bbox; - item_class->description = sp_tspan_description; +// item_class->bbox = sp_tspan_bbox; +// item_class->description = sp_tspan_description; } CTSpan::CTSpan(SPTSpan* span) : CItem(span) { -- cgit v1.2.3