summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 11:34:21 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 11:34:21 +0000
commit1f7fae8b95dc9ba9aad78df4a53befec93bf0556 (patch)
tree4f5efcf9cbef73dc3551ecfa299e84e38d63d195 /sfx2
parent746bbe3535e454a603461df56495367cbb0f0fa6 (diff)
INTEGRATION: CWS eforms2 (1.38.2); FILE MERGED
2004/11/07 06:21:21 dvo 1.38.2.6: RESYNC: (1.44-1.45); FILE MERGED 2004/10/11 16:19:04 dvo 1.38.2.5: RESYNC: (1.43-1.44); FILE MERGED 2004/10/08 21:51:34 dvo 1.38.2.4: RESYNC: (1.41-1.43); FILE MERGED 2004/08/16 18:58:23 dvo 1.38.2.3: RESYNC: (1.39-1.41); FILE MERGED 2004/07/27 14:56:04 fs 1.38.2.2: RESYNC: (1.38-1.39); FILE MERGED 2004/07/26 16:06:22 dvo 1.38.2.1: #31958# implement File->New->XForms Document
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appserv.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 6593364aeb83..701c14752204 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appserv.cxx,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 13:34:41 $
+ * last change: $Author: obo $ $Date: 2004-11-16 12:34:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1124,6 +1124,7 @@ void SfxApplication::OfaExec_Impl( SfxRequest& rReq )
case FN_LABEL :
case FN_BUSINESS_CARD :
+ case FN_XFORMS_INIT :
{
Reference< com::sun::star::lang::XMultiServiceFactory > xORB = ::comphelper::getProcessServiceFactory();
Reference< com::sun::star::frame::XDispatchProvider > xProv(
@@ -1209,6 +1210,7 @@ void SfxApplication::OfaState_Impl(SfxItemSet &rSet)
{
rSet.DisableItem( FN_LABEL );
rSet.DisableItem( FN_BUSINESS_CARD );
+ rSet.DisableItem( FN_XFORMS_INIT );
}
if ( !aModuleOpt.IsImpress() )