From 69a2a17bdc758f2d554399a8115087beade71d11 Mon Sep 17 00:00:00 2001 From: ishmal Date: Thu, 1 Jun 2006 05:04:57 +0000 Subject: [PATCH] remove deprecation warnings --- src/dialogs/export.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2