diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-04 09:08:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-04 09:08:24 +0100 |
commit | 249df7bf9af38fd992019a413665901558beaffb (patch) | |
tree | 083034b8467c845020d1cf4b57f87332ac4d4449 | |
parent | e66e54fb00bf74d13b7059bd32b6207a029afa5e (diff) |
Removed spurious junk left over in previous commit.
-rw-r--r-- | sfx2/source/appl/appdde.cxx | 2 |
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 ); |