summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appdde.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 12:02:23 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 12:02:23 +0000
commit31a872e2bac7fc4bf436302fde50bd7e1ded9ffa (patch)
tree53a8f75eb15a2492694c4410f39cc6245fa723a8 /sfx2/source/appl/appdde.cxx
parent18894d8f505581f72259f659d4679177d12faa0d (diff)
INTEGRATION: CWS sb13 (1.10.42); FILE MERGED
2004/02/06 08:40:55 sb 1.10.42.1: #i19699# Adapted to tightened tools/string.hxx.
Diffstat (limited to 'sfx2/source/appl/appdde.cxx')
-rw-r--r--sfx2/source/appl/appdde.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index 332437415b40..155e56a82077 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appdde.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 16:21:15 $
+ * last change: $Author: kz $ $Date: 2004-02-26 13:02:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,7 +193,7 @@ BOOL SfxAppEvent_Impl( ApplicationEvent &rAppEvent,
{
String aEvent( rEvent );
- aEvent += 0x0028 ;// "(" = 28h
+ aEvent += '(';
if ( rCmd.CompareIgnoreCaseToAscii( aEvent, aEvent.Len() ) == COMPARE_EQUAL )
{
String aData( rCmd );