Tag: cws_dev300_dba30c
User: oj      
Date: 2008-05-16 06:33:19+0000
Modified:
   dba/dbaccess/source/ui/app/AppController.cxx

Log:
 remove a comment and return 0L

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.1&r2=1.60.2.2
Delta lines:  +1 -6
-------------------
--- AppController.cxx   2008-05-13 08:56:24+0000        1.60.2.1
+++ AppController.cxx   2008-05-16 06:33:16+0000        1.60.2.2
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: AppController.cxx,v $
- * $Revision: 1.60.2.1 $
+ * $Revision: 1.60.2.2 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -2530,11 +2530,6 @@
     // 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() )
     {




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

Reply via email to