sfx2/source/appl/appdde.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 249df7bf9af38fd992019a413665901558beaffb Author: Stephan Bergmann <sberg...@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 ); _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits