From 7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 27 Oct 2008 13:03:09 -0500 Subject: From trunk (bzr r6885) --- src/sp-flowtext.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/sp-flowtext.h') diff --git a/src/sp-flowtext.h b/src/sp-flowtext.h index 144157dc9..8889c7a56 100644 --- a/src/sp-flowtext.h +++ b/src/sp-flowtext.h @@ -7,7 +7,7 @@ #include "sp-item.h" #include "display/nr-arena-forward.h" - +#include <2geom/forward.h> #include "libnrtype/Layout-TNG.h" #define SP_TYPE_FLOWTEXT (sp_flowtext_get_type ()) @@ -32,9 +32,9 @@ struct SPFlowtext : public SPItem { Inkscape::Text::Layout layout; /** discards the NRArena objects representing this text. */ - void _clearFlow(NRArenaGroup* in_arena); + void _clearFlow(NRArenaGroup* in_arena); - double par_indent; + double par_indent; private: /** Recursively walks the xml tree adding tags and their contents. */ @@ -47,12 +47,12 @@ private: }; struct SPFlowtextClass { - SPItemClass parent_class; + SPItemClass parent_class; }; GType sp_flowtext_get_type (void); -SPItem *create_flowtext_with_internal_frame (SPDesktop *desktop, NR::Point p1, NR::Point p2); +SPItem *create_flowtext_with_internal_frame (SPDesktop *desktop, Geom::Point p1, Geom::Point p2); #endif -- cgit v1.2.3