summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-04 09:08:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-04 09:08:24 +0100
commit249df7bf9af38fd992019a413665901558beaffb (patch)
tree083034b8467c845020d1cf4b57f87332ac4d4449 /sfx2
parentFurther clean up of areas touched by previous commit. (diff)
downloadcore-249df7bf9af38fd992019a413665901558beaffb.tar.gz
core-249df7bf9af38fd992019a413665901558beaffb.zip
Removed spurious junk left over in previous commit.
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appdde.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index 08cfba20aab4..a58ab58cd6d4 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -274,7 +274,7 @@ sal_Bool SfxAppEvent_Impl( ApplicationEvent &rAppEvent,
aData.remove( aData.getLength() - 1, 1 );
for ( sal_Int32 n = 0; n < aData.getLength(); )
{
- switch ( aData[n] == '"' )
+ switch ( aData[n] )
{
case '"':
aData.remove( n, 1 );