ooo-build r12807 - in trunk: . patches/vba



Author: noelpwer
Date: Thu Jun  5 11:32:49 2008
New Revision: 12807
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12807&view=rev

Log:
2008-06-05  Noel Power  <noel power novell com>

        * patches/vba/ObjectModule.diff: re-enable the option setting in the
        source ( the code doesn't need it but it's needed to persist the
        vba model )


Modified:
   trunk/ChangeLog
   trunk/patches/vba/ObjectModule.diff

Modified: trunk/patches/vba/ObjectModule.diff
==============================================================================
--- trunk/patches/vba/ObjectModule.diff	(original)
+++ trunk/patches/vba/ObjectModule.diff	Thu Jun  5 11:32:49 2008
@@ -1768,7 +1768,7 @@
  				static ::rtl::OUString sVBAOption( RTL_CONSTASCII_USTRINGPARAM( "Option VBASupport 1\n" ) ); 
  				static ::rtl::OUString sClassOption( RTL_CONSTASCII_USTRINGPARAM( "Option ClassModule\n" ) ); 
 -				if ( !bAsComment )
-+				if ( !bAsComment && !rDocSh.GetBasic()->isVBAEnabled() )
++				if ( !bAsComment /*&& !rDocSh.GetBasic()->isVBAEnabled() */)
  				{
  					modeTypeComment = modeTypeComment + sVBAOption;
 -					if ( mType == Class )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]