Tag: cws_dev300_dba30c
User: fs      
Date: 2008-05-19 05:50:58+0000
Modified:
   dba/dbaccess/source/ui/app/AppController.cxx

Log:
 #i10000#

File Changes:

Directory: /dba/dbaccess/source/ui/app/
=======================================

File [changed]: AppController.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.60.2.2&r2=1.60.2.3
Delta lines:  +7 -1
-------------------
--- AppController.cxx   2008-05-16 06:33:16+0000        1.60.2.2
+++ AppController.cxx   2008-05-19 05:50:55+0000        1.60.2.3
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: AppController.cxx,v $
- * $Revision: 1.60.2.2 $
+ * $Revision: 1.60.2.3 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -2530,6 +2530,11 @@
     // if we have forms or reports which contain macros/scripts, then show a 
warning
     // which suggests the user to migrate them to the database document
 
+    // TODO: remove the following line. The current version is just to be able
+    // to integrate an intermediate version of the CWS, which should behave as
+    // if no macros in DB docs are allowed
+    return 0L;
+/*
     Reference< XEmbeddedScripts > xDocumentScripts( m_xModel, UNO_QUERY );
     if ( xDocumentScripts.is() )
     {
@@ -2572,6 +2577,7 @@
     }
 
     return 1L;
+*/
 }
 
 // 
-----------------------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to