[Libreoffice-commits] .: sfx2/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Fri Nov 4 01:08:35 PDT 2011
sfx2/source/appl/appdde.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 249df7bf9af38fd992019a413665901558beaffb
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Nov 4 09:08:24 2011 +0100
Removed spurious junk left over in previous commit.
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index 08cfba2..a58ab58 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 );
More information about the Libreoffice-commits
mailing list