summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/addincol.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 11:34:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 11:34:33 +0000
commitbe4925d73e5ae92b94c0d3ab75aa1ef365ca8288 (patch)
tree0b222b611bc43d92956dc17c8e53ad02c0a566a1 /sc/source/core/tool/addincol.cxx
parent193bd5f75e48208efbc455d01607c70c62e77616 (diff)
INTEGRATION: CWS dr55 (1.20.84); FILE MERGED
2007/06/27 13:18:50 er 1.20.84.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion
Diffstat (limited to 'sc/source/core/tool/addincol.cxx')
-rw-r--r--sc/source/core/tool/addincol.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/tool/addincol.cxx b/sc/source/core/tool/addincol.cxx
index a2eff390cb87..645d3846af5f 100644
--- a/sc/source/core/tool/addincol.cxx
+++ b/sc/source/core/tool/addincol.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: addincol.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 15:49:16 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:34:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1625,7 +1625,7 @@ void ScUnoAddInCall::SetResult( const uno::Any& rNewRes )
switch (eClass)
{
case uno::TypeClass_VOID:
- nErrCode = NOVALUE; // #nv
+ nErrCode = NOTAVAILABLE; // #NA
break;
case uno::TypeClass_ENUM: