diff options
| author | Markus Engel <markus.engel@tum.de> | 2012-10-06 21:56:27 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2012-10-06 21:56:27 +0000 |
| commit | 99cb30e28d4ee193f39e23464abbd7630cac8a2d (patch) | |
| tree | 493559e086a9e6cf1e252e79765053be55277825 /src/sp-flowregion.cpp | |
| parent | Removed old calls to set_shape and update_patheffect. (diff) | |
| download | inkscape-99cb30e28d4ee193f39e23464abbd7630cac8a2d.tar.gz inkscape-99cb30e28d4ee193f39e23464abbd7630cac8a2d.zip | |
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
(bzr r11608.1.46)
Diffstat (limited to 'src/sp-flowregion.cpp')
| -rw-r--r-- | src/sp-flowregion.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-flowregion.cpp b/src/sp-flowregion.cpp index 8dc8ebf8a..a72b2bea0 100644 --- a/src/sp-flowregion.cpp +++ b/src/sp-flowregion.cpp @@ -98,7 +98,7 @@ sp_flowregion_class_init (SPFlowregionClass *klass) sp_object_class->modified = sp_flowregion_modified; sp_object_class->write = sp_flowregion_write; - item_class->description = sp_flowregion_description; +// item_class->description = sp_flowregion_description; } CFlowregion::CFlowregion(SPFlowregion* flowregion) : CItem(flowregion) { @@ -343,7 +343,7 @@ sp_flowregionexclude_class_init (SPFlowregionExcludeClass *klass) sp_object_class->modified = sp_flowregionexclude_modified; sp_object_class->write = sp_flowregionexclude_write; - item_class->description = sp_flowregionexclude_description; +// item_class->description = sp_flowregionexclude_description; } CFlowregionExclude::CFlowregionExclude(SPFlowregionExclude* flowregionexclude) : CItem(flowregionexclude) { |
