summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formmetadata.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-10-28 15:03:16 +0000
committerRüdiger Timm <rt@openoffice.org>2008-10-28 15:03:16 +0000
commit5f3cff6c62c0b3d83381c65d39c71b450cf0bce8 (patch)
tree0f05e66ed4e0a54edbb8e10876460b4d3663eeb9 /extensions/source/propctrlr/formmetadata.cxx
parente4563bf9ca7a1511af9ed917496c9950f1729286 (diff)
CWS-TOOLING: integrate CWS cli002
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.cxx')
-rw-r--r--extensions/source/propctrlr/formmetadata.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx
index 6437e630879b..f64881a931d4 100644
--- a/extensions/source/propctrlr/formmetadata.cxx
+++ b/extensions/source/propctrlr/formmetadata.cxx
@@ -660,8 +660,9 @@ namespace pcr
sReturn = aEnumStrings[ nIntValue ];
}
else
+ {
DBG_ERROR( "DefaultEnumRepresentation::getDescriptionForValue: could not translate an enum value" );
-
+ }
return sReturn;
}