diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-06-01 05:04:57 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-06-01 05:04:57 +0000 |
| commit | 6f02e74c18294778ec62aae4956f5716cf6bfadd (patch) | |
| tree | 58e818efc4dd2a2d857d8d088add0bc0432f9bc2 /src/dialogs/export.cpp | |
| parent | remove deprecation warnings (diff) | |
| download | inkscape-6f02e74c18294778ec62aae4956f5716cf6bfadd.tar.gz inkscape-6f02e74c18294778ec62aae4956f5716cf6bfadd.zip | |
remove deprecation warnings
(bzr r1113)
Diffstat (limited to 'src/dialogs/export.cpp')
| -rw-r--r-- | src/dialogs/export.cpp | 4 |
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; |
