summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-visualization/qtiplot/files/qtiplot-0.9.8.3-odf.patch')
-rw-r--r--sci-visualization/qtiplot/files/qtiplot-0.9.8.3-odf.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-visualization/qtiplot/files/qtiplot-0.9.8.3-odf.patch b/sci-visualization/qtiplot/files/qtiplot-0.9.8.3-odf.patch
deleted file mode 100644
index 0ba7cc9..0000000
--- a/sci-visualization/qtiplot/files/qtiplot-0.9.8.3-odf.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/qtiplot/src/core/ApplicationWindow.cpp b/qtiplot/src/core/ApplicationWindow.cpp
-index 56c52a7..b643e50 100755
---- a/qtiplot/src/core/ApplicationWindow.cpp
-+++ b/qtiplot/src/core/ApplicationWindow.cpp
-@@ -4326,7 +4326,7 @@ Table * ApplicationWindow::importExcelCrossplatform(const QString& fn, int sheet
-
- int rows = sh->GetTotalRows();
- int cols = sh->GetTotalCols();
-- if (rows == 1 && !cols){
-+ if (!rows && !cols){
- if (sheet > 0 && sheet == currentSheet){
- QMessageBox::critical(this, tr("QtiPlot"), tr("Sheet %1 is empty, operation aborted!").arg(sheet));
- return NULL;