summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-30 10:56:59 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-30 10:56:59 +0000
commitf21054e4e48711d4e54b32b950e5a8ff992c98f2 (patch)
treee8468e9885ef3ec69e523ff2ba0b05eff4fb3908 /chart2
parent6a65be2a0743d8cd2ed1fde7e368b0ef1e3d322b (diff)
INTEGRATION: CWS chart22 (1.13.40); FILE MERGED
2008/04/17 11:30:23 iha 1.13.40.2: RESYNC: (1.13-1.14); FILE MERGED 2008/02/21 17:00:41 iha 1.13.40.1: #i65549# Plotting of missing values
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/inc/PlottingPositionHelper.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/chart2/source/view/inc/PlottingPositionHelper.hxx b/chart2/source/view/inc/PlottingPositionHelper.hxx
index d4a9b50bcf82..9c79e226b265 100644
--- a/chart2/source/view/inc/PlottingPositionHelper.hxx
+++ b/chart2/source/view/inc/PlottingPositionHelper.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: PlottingPositionHelper.hxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@@ -352,8 +352,6 @@ inline bool PlottingPositionHelper::clipYRange( double& rMin, double& rMax ) con
rMin = getLogicMinY();
if( rMax > getLogicMaxY() )
rMax = getLogicMaxY();
- if( rMin == rMax )
- return false;
return true;
}