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-text.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/sp-text.cpp') diff --git a/src/sp-text.cpp b/src/sp-text.cpp index d9c4df702..56b76a94f 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -123,13 +123,13 @@ sp_text_class_init (SPTextClass *classname) sp_object_class->modified = sp_text_modified; sp_object_class->write = sp_text_write; - item_class->bbox = sp_text_bbox; - item_class->show = sp_text_show; - item_class->hide = sp_text_hide; - item_class->description = sp_text_description; - item_class->snappoints = sp_text_snappoints; - item_class->set_transform = sp_text_set_transform; - item_class->print = sp_text_print; +// item_class->bbox = sp_text_bbox; +// item_class->show = sp_text_show; +// item_class->hide = sp_text_hide; +// item_class->description = sp_text_description; +// item_class->snappoints = sp_text_snappoints; +// item_class->set_transform = sp_text_set_transform; +// item_class->print = sp_text_print; } CText::CText(SPText* text) : CItem(text) { -- cgit v1.2.3