summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/ObjectNameProvider.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 10:45:30 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 10:45:30 +0000
commitb8e20fc949d1c7addd4e5cbf4fa5e5815e5ce3c1 (patch)
treeb9c8fb4e647993ccb13a0c56db0632030ff7f876 /chart2/source/controller/dialogs/ObjectNameProvider.cxx
parentINTEGRATION: CWS chart17 (1.12.2); FILE MERGED (diff)
downloadcore-b8e20fc949d1c7addd4e5cbf4fa5e5815e5ce3c1.tar.gz
core-b8e20fc949d1c7addd4e5cbf4fa5e5815e5ce3c1.zip
INTEGRATION: CWS chart17 (1.5.26); FILE MERGED
2007/10/30 13:54:25 bm 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/12 12:35:07 bm 1.5.26.1: #i7998# equations for regression curves
Diffstat (limited to 'chart2/source/controller/dialogs/ObjectNameProvider.cxx')
-rw-r--r--chart2/source/controller/dialogs/ObjectNameProvider.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/ObjectNameProvider.cxx b/chart2/source/controller/dialogs/ObjectNameProvider.cxx
index 75dc17bf6929..e74acf36231a 100644
--- a/chart2/source/controller/dialogs/ObjectNameProvider.cxx
+++ b/chart2/source/controller/dialogs/ObjectNameProvider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ObjectNameProvider.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2007-10-22 16:43:10 $
+ * last change: $Author: ihi $ $Date: 2007-11-23 11:45:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -319,6 +319,9 @@ rtl::OUString ObjectNameProvider::getName( ObjectType eObjectType, bool bPlural
case OBJECTTYPE_DATA_STOCK_GAIN:
aRet=String(SchResId(STR_OBJECT_STOCK_GAIN));
break;
+ case OBJECTTYPE_DATA_CURVE_EQUATION:
+ aRet=String(SchResId(STR_OBJECT_CURVE_EQUATION));
+ break;
default: //OBJECTTYPE_UNKNOWN
;
}