diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-05 09:05:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-05 09:05:06 +0000 |
commit | f3fd3dda50c5fe37c34922e63186fd5c593804d0 (patch) | |
tree | aff338c1f71d2572f7c7b0b8e7da8b56d505d243 /svx | |
parent | 8660cb646f2fddc406ac5220252e0cd25ba877f2 (diff) |
INTEGRATION: CWS mmeeks09 (1.18.474); FILE MERGED
2005/07/04 11:04:44 mmeeks 1.18.474.1: #i51304#
speedup startup
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/navigatortree.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx index 02b43373686f..b1ef95a0a6e8 100644 --- a/svx/source/form/navigatortree.cxx +++ b/svx/source/form/navigatortree.cxx @@ -2,9 +2,9 @@ * * $RCSfile: navigatortree.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: obo $ $Date: 2004-11-16 11:26:56 $ + * last change: $Author: obo $ $Date: 2005-07-05 10:05:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -539,7 +539,7 @@ namespace svxform // in XML forms, we don't allow for the properties of a form // #i36484# / 2004-11-04 /- fs@openoffice.org - if ( pFormShell->GetImpl()->getDocumentType() == eEnhancedForm && !m_nControlsSelected ) + if ( pFormShell->GetImpl()->isEnhancedForm() && !m_nControlsSelected ) aContextMenu.RemoveItem( aContextMenu.GetItemPos( SID_FM_SHOW_PROPERTY_BROWSER ) ); // if the property browser is already open, we don't allow for the properties, too |