summaryrefslogtreecommitdiffstats
path: root/src/text-editing.h
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-12-04 01:28:36 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-12-04 01:28:36 +0000
commitdcf1d3e407baec634caf6a3cc05636a28678bb5e (patch)
treeb7161e006a7d8e21a6d3772e2ea75fc29c4d6be7 /src/text-editing.h
parentFix compile when lcms is disabled (diff)
downloadinkscape-dcf1d3e407baec634caf6a3cc05636a28678bb5e.tar.gz
inkscape-dcf1d3e407baec634caf6a3cc05636a28678bb5e.zip
NR -> 2geom some headers in src/
(bzr r6935)
Diffstat (limited to 'src/text-editing.h')
-rw-r--r--src/text-editing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text-editing.h b/src/text-editing.h
index bdb6664ee..b1fb6b200 100644
--- a/src/text-editing.h
+++ b/src/text-editing.h
@@ -50,7 +50,7 @@ gchar *sp_te_get_string_multiline(SPItem const *text);
Glib::ustring sp_te_get_string_multiline(SPItem const *text, Inkscape::Text::Layout::iterator const &start, Inkscape::Text::Layout::iterator const &end);
void sp_te_set_repr_text_multiline(SPItem *text, gchar const *str);
-void sp_te_adjust_kerning_screen(SPItem *text, Inkscape::Text::Layout::iterator const &start, Inkscape::Text::Layout::iterator const &end, SPDesktop *desktop, NR::Point by);
+void sp_te_adjust_kerning_screen(SPItem *text, Inkscape::Text::Layout::iterator const &start, Inkscape::Text::Layout::iterator const &end, SPDesktop *desktop, Geom::Point by);
void sp_te_adjust_rotation_screen(SPItem *text, Inkscape::Text::Layout::iterator const &start, Inkscape::Text::Layout::iterator const &end, SPDesktop *desktop, gdouble pixels);
void sp_te_adjust_rotation(SPItem *text, Inkscape::Text::Layout::iterator const &start, Inkscape::Text::Layout::iterator const &end, SPDesktop *desktop, gdouble degrees);