From 6f02e74c18294778ec62aae4956f5716cf6bfadd Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Thu, 1 Jun 2006 05:04:57 +0000 Subject: remove deprecation warnings (bzr r1113) --- src/dialogs/export.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dialogs/export.cpp') diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index 7cbeee41f..3b1943c4f 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -780,8 +780,8 @@ sp_export_area_toggled (GtkToggleButton *tb, GtkObject *base) } case SELECTION_PAGE: bbox = NR::Rect(NR::Point(0.0, 0.0), - NR::Point(sp_document_width(doc)), - sp_document_height(doc)); + NR::Point(sp_document_width(doc), sp_document_height(doc)) + ); // std::cout << "Using selection: PAGE" << std::endl; key = SELECTION_PAGE; -- cgit v1.2.3