[Libreoffice-commits] core.git: sfx2/source

Tor Lillqvist tml at collabora.com
Thu Jan 12 12:59:56 UTC 2017


 sfx2/source/view/ipclient.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69e0fa14ea8410e5dd2cb1a8dfcbc0ae1071dc90
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Jan 12 14:58:39 2017 +0200

    Fix apparent mistake
    
    Change-Id: I848c3e3229cc216dc1181893da32221b9d9f8274

diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx
index 3826646..69b16c0 100644
--- a/sfx2/source/view/ipclient.cxx
+++ b/sfx2/source/view/ipclient.cxx
@@ -932,7 +932,7 @@ ErrCode SfxInPlaceClient::DoVerb( long nVerb )
                 }
                 catch ( embed::UnreachableStateException& )
                 {
-                    if (nVerb == embed::EmbedVerbs::MS_OLEVERB_PRIMARY || nVerb == embed::EmbedVerbs::MS_OLEVERB_OPEN || embed::EmbedVerbs::MS_OLEVERB_SHOW)
+                    if (nVerb == embed::EmbedVerbs::MS_OLEVERB_PRIMARY || nVerb == embed::EmbedVerbs::MS_OLEVERB_OPEN || nVerb == embed::EmbedVerbs::MS_OLEVERB_SHOW)
                     {
                         // a workaround for the default verb, usually makes sense for alien objects
                         try


More information about the Libreoffice-commits mailing list