summaryrefslogtreecommitdiffstats
path: root/src/dialogs/export.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/export.cpp')
-rw-r--r--src/dialogs/export.cpp4
1 files 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;