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



Author: noelpwer
Date: Thu May 29 11:44:40 2008
New Revision: 12702
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12702&view=rev

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

        * patches/vba/ObjectModule.diff: fix build error



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 May 29 11:44:40 2008
@@ -843,7 +843,7 @@
  			}
 --- /dev/null	2007-05-04 11:54:36.000000000 +0100
 +++ basic/inc/basic/sbobjmod.hxx	2008-05-28 10:58:33.000000000 +0100
-@@ -0,0 +1,64 @@
+@@ -0,0 +1,65 @@
 +/*************************************************************************
 + *
 + *  OpenOffice.org - a multi-platform office productivity suite
@@ -895,6 +895,7 @@
 +class SbObjModule : public SbModule
 +{
 +public:
++    TYPEINFO();
 +    SbObjModule( const com::sun::star::script::ModuleInfo& mInfo, bool bIsVbaCompatible );
 +    virtual SbxVariable* Find( const XubString& rName, SbxClassType t );
 +    SbxVariable* GetObject();



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