summaryrefslogtreecommitdiff
path: root/uui/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-27 08:09:57 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-27 08:09:57 +0000
commit53de942086f15ba333c20f084353c9310ab983a1 (patch)
tree05fb260966b4a33b5fbb856739b0b2a21382f831 /uui/source
parentb1e12483ebc1f9790d181ed59306f67d90a7fa5b (diff)
INTEGRATION: CWS sb48 (1.48.32); FILE MERGED
2006/03/09 13:19:58 sb 1.48.32.1: #i59269# Error message resource strings now come equipped with full punctuation.
Diffstat (limited to 'uui/source')
-rw-r--r--uui/source/iahndl.cxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 8542b66fc4be..97d5e2af5faa 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: iahndl.cxx,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:20:03 $
+ * last change: $Author: obo $ $Date: 2006-03-27 09:09:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1498,16 +1498,7 @@ UUIInteractionHandler::executeErrorDialog(
if (rContext.getLength() != 0 && rMessage.getLength() != 0)
aText.appendAscii(RTL_CONSTASCII_STRINGPARAM(":\n"));
//TODO! must be internationalized
- if (rMessage.getLength() != 0)
- {
- aText.append(rMessage);
- aText.append(
- static_cast< sal_Unicode >(
- eClassification
- == star::task::InteractionClassification_QUERY ?
- '?' : '.'));
- //TODO! must be internationalized
- }
+ aText.append(rMessage);
std::auto_ptr< MessBox > xBox;
try