summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-09 12:22:32 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-09 12:22:32 +0000
commitc27a71a254ffa224810a11570c82961300df98e3 (patch)
tree1996e55132682cd049775cf71436331058847457 /sfx2/source
parent8bc4307f2841d2de67cd07ba2286e24b89272a86 (diff)
INTEGRATION: CWS olenoserver_SRC680 (1.24.104); FILE MERGED
2007/05/07 16:09:43 mav 1.24.104.1: #i76410# let workaround work for iconified objects
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/view/ipclient.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx
index beaa6449061f..2c13f2aad625 100644
--- a/sfx2/source/view/ipclient.cxx
+++ b/sfx2/source/view/ipclient.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ipclient.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 09:29:42 $
+ * last change: $Author: kz $ $Date: 2007-05-09 13:22:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1035,7 +1035,7 @@ ErrCode SfxInPlaceClient::DoVerb( long nVerb )
}
catch ( embed::UnreachableStateException& )
{
- if ( nVerb == 0 )
+ if ( nVerb == 0 || nVerb == embed::EmbedVerbs::MS_OLEVERB_OPEN )
{
// a workaround for the default verb, usually makes sence for alien objects
try